Server crash
topher2010 opened this issue ยท 12 comments
Getting this crash when our server is on an auto-startup script. everytime.
That error makes 0% sense to me, the method shown in the stack trace is a 1 liner that shouldn't even be capable of throwing any exceptions. That's either coremod shenanigans or a something borked in the JVM.
What was the last thing you changed in your setup before it started?
Actually looking into it some more it looks like the server watchdog is causing the shutdown...
What is max-tick-time set to in your properties file?
Also there should be a line like that in the log:
A single server tick took ___ seconds (should be max ___ )
What does it say?
max-tick-time=60000
We don't see a line in our log that looks like what you described, fyi.
Hm, then i still don't have any idea what might be going on here.
I did a bit of googling and the only instance of that error that i found was this crash report that looks like the same weird error but doesn't involve any of my mods. That log seems to be from this issue but it doesn't really have anything helpful.
http://paste.ubuntu.com/23598970/
Updated to latest BDLib, getting this crash on server startup now.
EDIT: Also updated Forge to 2185
@bdew , I could zip up the server and drop it here if you like. To try to reproduce the problem.
Another crash on server reboot.
@bdew , I could zip up the server and drop it here if you like. To try to reproduce the problem.
Sure, go ahead