Several lag problems and error

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
Post Reply
alejandromoran
Posts: 20
Joined: Tue Dec 17, 2013 11:35 pm

Several lag problems and error

Post 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.
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: Several lag problems and error

Post by BiggBoss »

check http://docs.oracle.com/javase/7/docs/ap ... nterrupt()

LoginServerThread probably was in one of these cases when it was interrupted
Image
alejandromoran
Posts: 20
Joined: Tue Dec 17, 2013 11:35 pm

Re: Several lag problems and error

Post 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.
Post Reply