Question Server Crash while stopping

OstharzRC

New member
Feb 11, 2024
4
0
1
The server is hosted on a Linux VServer, has about 40 plugins and 20GB of RAM. If you stop the server with "stop", it hangs during this time and no crash report is created. The only way to fix this is to close the screen with "screen -XS Server quit". If you want to start the server again after that, the attached crash report appears. You can only start the server again after a reboot of the Linux server.
1707652406953.png

This is the Crash Report:
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!

Time: 2024-02-11 10:41:01
Description: Exception in server tick loop

java.lang.IllegalStateException: Failed to initialize server
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1132)
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
at java.base/java.lang.Thread.run(Thread.java:840)
 
Version Output
This server is running Paper version git-Paper-408 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: c5d168c)

Attachments

  • 1707652443069.png
    1707652443069.png
    145.5 KB · Views: 2

electronicboy

Administrator
Staff member
Dec 11, 2021
226
10
38
28
Yes, which is why I suggested grabbing jstack reports. I don't have any tutorials, it's a program which takes the PID of java and spits out info about the JVM, there is probably a few guides on google
 

OstharzRC

New member
Feb 11, 2024
4
0
1
it failed to start because the old server is still running, you'd need to work out why; look at jstack, etc
How do i do that? Youtube link?
Yes, which is why I suggested grabbing jstack reports. I don't have any tutorials, it's a program which takes the PID of java and spits out info about the JVM, there is probably a few guides on google
Ok, thanks.