BdLib

BdLib

97M Downloads

Server crash

topher2010 opened this issue ยท 12 comments

commented

http://pastebin.com/mrj75sZN

Getting this crash when our server is on an auto-startup script. everytime.

commented

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?

commented

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?

commented

max-tick-time=60000

We don't see a line in our log that looks like what you described, fyi.

commented

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.

commented

Is there anything we can do on our end to try to help figure this out?

commented

No idea at this moment, sorry. If i think of something i'll let you know.

commented

We are going to update our wrapper "MARK2" and java just to make sure.

commented

http://paste.ubuntu.com/23598970/

Updated to latest BDLib, getting this crash on server startup now.

EDIT: Also updated Forge to 2185

commented

@bdew , I could zip up the server and drop it here if you like. To try to reproduce the problem.

commented

Another crash on server reboot.

http://pastebin.com/rvxjGFLS

commented

@bdew , I could zip up the server and drop it here if you like. To try to reproduce the problem.

Sure, go ahead

commented

I'm closing this issue as part of a spring cleaning of my issue trackers from old stuff.

If you believe it's a bug that is still relevant in Minecraft 1.12 - Feel free to reopen it.