Page 1 of 1

util.FastMap

Posted: Sat Apr 10, 2010 1:46 pm
by hope
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

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 . . .
gameserver console

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)    

Re: util.FastMap

Posted: Sat Apr 10, 2010 1:47 pm
by hope
dont understand why i am getting this was it removed if so how do i put this back so i can get it to work as some of my custom things like the bot report needs this

Re: util.FastMap

Posted: Sat Apr 10, 2010 1:54 pm
by Probe
l2j updated to javolution 5.5.0 are you sure you replaced libraries correctly?

Re: util.FastMap

Posted: Sat Apr 10, 2010 4:11 pm
by JIV
delete old javolution jars.

Re: util.FastMap

Posted: Sat Apr 10, 2010 6:46 pm
by hope
JIV wrote:delete old javolution jars.
if you mean the one inside the lib folder i only have the 5.5.0.jar

Re: util.FastMap

Posted: Sat Apr 10, 2010 7:00 pm
by hope
comunityserver lib folder has still the 5.3.1 maybe problem lies there

Re: util.FastMap

Posted: Sat Apr 10, 2010 7:16 pm
by hope
after checking it is the one in the comunityserver that was not removed that is causing the problem

Re: util.FastMap

Posted: Sat Apr 10, 2010 7:32 pm
by JIV
hm, forget about that also, thx http://www.l2jserver.com/trac/changeset/4060

Re: util.FastMap

Posted: Sat Apr 10, 2010 7:47 pm
by hope
np happy to help good i found it as when i build i combine my community board and game server into one folder only reason i found it

also when you have time can you add some missing things into the community board when you pm a player a error comes up unknown Board: Region also in favorite tab bbsgetfav and add fav tab bbs_add_fav are all missing any way to get these 3 to work

or can you tell me where to add this and what to add to get these 3 things to work
or a patch would help alot