Page 1 of 1

Unclosed Connection

Posted: Thu Mar 24, 2011 2:41 am
by Darkfeiter
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:last rev
L2JDP Revision Number:last rev

Image

i get every time this error just decreased :

java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms512m -Xmx512m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer

for work on the server at home slow computer thanks for help

Re: Unclosed Connection

Posted: Thu Mar 24, 2011 3:15 am
by hope
put in the default zones as you have changed them somewhere and messed them up also up the ram thats way to low

Re: Unclosed Connection

Posted: Thu Mar 24, 2011 10:43 am
by Darkfeiter
hmm thata the only chance to run my server on my computer its a little bit too slow for server and client

Re: Unclosed Connection

Posted: Thu Mar 24, 2011 3:26 pm
by hope
then get more ram 512 is way to low to run a server 2GB min and that is just for the server

Re: Unclosed Connection

Posted: Thu Mar 24, 2011 5:07 pm
by tukune
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
...

60000 to more large number.