Error on DP 1038

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
kornom
Posts: 227
Joined: Thu Sep 26, 2013 3:48 pm

Error on DP 1038

Post by kornom »

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

Hey guys! After upgrading to 1038 I started getting this:

Code: Select all

Unclosed connection! Trace: com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:170)java.lang.RuntimeException        at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:273)        at com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:170)        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:270)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:474) Unclosed connection! Trace: com.l2jserver.gameserver.model.entity.Fort.initNpcs(Fort.java:1208)java.lang.RuntimeException        at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:273)        at com.l2jserver.gameserver.model.entity.Fort.initNpcs(Fort.java:1208)        at com.l2jserver.gameserver.model.entity.Fort.<init>(Fort.java:273)        at com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:176)        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:270)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:474) Unclosed connection! Trace: com.l2jserver.gameserver.datatables.SpawnTable.fillSpawnTable(SpawnTable.java:85)java.lang.RuntimeException        at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:273)        at com.l2jserver.gameserver.datatables.SpawnTable.fillSpawnTable(SpawnTable.java:85)        at com.l2jserver.gameserver.datatables.SpawnTable.load(SpawnTable.java:66)        at com.l2jserver.gameserver.datatables.SpawnTable.<init>(SpawnTable.java:56)        at com.l2jserver.gameserver.datatables.SpawnTable$SingletonHolder.<clinit>(SpawnTable.java:304)        at com.l2jserver.gameserver.datatables.SpawnTable.getInstance(SpawnTable.java:299)        at com.l2jserver.gameserver.model.entity.Fort.initNpcs(Fort.java:1229)        at com.l2jserver.gameserver.model.entity.Fort.<init>(Fort.java:273)        at com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:176)        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:270)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:474)

Help please :)
devision
Posts: 1
Joined: Sun May 06, 2012 4:08 pm

Re: Error on DP 1038

Post by devision »

Hello,

i tryed today to compile through the eclipse and i got errors on DataPack too..

Code: Select all

 A  C:/Users/Devision/workspace/L2J_DataPack_BETA/dist/game/data/scripts/handlers/effecthandlers/Bluff.java    A  C:/Users/Devision/workspace/L2J_DataPack_BETA/dist/game/data/scripts/handlers/effecthandlers/PhysicalAttackMute.java    A  C:/Users/Devision/workspace/L2J_DataPack_BETA/dist/game/data/scripts/handlers/effecthandlers/CpHealOverTime.java    A  C:/Users/Devision/workspace/L2J_DataPack_BETA/dist/game/data/scripts/handlers/effecthandlers/Restoration.java    A  C:/Users/Devision/workspace/L2J_DataPack_BETA/dist/game/data/scripts/handlers/effecthandlers/FakeDeath.java    A  C:/Users/Devision/workspace/L2J_DataPack_BETA/dist/game/data/scripts/handlers/effecthandlers/OpenCommonRecipeBook.java    A  C:/Users/Devision/workspace/L2J_DataPack_BETA/dist/game/data/scripts/handlers/effecthandlers/Grow.java    A  C:/Users/Devision/workspace/L2J_DataPack_BETA/dist/game/data/scripts/handlers/effecthandlers/Resurrection.java    A  C:/Users/Devision/workspace/L2J_DataPack_BETA/dist/game/data/scripts/handlers/effecthandlers/CharmOfCourage.java    svn: REPORT request failed on '/!svn/vcc/default'svn: Processing REPORT request response failed: Premature end of file. (/!svn/vcc/default)  
kornom
Posts: 227
Joined: Thu Sep 26, 2013 3:48 pm

Re: Error on DP 1038

Post by kornom »

Anyone can help with this connection??
Post Reply