Error : 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
kama3a
Posts: 125
Joined: Mon Jul 07, 2008 4:01 pm

Error : unclosed connection

Post 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
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Error : unclosed connection

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
kama3a
Posts: 125
Joined: Mon Jul 07, 2008 4:01 pm

Re: Error : unclosed connection

Post 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.. ?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Error : unclosed connection

Post by janiii »

as already said, that unclosed connection is only a warning. you can ignore it, if it comes from l2j code.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
kama3a
Posts: 125
Joined: Mon Jul 07, 2008 4:01 pm

Re: Error : unclosed connection

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