#server crush
10 messages · Page 1 of 1 (latest)
what makes you think it is not starting
The server does not respond and does not try to generate a map after starting for more than 15 minutes. Nothing changes in the console itself.
The console stops at this point and nothing else happens.
how much memory does your server have? how much are you allocating to java heap? how are you launching the server?
This sounds, maybe, like you missed a key step?
- Download server zip
- Unzip it
- Run startserver.bat (or .sh on Linux or macOS) <—- did you do this step (and 4 and 5)?
- Answer “true” to EULA question
- Stop freshly installed, working server.
- Upload the whole shebang.
given that it seems like its freezing during mod loading, and the path to the files is /server/, i expect its the oom condition on a containerized server, which causes the container to stop responding until memory usage drops (which wont happen) leading to infinite frozen state.
if the oom killer was enabled on this container, it would be killed automatically at that point and enter a failed state.