I run a game server made with Java directly on the Eclipse (in debug mode), and each 24 hours more or less it just crash.
It drops me a crash report log and an error on the Eclipse Console, and I would like to know what I can do to trace the problem because right now everything I have is just this log and I dont know at all where to look to solve the issue.
I have to say that it doesn't happens with previous versions of Java (7), it started with the Java version 8.
I've been stuck on Java 7 till now because of this problem and now I would like to upgrade to use the new Java 8 features.
I would thank if someone can point me on the right direction to solve this issue.
Here is the log file: Eclipse Console Error: http://pastebin.com/WGwpYdSW
Log Crash Dump: http://pastebin.com/zqFcVmpF
Thank you!