WARNING: Unclosed connection

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
User avatar
LaraCroft
Posts: 360
Joined: Sat Aug 08, 2009 1:37 am

WARNING: Unclosed connection

Post by LaraCroft »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4355
L2JDP Revision Number: 7604

Hi guys...
I get this error msg on last server revison:

Code: Select all

10/07/2010 20:37:07 com.l2jserver.L2DatabaseFactory$ConnectionCloser runWARNING: Unclosed connection! Trace: com.l2jserver.gameserver.idfactory.IdFactory.cleanUpDB(IdFactory.java:171)java.lang.RuntimeException	at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:223)	at com.l2jserver.gameserver.idfactory.IdFactory.cleanUpDB(IdFactory.java:171)	at com.l2jserver.gameserver.idfactory.IdFactory.<init>(IdFactory.java:113)	at com.l2jserver.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFactory.java:65)	at com.l2jserver.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:125)	at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:184)	at com.l2jserver.gameserver.GameServer.main(GameServer.java:490) 
Anyone can help me to solve this problem??
PS: I have tested on a clean code...
With no custom mods or scripts...
:?


Thx
!!!knowledge and intelligence must be shared!!!
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: WARNING: Unclosed connection

Post by hope »

you must have something custom you would not get this unless you do
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: WARNING: Unclosed connection

Post by janiii »

in this case you can ignore it. it just says that your db cleanup by idfactory takes longer than the default db connection check. probably you have much data in db to be cleaned up or checked, or you have a slower pc.
you can ignore the warning or just increase the connection check time in L2DatabaseFactory.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
LaraCroft
Posts: 360
Joined: Sat Aug 08, 2009 1:37 am

Re: WARNING: Unclosed connection

Post by LaraCroft »

Thx Janiii...
You are right...
I have a DB with 210mb...
And... my pc for tests is too slow...
:mrgreen:
!!!knowledge and intelligence must be shared!!!
Post Reply