Last beta loading errors.

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

Last beta loading errors.

Post by kornom »

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

I get some errors while loading beta, Is that normal?

Code: Select all

   java.lang.RuntimeException        at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:180)        at com.l2jserver.gameserver.model.entity.Fort.initNpcs(Fort.java:1201)        at com.l2jserver.gameserver.model.entity.Fort.<init>(Fort.java:258)        at com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:176)        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:283)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:485) Unclosed connection! Trace: com.l2jserver.gameserver.datatables.SpawnTable.fillSpawnTable(SpawnTable.java:256)java.lang.RuntimeException        at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:180)        at com.l2jserver.gameserver.datatables.SpawnTable.fillSpawnTable(SpawnTable.java:256)        at com.l2jserver.gameserver.datatables.SpawnTable.load(SpawnTable.java:76)        at com.l2jserver.gameserver.datatables.SpawnTable.<init>(SpawnTable.java:65)        at com.l2jserver.gameserver.datatables.SpawnTable$SingletonHolder.<clinit>(SpawnTable.java:522)        at com.l2jserver.gameserver.datatables.SpawnTable.getInstance(SpawnTable.java:517)        at com.l2jserver.gameserver.model.entity.Fort.initNpcs(Fort.java:1222)        at com.l2jserver.gameserver.model.entity.Fort.<init>(Fort.java:258)        at com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:176)        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:283)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:485) Unclosed connection! Trace: com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:170)java.lang.RuntimeException        at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:180)        at com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:170)        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:283)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:485) 
Post Reply