-
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
Server doesn't start after 'msm <servername> start' command; server.log empty! #98
Comments
While I am not sure about the why, I noticed the same thing happening when I tried to start it from any account other than the one I first used to start the server. In my case, I had set up a dedicated account for minecraft. While it is annoying to have to log in as the minecraft user in order to interact with the server, I do it so infrequently that I never bothered to look for a fix. |
After a complete restart of my root server, it's works propertly and the server really starts after a 'msm pvp start' command |
Something made the invocation of the server fail completely. When that happens nothing gets written to the log file. MSM watches the log file for the If that doesn't happen within 30 seconds it times out and prints I am guessing that restarting the server fixed the issue that prevented invocation, maybe it was the java version installed. |
It will be really helpfull to show something like |
I agree. It seems like a more sensible option. |
I have the same issue, and restart doesn't work. Tried all I can think of. Please help asap, |
Make sure you have a jar file assigned. Then go into the msm.conf file and verify all the {xxx} tags have values. I found when I used the installer it did not update my msm.conf. Sent from my iPhone On Dec 23, 2012, at 12:46, orkun1675 [email protected] wrote:
|
Also be sure that the "server user" has permission to read the jar file and write to the log file. |
Wow, thanks for the fast response. And when I try this script: http://www.minecraftwiki.net/wiki/Tutorials/Server_startup_script it has the same problem. Here is my conf: http://pastebin.com/tHBNana7 Any other suggestions please?? |
There are 2 items that need to be updated: --- On Sun, 12/23/12, orkun1675 [email protected] wrote: From: orkun1675 [email protected] Server user has full permissions over both files and the whole directory of /opt/msm |
Changed as you said, but doesn't work. Omg my server is down, people keep spamming and I dont know what I'm doing wrong! |
Are you running windows or Linux? Do you have a link to your jar file in your server directory? --- On Sun, 12/23/12, orkun1675 [email protected] wrote: From: orkun1675 [email protected] Changed as you said, but doesn't work. |
If you want to get your server running quickly you can without MSM like this:
@kjkazinski There is no need to replace the {RAM} and {JAR} in the invocation, in fact it's a bad idea. See the comments in the conf file for more information. You can configure your RAM on a per server basis by adding |
I am running Centos 6.3, I do have the link. I can run the server with a sh command. But can't run it wirth msm. I can't even run it with minecraftwiki script. I am trying to change servers at the moment, normally these scripts were working on the previous server but now something is wrong. Maybe I am doing something wrong while creating the user, or perms? But why is the sh working then, with the same user... |
Marcus, --- On Sun, 12/23/12, Marcus Whybrow [email protected] wrote: From: Marcus Whybrow [email protected] If you want to get your server running quickly you can without MSM like this:cd /opt/msm/servers// @kjkazinski There is no need to replace the {RAM} and {JAR} in the invocation, in fact it's a bad idea. See the comments in the conf file for more information. You can configure your RAM on a per server basis by adding msm-ram=1024 to server.properties. |
Could you paste the output of @kjkazinski MSM combines the |
Well thank you marcus. Could you tell me how to uninstall msm. So that I can reinstall it, sticking to the default options. This is how I install your script: Anything missing? |
msm config: http://pastebin.com/xayHm5hn |
Try the following changes:
Your current screen sessions may be messed up at this point so lets clean them up. Do
You may have some "dead" sessions, in which case I think it tells you how to clean them up. Let me know what output you have here, before I explain further. If you still want to follow the uninstall and reinstall route, since MSM is just a bunch of scripts, these are the files that need removing.
You can also delete |
I got these 2 error while reinstalling:
And:
Are these important? I did chown -R minecraft:minecraft /tmp/msmupdate, msm update to fix the first one. |
"su: user does not exist" |
Did you use "sudo" and not "su"? --- On Sun, 12/23/12, orkun1675 [email protected] wrote: From: orkun1675 [email protected] "su: user does not exist" |
Yep I used sudo to download and run the installer |
You can either execute that command as the |
sudo msm server create nomercy |
I don't think the install worked correctly. Do it in two steps:
|
Reinstalled with those 2 commands, here is what I get: sudo msm server create nomercy msm server create nomercy |
Try instead
|
This last command fixed the error I was getting. Trying know with the new server. I set the version in the server.properties to 1.4.5 and ram to 7168. msm nomercy start Now I get this. Solutions? |
sudo chown minecraft /var/run/screen/S-minecraft msm nomercy start Maintaining world symbolic links... Done. Came where we started :( No errors though now. Suggestions ? :)) As I mentioned the server doesn't start and the log is empty. New config: |
Please help me :S No startup script works... Is there a problem wirth my system? Havent touched any system config other then that. Please help me... |
I also have the same issue, the server won't start and nothing will be written to the log. |
Same here. |
I was getting this same problem. I noticed that while the server.log file was empty, there were archived server.log files in the logs directory. These indicated a problem with eula.txt. I had to change the value of eula to true within this file. After this the server started normally. |
I'm having similar issues. Trying to update my 9 year old server from version 1.8 to 1.5.2. I'm first trying to make a new server, test1_15, to test out mods and stuff before updating the existing server, fmc. It seems I can't get MSM to automatically update the jars anymore, as I can't find direct download links, but I've placed spigot-1.15.2 in the right jargroup, given it the right group and owner, linked the new server to that specific jar and try to start the new server. "Done" is wrongly written to the terminal, but the sever doesn't start. When changing the server to point to the older jar (1.8) the server starts, but the new jar refuses to work. I can still start my old server as 1.8, and don't really want to do anything that would break this until I've got the new server running. My setup: |
Hi I had the same issue just now, and i figured it out that you can edit the /etc/msm.conf and delete the '-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:+AggressiveOpts ' part of the DEFAULT_INVOCATION. Those command seems to be outdated or something. |
Thanks for this @Ciacconas, had the exact same issue and solved by deleting like you suggest. Thanks! |
If i run the command
msm pvp start
, I get the output:But the server isn't running, then command
msm pvp status
gives:and
server.log
of the pvp server is still empty!Why does msm create the output Done even though the server is still stopped???
Why am I not getting the appropriate error message???
The text was updated successfully, but these errors were encountered: