You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to get a server to start using the msm <server> start command; it just outputs
Maintaining world symbolic links... Done.
Synchronising flagged worlds on disk to RAM... Done.
Starting server... Done
Although the final done happens 30 seconds later with the server not actually starting.
I have read through multiple issues, including this one, but nothing seems to be working to fix this. I checked the log files, but there aren't any errors written to it. Using other msm commands doesn't show any errors either (e.g. updating jargroups, listing servers, etc.) I have reinstalled MSM and restarted my server too, but that didn't work either.
I can start the server with no issues using the java -jar server.jar in the Minecraft server directory (inside msm), so it's not a memory, server configuration, or EULA issue.
Server Specs:
Ubuntu 18.04.1
8 GB of RAM
OpenJDK version 10.0.2
Minecraft Server Manager 0.9.10 Beta
Minecraft version 1.13.2
I had the same issue when I moved to my new Ubuntu 18.04 server. The issue appears to be that OpenJDK 10 no longer supports the -XX:+CMSIncrementalPacing command line option. I patched the issue on my machine by editing the /etc/msm.conf file to change the line that used to say:
Note that I took out the UseConcMarkSweepGC option as well because this is now deprecated and when you include it you get a warning saying that it may disappear in the future.
Anyway, it seems like to proper fix for this is for the built-in default setting for the invocation to be updated to work with the latest JDK.
I can't seem to get a server to start using the
msm <server> start
command; it just outputsAlthough the final done happens 30 seconds later with the server not actually starting.
I have read through multiple issues, including this one, but nothing seems to be working to fix this. I checked the log files, but there aren't any errors written to it. Using other msm commands doesn't show any errors either (e.g. updating jargroups, listing servers, etc.) I have reinstalled MSM and restarted my server too, but that didn't work either.
I can start the server with no issues using the
java -jar server.jar
in the Minecraft server directory (inside msm), so it's not a memory, server configuration, or EULA issue.Server Specs:
Ubuntu 18.04.1
8 GB of RAM
OpenJDK version 10.0.2
Minecraft Server Manager 0.9.10 Beta
Minecraft version 1.13.2
"msm config" output:
The text was updated successfully, but these errors were encountered: