-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server exits / crashes JVM on start. #3208
Comments
I'm sorry, there's not really anything I can do about fatal JVM crashes, in this case SIGILL (as in illegal instruction). It will be something about your system such as kernel or physical memory issues. Perhaps Google around for some of the symptoms there. |
Ah, that makes sense. Thank you very much for the guidance. Will update this thread if I find a solution. This thread looks to be very similar and has a similar setup: docker/for-mac#7505 Java17 seems to work but does not work with the current version of Minecraft. |
use That works for most containers that do not override JAVA_TOOL_OPTIONS explicitly |
Can also use https://docker-minecraft-server.readthedocs.io/en/latest/configuration/jvm-options/#extra-jvm-options in the case of this image, but yea, that env var will also work. Edit Yes JAVA_TOOL_OPTIONS must be used since it is the image helper tool that is first running into the SIGILL. |
Describe the problem
As always, thank you for your fantastic work on this project.
When I start the container, the container exits, and I get the logs attached.
Container definition
Container logs
using type = paper
using no type
an hs_err_pid##.log file exists in both cases that looks like
The text was updated successfully, but these errors were encountered: