-
Notifications
You must be signed in to change notification settings - Fork 225
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
Minecraft server unable to start #390
Comments
Check your log file. It looks like yours should be here: |
I had this issue with openjdk-11 (ubuntu 18.04 default). It turned out to be deprecated java invocation arguments from https://github.com/msmhq/msm/blob/master/msm.conf#L165 I got it working again by changing invocation from
to
in default |
The fix described by @jensfriisnielsen was the solution for me as well. What tipped it off for me was is that logs were not being created in |
Same here. |
Could the msm.conf please be update to actual java supported params? Everytime we make a |
Hey all, having this exact same issue.
Ignore the Similarly I also get no logs:
My Java invocation line matches the recommended one shown above:
Is it likely this is also a Java issue? If so, how can I go about determining the issue? |
Update! tl;dr Needed to use a newer version of Java. More details: I modified the main
Searching the error on the webs, I found this Reddit post. Running the following upgraded my JDK and fixed it for me:
I'm sure I should have known about the increased Java version requirement (bad system admin), but glad it's all working now! |
I am able to launch via command line: /opt/jdk-17/bin/java -Xms2048M -Xmx2048M -jar server.jar nogui that will drop a log file into the server /log directory. If I launch with msm start I see the messages: Maintaining world symbolic links... Done. but a msm server list will show it as stopped and there is no log. This only happens with the minecraft 1.19.2 server. I have 3 others that are on 1.17.1 and they load just fine. I changed the /etc/msm.conf to support the OpenJDK 17 needed for MC 1.19.2 I run my worlds from ram and thought that might be causing my issue but I turned that to false. What other option in MSM could be causing it to not launch and not log anything? - turns out yes, I am missing "chmod -R minecraft:minecraft *"on the new world folders. For whatever reason they were not owned by the minecraft account. Once I fixed that then MSM started the server. |
Installed a new virtual machine, ubuntu 18.04
installed using script on install page and Java default-jre
but i'm not able to run the server, no error is shown.
Any one able to assist with this? saw a previous post with regards to memory allocation (RAM) already im sure there is enough RAM
The text was updated successfully, but these errors were encountered: