Sign in to follow this  
Eject

two odd java errors

Recommended Posts

Hello friends

I hope you can help me here

 

I dont know whats happen here with a creature "bound must be positive"

 

[03:35:19 AM] INFO com.wurmonline.server.creatures.Creatures: bound must be positive
java.lang.IllegalArgumentException: bound must be positive
    at java.util.Random.nextInt(Unknown Source)
    at com.wurmonline.server.creatures.Creature.getMoveTarget(Creature.java:14223)
    at com.wurmonline.server.creatures.Creature.startPathing(Creature.java:10477)
    at com.wurmonline.server.creatures.Creature.checkMove(Creature.java:10684)
    at com.wurmonline.server.creatures.Creature.poll(Creature.java:5845)
    at com.wurmonline.server.creatures.Creatures.pollAllCreatures(Creatures.java:1743)
    at com.wurmonline.server.zones.Zones.pollNextZones(Zones.java:1775)
    at com.wurmonline.server.Server.run(Server.java:1840)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)

 

And this ghostplayer i always get if my servers crashing at citadel (new problem), i know there is no player online and the port looks also very odd for me

Always if i have this ghostplayer after restarting my servers, no other can connect.

 

[03:36:17 AM] INFO com.wurmonline.communication.SocketServer: Accepted player connection: Socket[addr=/93.206.26.228,port=11337,localport=3774]
[03:36:18 AM] INFO com.wurmonline.server.steam.SteamHandler: Client was Authenticated

 

Thank you very much

Eject

Share this post


Link to post
Share on other sites

found another one ^^

 

[07:34:00 AM] WARNING com.wurmonline.server.villages.DbGuardPlan: Failed to retrieve creature 808948047948033

com.wurmonline.server.creatures.NoSuchCreatureException: No such creature for id: 808948047948033

at com.wurmonline.server.creatures.Creatures.getCreature(Creatures.java:752)

at com.wurmonline.server.villages.DbGuardPlan.loadReturnedGuards(DbGuardPlan.java:323)

at com.wurmonline.server.villages.DbGuardPlan.load(DbGuardPlan.java:91)

at com.wurmonline.server.villages.GuardPlan.<init>(GuardPlan.java:93)

at com.wurmonline.server.villages.DbGuardPlan.<init>(DbGuardPlan.java:66)

at com.wurmonline.server.villages.Villages.loadVillages(Villages.java:790)

at com.wurmonline.server.Server.startRunning(Server.java:863)

at com.wurmonline.server.ServerLauncher.runServer$1(ServerLauncher.java:119)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at org.gotti.wurmunlimited.modloader.server.ProxyServerHook$1$1.invoke(ProxyServerHook.java:55)

at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:302)

at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java)

at com.wurmonline.server.gui.WurmServerGuiController.startDB(WurmServerGuiController.java:1319)

at com.wurmonline.server.gui.WurmServerGuiMain.main(WurmServerGuiMain.java:96)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at javassist.Loader.run(Loader.java:288)

at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.java:30)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at javassist.Loader.run(Loader.java:288)

at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33)

Share this post


Link to post
Share on other sites

I have another question

 

There are still some "old" creatures from an unused mod...zebra, ocelot, panda....

i deleted them from the modsupport.db but cant see them in the serverlog

How exactly can i remove them and clear the server, i believe the wurmcreatures.db or? are there another db that need a look?

 

Eject

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this