Page 1 of 1

Error : unclosed connection

Posted: Wed May 05, 2010 1:35 pm
by kama3a
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:
hi all
yestarday i was editing some skills and db npc`s ... and after restart
i get this error

Code: Select all

Unclosed connection! Trace: com.l2jserver.gameserver.instancemanager.ZoneManager.load(ZoneManager.java:110)java.lang.RuntimeException        at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:223)        at com.l2jserver.gameserver.instancemanager.ZoneManager.load(ZoneManager.java:110)        at com.l2jserver.gameserver.instancemanager.ZoneManager.<init>(ZoneManager.java:69)        at com.l2jserver.gameserver.instancemanager.ZoneManager.<init>(ZoneManager.java:51)        at com.l2jserver.gameserver.instancemanager.ZoneManager$SingletonHolder.<clinit>(ZoneManager.java:521)        at com.l2jserver.gameserver.instancemanager.ZoneManager.getInstance(ZoneManager.java:59)        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:219)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:502)
i read few topics ... and find almost same problem with custom buffer... but my error is kinda diffrent...
can some 1 explain me ... from where is the error and fix for it
ty

Re: Error : unclosed connection

Posted: Wed May 05, 2010 1:40 pm
by janiii
did you update your server properly? check ZoneManager class for differences to latest svn version.

it is only a warning that a database connection was created but not closed until some time (set to 40 seconds now). the execution is not interrupted.

Re: Error : unclosed connection

Posted: Wed May 05, 2010 2:04 pm
by kama3a
janiii wrote:did you update your server properly? check ZoneManager class for differences to latest svn version.

it is only a warning that a database connection was created but not closed until some time (set to 40 seconds now). the execution is not interrupted.
zonemanager is same as on svn ...
i make gludin town pvp zone with <stat name='isPeaceZone' val='false'/>
and work normaly...
other thing that i do is make underground camp peace zone ... evrything that i add on zone.xml and sql is correct... and working good...
and this problem is from yestarday kinda strange for me...
mybe to remove underground camp as istance ?
any help will be great
ty!

p.s. i need worry that is critical error ? to search for major fix.. ?

Re: Error : unclosed connection

Posted: Wed May 05, 2010 2:36 pm
by janiii
as already said, that unclosed connection is only a warning. you can ignore it, if it comes from l2j code.

Re: Error : unclosed connection

Posted: Wed May 05, 2010 4:13 pm
by kama3a
janiii wrote:as already said, that unclosed connection is only a warning. you can ignore it, if it comes from l2j code.
ok ty for the support !