Page 1 of 1

[java problem] error after gameserver up

Posted: Mon May 10, 2010 7:54 pm
by gandalf76
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4172:
L2JDP Revision 7398:

when the gameserver is correctly loaded, after 1-2 minutes appare this error:

Code: Select all

Exception in thread "General Pool-4" java.lang.NoSuchMethodError: javolution.util.FastSet.shared()Ljavolution/util/FastSet;        at com.l2jserver.gameserver.model.actor.L2Character.getAttackByList(L2Character.java:2255)        at com.l2jserver.gameserver.ai.L2AttackableAI.thinkActive(L2AttackableAI.java:507)        at com.l2jserver.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:2413)        at com.l2jserver.gameserver.ai.L2CharacterAI.onIntentionActive(L2CharacterAI.java:175)        at com.l2jserver.gameserver.ai.L2AttackableAI.onIntentionActive(L2AttackableAI.java:2535)        at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:304)        at com.l2jserver.gameserver.ai.AbstractAI.setIntention(AbstractAI.java:236)        at com.l2jserver.gameserver.ai.L2CharacterAI.onEvtArrived(L2CharacterAI.java:762)        at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:455)        at com.l2jserver.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:347)        at com.l2jserver.gameserver.GameTimeController$MovingObjectArrived.run(GameTimeController.java:208)        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)        at java.lang.Thread.run(Unknown Source)
and this repeat for many General Pool... 3-4-5-6-7 etc..

exist any solution? thanx

Re: [java problem] error after gameserver up

Posted: Mon May 10, 2010 8:10 pm
by janiii
check your libs folder for doulbe javolution library. check also that you updated the gameserver and also the libs folder properly.

Re: [java problem] error after gameserver up

Posted: Mon May 10, 2010 9:52 pm
by gandalf76
thanx, solved.. i have delete and replace libs folder with a new installation...
problem solved!
thanx