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
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
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
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.. ?