Bot does not start on VPS hosting #1096
-
java -Dnogui=true -jar bot.jar [13:37:30] [WARN] [Settings]: Failed to load server settings (this is normal if no settings have been set yet): java.nio.file.NoSuchFileException: serversettings.json After these lines, the bot is not online, it cannot start. The token entered is correct |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Confirm, problem is with java 17. Just downgrade to java 16 or wait for update |
Beta Was this translation helpful? Give feedback.
-
If you run Java 17 on single core machines you currently have to manually enable |
Beta Was this translation helpful? Give feedback.
If you run Java 17 on single core machines you currently have to manually enable
-Djava.util.concurrent.ForkJoinPool.common.parallelism=1