Jump to content
  • 0

[HELP] L2J CT2.3 Problem


Stewie®

Question

Hello, im using the latest revision of L2J (Gracia Final)

And i have a problem

I start see on the GS that people are getting disconnected and i have errors like this

com.mchange.v2.resourcepool.BasicResourcePool@3f829e6f -- an attempt to checkout
a resource was interrupted, and the pool is still live: some other thread must
have either interrupted the Thread attempting checkout!
java.lang.InterruptedException
        at java.lang.Object.wait(Native Method)
        at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicRes
ourcePool.java:1315)
        at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(
BasicResourcePool.java:557)
        at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicR
esourcePool.java:477)
        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConne
ction(C3P0PooledConnectionPool.java:525)
        at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(A
bstractPoolBackedDataSource.java:128)
        at net.sf.l2j.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:220
)
        at net.sf.l2j.gameserver.network.serverpackets.CharSelectionInfo.loadCha
racterSelectInfo(CharSelectionInfo.java:205)
        at net.sf.l2j.gameserver.network.serverpackets.CharSelectionInfo.<init>(
CharSelectionInfo.java:54)
        at net.sf.l2j.gameserver.LoginServerThread.run(LoginServerThread.java:31
8)

 

Any idea what can be wrong? and how to fix it?

Thanks in advance.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

hmm looks strange it says that some other thread must be closed hmmm the resourcepool is the c3p0 library i've never seen error from it i need to think

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...