Java error Epilogue

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
kalaboks
Posts: 5
Joined: Thu Mar 10, 2011 12:42 pm

Java error Epilogue

Post by kalaboks »

Hi i got a small problem with npc buff and dont know how to sort it out, i hope some one of u will understand it better and help me with it t.y.

Here is what i got :?

Unclosed connection! Trace:sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)

java.lang.RuntimeException
at com.*fork*.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:252)
at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyInstance.invoke(Unknown Source)
at org.python.pycode.serializable._pyx1299787289162.getitemname$4(__init__.py:172)
at org.python.pycode.serializable._pyx1299787289162.call_function(__init__.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(Unknown Source)
at org.python.pycode.serializable._pyx1299787289162.onAdvEvent$14(__init__.py:952)
at org.python.pycode.serializable._pyx1299787289162.call_function(__init__.py)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(Unknown Source)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject._jcallexc(Unknown Source)
at org.python.core.PyObject._jcall(Unknown Source)
at org.python.proxies.main$Quest$400.onAdvEvent(Unknown Source)
at com.*fork*.gameserver.model.quest.Quest.notifyEvent(Quest.java:433)
at com.*fork*.gameserver.model.actor.instance.L2PcInstance.processQuestEvent(L2PcInstance.java:1774)
at handlers.bypasshandlers.QuestEvent.useBypass(QuestEvent.java:43)
at com.*fork*.gameserver.model.actor.L2Npc.onBypassFeedback(L2Npc.java:883)
at com.*fork*.gameserver.network.clientpackets.RequestBypassToServer.runImpl(RequestBypassToServer.java:122)
at com.*fork*.gameserver.network.clientpackets.L2GameClientPacket.run(L2GameClientPacket.java:92)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Java error Epilogue

Post by hope »

use search first before posting there are tons of posts about this

locked
kalaboks
Posts: 5
Joined: Thu Mar 10, 2011 12:42 pm

Re: Java error Epilogue

Post by kalaboks »

unfortunately i coundt find anything like this :?
User avatar
pinkcore
Posts: 247
Joined: Fri Jul 24, 2009 3:04 am
Location: Czech Republic

Re: Java error Epilogue

Post by pinkcore »

kalaboks wrote:unfortunately i coundt find anything like this :?
Answer is very easy, you are using Rin4a's scheme buffer which is messed up, Janiii posted script on this forum too many times and I posted it too, just use search !

viewtopic.php?f=73&t=18964&p=118982p118901#p118901 It's for Freya but I think there is difference only on DB side.

EDIT:

Code: Select all

at com.*fork*.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:252)
:D :D It's funny :D
I'm not here only for food!
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: Java error Epilogue

Post by hope »

kalaboks wrote:unfortunately i coundt find anything like this :?
sure you did we believe you dont listen to all them bad ones that say you lied and are lazy
Post Reply