[java problem] error after gameserver up

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
gandalf76
Posts: 21
Joined: Mon Mar 05, 2007 10:23 am

[java problem] error after gameserver up

Post 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
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: [java problem] error after gameserver up

Post by janiii »

check your libs folder for doulbe javolution library. check also that you updated the gameserver and also the libs folder properly.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
gandalf76
Posts: 21
Joined: Mon Mar 05, 2007 10:23 am

Re: [java problem] error after gameserver up

Post by gandalf76 »

thanx, solved.. i have delete and replace libs folder with a new installation...
problem solved!
thanx
Post Reply