Page 1 of 1

Instance manager error at start up

Posted: Mon Jan 17, 2011 7:07 pm
by metallinacho
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hello, i just downloaded the last freya nightlies versions, and when i start the gameserver i get all this and i ve tried re-downloading the gameserver files over and over but it dont seem to be helping any so im out of ideas...any help ???

Ty!

L2J Server Version: 4470
L2J Datapack Version: 7733
Updated characters online status.
Cleaned 0 expired timestamps from database.
IDFactory: 102912 id's available.
------------------------------------------------------------------=[ Engines ]
Initializing Script Engine Manager
Script Engine: java 1.6 - Language: java - Language Version: 1.6
Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1
Script Engine: Mozilla Rhino 1.6 release 2 - Language: ECMAScript - Language Ver
sion: 1.6
Script Engine: BeanShell Engine 1.1 - Language: BeanShell - Language Version: 2.
0b5
--------------------------------------------------------------------=[ World ]
Initializing InstanceManager
Loaded 146 instance names
Exception in thread "main" java.lang.NoSuchMethodError: javolution.util.FastList
.shared()Ljavolution/util/FastList;
at com.l2jserver.gameserver.model.entity.Instance.<init>(Instance.java:5
8)
at com.l2jserver.gameserver.instancemanager.InstanceManager.createWorld(
InstanceManager.java:245)
at com.l2jserver.gameserver.instancemanager.InstanceManager.<init>(Insta
nceManager.java:235)
at com.l2jserver.gameserver.instancemanager.InstanceManager.<init>(Insta
nceManager.java:44)
at com.l2jserver.gameserver.instancemanager.InstanceManager$SingletonHol
der.<clinit>(InstanceManager.java:354)
at com.l2jserver.gameserver.instancemanager.InstanceManager.getInstance(
InstanceManager.java:240)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:214)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:493)

Re: Instance manager error at start up

Posted: Mon Jan 17, 2011 9:08 pm
by _DS_
Use only javolution.jar supplied with server.

Re: Instance manager error at start up

Posted: Mon Jan 17, 2011 10:59 pm
by metallinacho
_DS_ wrote:Use only javolution.jar supplied with server.
ty ty !! that workd, i just copied the new files on top of the old ones and the old javolution.jar was there...thx a lot
!!