Unclosed Connection

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
Darkfeiter
Posts: 329
Joined: Tue Dec 16, 2008 6:48 pm

Unclosed Connection

Post 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
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Unclosed Connection

Post 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
Darkfeiter
Posts: 329
Joined: Tue Dec 16, 2008 6:48 pm

Re: Unclosed Connection

Post by Darkfeiter »

hmm thata the only chance to run my server on my computer its a little bit too slow for server and client
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Unclosed Connection

Post by hope »

then get more ram 512 is way to low to run a server 2GB min and that is just for the server
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: Unclosed Connection

Post 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.
Post Reply