Page 1 of 1

Several lag problems and error

Posted: Sat Feb 01, 2014 6:17 pm
by alejandromoran
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 6291:
L2JDP Revision 9641:

Hi all, my server has experimented several lag problems and this happens when I shutdown the server from inside the game, any help, any ideas??

Code: Select all

GM shutdown countdown is over. shutting down NOW!All players disconnected and saved(28ms).Stopping GameTimeControllerGame Time Controller: Timer stopped(1ms).All ThreadPools are now stoppedThread Pool Manager: Manager has been shut down(7713ms).Community Server Thread: Thread interruped(2ms).Login Server Thread: Thread interruped(0ms).GM shutdown received. Shutting down NOW!SevenSigns: Seven Signs data saved(2ms).SevenSigns: Seven Signs status saved(1ms).RaidBossSpawnManager: All raidboss info saved(113ms).GrandBossManager: All Grand Boss info saved(9ms).Hellbound Manager: Data saved(0ms).TradeController saving data.. This action may take some minutes! Please wait until completed!TradeController: All count Item saved(3ms).Item Auction Manager: All tasks stopped(1ms).Olympiad System: Data saved(1ms).Hero System: Data saved(0ms).Clan System: Data saved(16ms).Cursed Weapons Manager: Data saved(1ms).Castle Manor Manager: Data saved(5ms).FortressOfResistance: Sucessfully saved attackers down to database!DevastatedCastle: Sucessfully saved attackers down to database!BanditStronghold: Sucessfully saved attackers down to database!WildBeastReserve: Sucessfully saved attackers down to database!FortressOfTheDead: Sucessfully saved attackers down to database!CHSiegeManager: Siegable hall attacker lists saved!Quest Manager: Data saved(5ms).Global Variables Manager: Variables saved(1ms).Exception: getCharsOnServer: An SQLException was provoked by the following failure: java.lang.InterruptedExceptionjava.sql.SQLException: An SQLException was provoked by the following failure: java.lang.InterruptedException        at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)        at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:65)        at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:62)        at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGooStatementCache.java:571)        at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkoutStatement(GooGooStatementCache.java:192)        at com.mchange.v2.c3p0.impl.NewPooledConnection.checkoutStatement(NewPooledConnection.java:296)        at com.mchange.v2.c3p0.impl.NewProxyConnection.prepareStatement(NewProxyConnection.java:148)        at com.l2jserver.gameserver.LoginServerThread.getCharsOnServer(LoginServerThread.java:581)        at com.l2jserver.gameserver.LoginServerThread.run(LoginServerThread.java:343)Caused by: java.lang.InterruptedException        at java.lang.Object.wait(Native Method)        at java.lang.Object.wait(Object.java:503)        at com.mchange.v2.c3p0.stmt.GooGooStatementCache.acquireStatement(GooGooStatementCache.java:561)        ... 5 more Game Server: Selector thread has been shut down(0ms).L2Database Factory: Database connection has been shut down(9ms). 

Thank you very much.

Re: Several lag problems and error

Posted: Sun Feb 02, 2014 10:40 am
by BiggBoss
check http://docs.oracle.com/javase/7/docs/ap ... nterrupt()

LoginServerThread probably was in one of these cases when it was interrupted

Re: Several lag problems and error

Posted: Sun Feb 02, 2014 6:54 pm
by alejandromoran
Thank you BigBoss, after hours I found the problem, I changed Clan Halls adena fee to 0 in config and I do not know why server crashed really hard, solved now, thanks.