L2DatabaseFactory 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
Locked
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

L2DatabaseFactory Unclosed Connection?

Post by momo61 »

L2J Revision 4153:
L2JDP Revision 7354:

no custom codes!!!

Code: Select all

2010.05.09 15:29:08,093	INFO	10	com.l2jserver.gameserver.idfactory.IdFactory	Updated characters online status.2010.05.09 15:29:48,109	WARNING	11	com.l2jserver.L2DatabaseFactory	Unclosed connection! Trace: com.l2jserver.gameserver.idfactory.IdFactory.cleanUpDB(IdFactory.java:170)2010.05.09 15:29:50,500	INFO	10	com.l2jserver.gameserver.idfactory.IdFactory	Cleaned 0 elements from database.
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: L2DatabaseFactory Unclosed Connection?

Post by Probe »

imo the timecheck for ConnectionCloser is too short
some queries aren't finished within

Code: Select all

ThreadPoolManager.getInstance().scheduleGeneral(new ConnectionCloser(con, new RuntimeException()), 40000);
this time limit, especially cleanup\refractor queries
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: L2DatabaseFactory Unclosed Connection?

Post by janiii »

was already increased to 60 seconds. anyway no need to create another topic about this.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Locked