Problem Server crashing randomly.

Eyamaz

New Member
Jul 29, 2019
2,373
0
0
Delete all the forge server logs.

Run the server till it crashes.

Post the log to pastebin and link it here. Most of the regulars that do tech support won't open attachments for security reasons.
 

cjm721

New Member
Jul 29, 2019
734
0
1
Well if there are no logs in forgelogs that say anything. Are you see you dont see a random file in the server directory?


@Eyamaz Can open in Sandbox+line edititor lol.
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
I ran it and got a crash report this time.[DOUBLEPOST=1372038249][/DOUBLEPOST]Also I removed multiverse and replaced it with multiinv.
 

Attachments

  • crash-2013-06-23_18.41.37-server.txt
    71.5 KB · Views: 37

Eyamaz

New Member
Jul 29, 2019
2,373
0
0
no, i refuse to open any attachments. if its not on pastebin or a similar site, i wont touch it. most of us that help here wont.
 

cjm721

New Member
Jul 29, 2019
734
0
1
@Eyamaz that is you. And btw there are ways to open linked files threw pastebin.

Connor looks like someone did /chunkloaders and that is what caused it. Go into chickenchunks config and put ability to use /chunkloaders to false.
 

Eyamaz

New Member
Jul 29, 2019
2,373
0
0
@cjm721 its not just me. ash, nesiroji, and more than a few others wont either. and pm with how you are opening a linked file through pastebin, i would like to know this.
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
It has started crashing again with no reports but I did get this in console when it shutdown, that shouldn't mean its out of ram it was using 8% of the ram. Then it crashed and then cpu and ram hit 100% both.

11:55:56 PM CDT
CONSOLE:
[SEVERE] Exception in thread "pool-1-thread-2"
11:56:00 PM CDT
CONSOLE:
[SEVERE] Exception in thread "Immibis Core background task"
11:56:00 PM CDT
CONSOLE:
[SEVERE] Exception in thread "File IO Thread"
11:56:00 PM CDT
CONSOLE:
[SEVERE] Exception in thread "pool-1-thread-11"
11:56:16 PM CDT
CONSOLE:
[SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
11:56:20 PM CDT
CONSOLE:
[SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
 

cjm721

New Member
Jul 29, 2019
734
0
1
Run server with something like this

Just need to redo the java path and XMmx
Code:
/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java -server -Xmx8G -XX:UseSSE=4 -XX:+UseConcMarkSweepGC -XX:+UseCMSCompactAtFullCollection -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:+AggressiveOpts -jar mcpc.jar nogui
 

Smackzter

New Member
Jul 29, 2019
73
0
0
Did this work for you? I have the same issue. Idk if it's a memeory leak since it's the CPU usage spassing out and not memory.
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
I just switched to a VPS so I can try this if I get the crashing problem again ill enter that and get back here with the results.
 

Smackzter

New Member
Jul 29, 2019
73
0
0
I just switched to a VPS so I can try this if I get the crashing problem again ill enter that and get back here with the results.

My problem is on a dedicated server from OVH, but it's exactly the same.

Not experiencing the issue with those JVM flags posted.
 

cjm721

New Member
Jul 29, 2019
734
0
1
Another problem that can cause this is running java 6 and/or running more then one server on same machine. @smackzter I assume since your using OVH you have a remote desktop connection and running Linux, open up system monitor and make sure there are no extra java process running and open a terminal and do java --version and make sure it is 1.7 If it is not and you have 1.7 installed the start script above just change the file names and that will force it to 1.7 (make sure you point it to your 1.7 java)
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
On server startup right after it says there is a update for prism I get this and http://pastebin.com/vPaTM1fm thats a copy from console.

It is also crashing every time a player logs in, different player every time and nothing in console and no crash report

I am also running CentOS 6 now on a VPN
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
legacy 67[DOUBLEPOST=1372296331][/DOUBLEPOST]Thank you in advance if you can help in anyway that would be great, the server cant even stay online for 15 minutes.
 

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
Can somebody please respond to this thread, i've removed prism and the java errors on startup stopped I removed factions too and it just randomly shuts down without any errors. Is this a problem with a mod?
 

cjm721

New Member
Jul 29, 2019
734
0
1
Well unless you have other mods outside of the normal FTB ultimate pack I would say its not a mod. My ultimate server only goes down when I restart it. If it is really shutting down without any errors I would have to guess a JVM error as if a plugin/mod cause an error you get a stacktrace.