I have an autorestart script on crashes to help getting server up easily after a crash.
The crash doesnt really leave a crashlog, its just java exiting immediatly, thats where my restart script comes in, it automatically restarts the server after it.
But well, it gets annoying when the server goes down every 10 minutes.
Server Specs (copied from host):
Rootserver
CPU: AMD FX 4100 4x 3.6Ghz (When start parameter are complicate GC gets 3 Parallel Threads)
RAM: ab 8 GB DDR3 (6 GB dedicated to Mindcraft)
HDD: 60GB SSD SATA III
Traffic: Gameserver Fairflat (100MBit/s Uplink)
The crash, caught from the end of the log files:
For the full log go take a look here: http://pastebin.com/TA6wFmEs
And because its fun, another log: http://pastebin.com/5jm8wF6F
Things i tried so far and didnt worked:
The crash doesnt really leave a crashlog, its just java exiting immediatly, thats where my restart script comes in, it automatically restarts the server after it.
But well, it gets annoying when the server goes down every 10 minutes.
added:
mystcraft-uni-1.4.6-0.9.5.00
chargepads-universal-2.3.0.58
buildcraft-Z-additional-buildcraft-objects-0.9.6.73
ModularPowersuits-0.2.0-42
updated:
Railcraft_1.4.7-6.15.1.0
industrialcraft-2_1.112.198-lf
minecraftforge-universal-1.4.7-6.6.0.518
mystcraft-uni-1.4.6-0.9.5.00
chargepads-universal-2.3.0.58
buildcraft-Z-additional-buildcraft-objects-0.9.6.73
ModularPowersuits-0.2.0-42
updated:
Railcraft_1.4.7-6.15.1.0
industrialcraft-2_1.112.198-lf
minecraftforge-universal-1.4.7-6.6.0.518
Server Specs (copied from host):
Rootserver
CPU: AMD FX 4100 4x 3.6Ghz (When start parameter are complicate GC gets 3 Parallel Threads)
RAM: ab 8 GB DDR3 (6 GB dedicated to Mindcraft)
HDD: 60GB SSD SATA III
Traffic: Gameserver Fairflat (100MBit/s Uplink)
There are two versions, both dont really work.
1. "java -Xms512M -Xmx6G -jar mindcrack.jar"
2. "java -server -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XXarallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:+UseCompressedOops -XX:+AggressiveOpts -Xmx6G -jar server.jar nogui"
(Approved by naller @TickThreading: here)
1. "java -Xms512M -Xmx6G -jar mindcrack.jar"
2. "java -server -XX:UseSSE=4 -XX:+UseCMSCompactAtFullCollection -XXarallelGCThreads=3 -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:+UseCompressedOops -XX:+AggressiveOpts -Xmx6G -jar server.jar nogui"
(Approved by naller @TickThreading: here)
The crash, caught from the end of the log files:
Code:
2013-01-29 21:15:52 [INFO] [STDERR] java.io.IOException: Eingabe-/Ausgabefehler
2013-01-29 21:15:52 [INFO] [STDERR] at java.io.FileInputStream.readBytes(Native Method)
2013-01-29 21:15:52 [INFO] [STDERR] at java.io.FileInputStream.read(Unknown Source)
2013-01-29 21:15:52 [INFO] [STDERR] at java.io.BufferedInputStream.read1(Unknown Source)
2013-01-29 21:15:52 [INFO] [STDERR] at java.io.BufferedInputStream.read(Unknown Source)
2013-01-29 21:15:52 [INFO] [STDERR] at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
2013-01-29 21:15:52 [INFO] [STDERR] at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
2013-01-29 21:15:52 [INFO] [STDERR] at sun.nio.cs.StreamDecoder.read(Unknown Source)
2013-01-29 21:15:52 [INFO] [STDERR] at java.io.InputStreamReader.read(Unknown Source)
2013-01-29 21:15:52 [INFO] [STDERR] at java.io.BufferedReader.fill(Unknown Source)
2013-01-29 21:15:52 [INFO] [STDERR] at java.io.BufferedReader.readLine(Unknown Source)
2013-01-29 21:15:52 [INFO] [STDERR] at java.io.BufferedReader.readLine(Unknown Source)
2013-01-29 21:15:52 [INFO] [STDERR] at hq.run(SourceFile:68)
For the full log go take a look here: http://pastebin.com/TA6wFmEs
And because its fun, another log: http://pastebin.com/5jm8wF6F
Things i tried so far and didnt worked:
- ran memtester to check the RAM(everything fine)
- removed all extra mods i added (no diffrence)
- deleted the world and generated a completely new one (again, no diffrence
- chmod 777 recursively to the whole minecraft server directory and just to the world folder (same)
- adjusting start parameter (you guessed right, same here)