Java problem?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
andr3iu7z
Posts: 114
Joined: Sun Jan 10, 2010 2:25 pm

Java problem?

Post by andr3iu7z »

-- APPARENT DEADLOCK!!! Complete Status:
Managed Threads: 3
Active Threads: 3
Active Tasks:

i get this error and server get down :-/


My server has 8gb RAM

Code: Select all

 #!/bin/bash # exit codes of GameServer:#  0 normal shutdown#  2 reboot attempt while :; do	[ -f log/java0.log.0 ] && mv log/java0.log.0 "log/`date +%Y-%m-%d_%H-%M-%S`_java.log"	[ -f log/stdout.log ] && mv log/stdout.log "log/`date +%Y-%m-%d_%H-%M-%S`_stdout.log"	java -Djava.util.logging.manager=L2j.Infinity.util.L2LogManager -Xms4g -Xmx5g -cp ./../libs/*:L2jInfinity.jar L2j.Infinity.gameserver.GameServer > log/stdout.log 2>&1	[ $? -ne 2 ] && break#	/etc/init.d/mysql restart	sleep 10done
and this in gameserver_loop.sh


Players: 800-1000
It needs a upgrade the server or it s just something bad config there?
PS: i use geodata and pathnode too
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Java problem?

Post by jurchiks »

dude that's l2jInfinity not l2jserver, wrong forum
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Java problem?

Post by JIV »

ask for support on pack provider forum. lock
Locked