util.FastMap
Posted: Sat Apr 10, 2010 1:46 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4059
L2JDP Revision Number:7240
after the last update I get this
login console
gameserver console
» Find Revision
L2J Revision Number:4059
L2JDP Revision Number:7240
after the last update I get this
login console
Code: Select all
nreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]Exception in thread "main" java.lang.NoSuchMethodError: javolution.util.FastMap.shared()Ljavolution/util/FastMap; at com.l2jserver.loginserver.LoginController.<init>(LoginController.java:65) at com.l2jserver.loginserver.LoginController.load(LoginController.java:82) at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:125) at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:57) Server terminated abnormaly server terminated Press any key to continue . . .
Code: Select all
Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1Script Engine: java 1.6 - Language: java - Language Version: 1.6Script Engine: BeanShell Engine 1.1 - Language: BeanShell - Language Version: 2.0b5Exception in thread "main" java.lang.NoSuchMethodError: javolution.util.FastMap.shared()Ljavolution/util/FastMap; at com.l2jserver.gameserver.GameTimeController.<clinit>(GameTimeController.java:44) at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:204) at com.l2jserver.gameserver.GameServer.main(GameServer.java:515)