util.FastMap

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
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

util.FastMap

Post 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)    
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: util.FastMap

Post 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
Probe
Posts: 915
Joined: Thu Sep 03, 2009 6:36 pm
Location: Israel
Contact:

Re: util.FastMap

Post by Probe »

l2j updated to javolution 5.5.0 are you sure you replaced libraries correctly?
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: util.FastMap

Post by JIV »

delete old javolution jars.
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: util.FastMap

Post 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
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: util.FastMap

Post by hope »

comunityserver lib folder has still the 5.3.1 maybe problem lies there
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: util.FastMap

Post by hope »

after checking it is the one in the comunityserver that was not removed that is causing the problem
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: util.FastMap

Post by JIV »

hm, forget about that also, thx http://www.l2jserver.com/trac/changeset/4060
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: util.FastMap

Post 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
Post Reply