L2DatabaseFactory - ConnectionCloser

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
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

L2DatabaseFactory - ConnectionCloser

Post by KGB1st »

Stable 1.1

Code: Select all

θών 27, 2015 4:01:41 PM com.l2jserver.L2DatabaseFactory$ConnectionCloser run
WARNING: Unclosed connection! Trace: com.l2jserver.gameserver.instancemanager.GrandBossManager.storeMe(GrandBossManager.java:304)
java.lang.RuntimeException
	at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:180)
	at com.l2jserver.gameserver.instancemanager.GrandBossManager.storeMe(GrandBossManager.java:304)
	at com.l2jserver.gameserver.instancemanager.tasks.GrandBossManagerStoreTask.run(GrandBossManagerStoreTask.java:31)
	at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:88)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

θών 27, 2015 4:06:18 PM com.l2jserver.L2DatabaseFactory$ConnectionCloser run
WARNING: Unclosed connection! Trace: com.l2jserver.gameserver.instancemanager.GrandBossManager.storeMe(GrandBossManager.java:304)
java.lang.RuntimeException
	at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:180)
	at com.l2jserver.gameserver.instancemanager.GrandBossManager.storeMe(GrandBossManager.java:304)
	at com.l2jserver.gameserver.instancemanager.tasks.GrandBossManagerStoreTask.run(GrandBossManagerStoreTask.java:31)
	at com.l2jserver.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:88)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

After this error hard disc of the server was subjected to the high load.
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: L2DatabaseFactory - ConnectionCloser

Post by Aikimaniac »

There is no stable 1.1...do you mean Master or something else?
Image
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: L2DatabaseFactory - ConnectionCloser

Post by KGB1st »

Aikimaniac wrote:There is no stable 1.1...do you mean Master or something else?
wtf.png
Merge: refs/heads/stable
You do not have the required permissions to view the files attached to this post.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: L2DatabaseFactory - ConnectionCloser

Post by Zoey76 »

Stable and master are the same, except few commits.

You have bad MySQL settings or some custom script with unclosed database connections.
Powered by Eclipse 4.30 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: L2DatabaseFactory - ConnectionCloser

Post by KGB1st »

Zoey76 wrote:Stable and master are the same, except few commits.

You have bad MySQL settings or some custom script with unclosed database connections.
hmmm. i don't know. I used only Yan Buffer script.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: L2DatabaseFactory - ConnectionCloser

Post by Zoey76 »

Did you change MySQL settings?
Powered by Eclipse 4.30 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: L2DatabaseFactory - ConnectionCloser

Post by KGB1st »

Zoey76 wrote:Did you change MySQL settings?
I use not standard mysql engine. It's vertrigoserv.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: L2DatabaseFactory - ConnectionCloser

Post by Zoey76 »

Do you have HDD problems or other process slowing down your server?
Powered by Eclipse 4.30 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
User avatar
KGB1st
Posts: 230
Joined: Sat Jul 26, 2014 5:58 pm

Re: L2DatabaseFactory - ConnectionCloser

Post by KGB1st »

Zoey76 wrote:Do you have HDD problems or other process slowing down your server?
nope.. java.exe uses individual 2 cores (4.0 GHZ each) in system, hdd is new, and works correctly.
KGB1st wrote:Stable 1.1
After this error hard disc of the server was subjected to the high load.
pagefile, swapfile was included at the time and maybe It was a problem... (6.5G commited)

Code: Select all

-Xms1536m -Xmx3072m -XX:+AggressiveOpts
Post Reply