vincss / mcsleepingserverstarter

Put your minecraft server to rest, while SleepingServerStarter is watching !
https://www.spigotmc.org/threads/put-your-server-to-rest-with-sleepingserverstarter.108828/
250 stars 47 forks source link

SSS Exits #1

Closed LividJava closed 8 years ago

LividJava commented 8 years ago

Little Problem with it i dont know if its something i did wrong or what but it has been a consistent problem

I get the error(s) noted below and one with something about econnect it only happens when the server is stopped

2016-01-09 07:21:24.273 - info: ----------- Minecraft stopped ----------- 2016-01-09 07:21:24.275 - info: ...Time to kill me if you want... 2016-01-09 07:21:24.278 - info: ...Too late !... 2016-01-09 07:21:24.505 - info: Waiting for a Prince to come. [25565] Or someone to hit a key. 2016-01-09 07:21:24.506 - info: ...Too late !... 2016-01-09 07:21:24.722 - info: Waiting for a Prince to come. [25565] Or someone to hit a key. 2016-01-09 07:21:24.724 - info: Caught exception: Error: listen EADDRINUSE 0.0.0.0:25565 2016-01-09 07:21:24.726 - info: ...Exiting..

vincss commented 8 years ago

It looks like your server has already been started or that you're launching the software twice. How do you launch it ? My server is running on a linux server, I'm launching it in a screen : cd /home/vincs/programs/minecraft/ screen -S minecraft -d -m node sleepingServerStarter.js

LividJava commented 8 years ago

Its Ran on a local Windows Host

vincss commented 8 years ago

It shouldn't be a problem, you didn't launch any other minecraft server on the same machine ?

In your process list you don't have any other node running ? You can kill them all using : "taskkill /f /im node*"

LividJava commented 8 years ago

no not running anyothers

vincss commented 8 years ago

Ok ! I've found where was the bug, it should be ok with version 1.0.6, can you give it a try ?

LividJava commented 8 years ago

Will do!

LividJava commented 8 years ago

Appears to be fixed