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
I have same ploblem. my gameserver is poor.
edit L2DatabaseFactory.java
public Connection getConnection()
con = _source.getConnection();
if (Server.serverMode == Server.MODE_GAMESERVER)
ThreadPoolManager.getInstance().scheduleGeneral(new ConnectionCloser(con, new RuntimeException()), 60000);
else
...