Sign in to follow this  
Eject

please explain me this server error in the log :/

Recommended Posts

hello friends

i hope you can explain me what this messages means

 

 

[07:07:22 AM] INFO com.wurmonline.server.creatures.Creatures: com.wurmonline.server.creatures.Npc cannot be cast to com.wurmonline.server.players.Player

java.lang.ClassCastException: com.wurmonline.server.creatures.Npc cannot be cast to com.wurmonline.server.players.Player

at com.wurmonline.server.behaviours.ItemBehaviour.action(ItemBehaviour.java:2971)

at com.wurmonline.server.behaviours.Action.poll(Action.java:3500)

at com.wurmonline.server.behaviours.ActionStack.poll(ActionStack.java:237)

at com.wurmonline.server.creatures.Creature.poll(Creature.java:5791)

at com.wurmonline.server.creatures.Creatures.pollAllCreatures(Creatures.java:1756)

at com.wurmonline.server.zones.Zones.pollNextZones(Zones.java:1779)

at com.wurmonline.server.Server.run(Server.java:1853)

at java.util.TimerThread.mainLoop(Timer.java:555)

at java.util.TimerThread.run(Timer.java:505)

 

[07:07:23 AM] INFO com.wurmonline.server.creatures.Creatures: com.wurmonline.server.creatures.Npc cannot be cast to com.wurmonline.server.players.Player

java.lang.ClassCastException: com.wurmonline.server.creatures.Npc cannot be cast to com.wurmonline.server.players.Player

at com.wurmonline.server.behaviours.ItemBehaviour.action(ItemBehaviour.java:2971)

at com.wurmonline.server.behaviours.Action.poll(Action.java:3500)

at com.wurmonline.server.behaviours.ActionStack.poll(ActionStack.java:237)

at com.wurmonline.server.creatures.Creature.poll(Creature.java:5791)

at com.wurmonline.server.creatures.Creatures.pollAllCreatures(Creatures.java:1756)

at com.wurmonline.server.zones.Zones.pollNextZones(Zones.java:1779)

at com.wurmonline.server.Server.run(Server.java:1853)

at java.util.TimerThread.mainLoop(Timer.java:555)

at java.util.TimerThread.run(Timer.java:505)

 

[07:07:24 AM] INFO com.wurmonline.server.creatures.Creatures: com.wurmonline.server.creatures.Npc cannot be cast to com.wurmonline.server.players.Player

java.lang.ClassCastException: com.wurmonline.server.creatures.Npc cannot be cast to com.wurmonline.server.players.Player

at com.wurmonline.server.behaviours.ItemBehaviour.action(ItemBehaviour.java:2971)

at com.wurmonline.server.behaviours.Action.poll(Action.java:3500)

at com.wurmonline.server.behaviours.ActionStack.poll(ActionStack.java:237)

at com.wurmonline.server.creatures.Creature.poll(Creature.java:5791)

at com.wurmonline.server.creatures.Creatures.pollAllCreatures(Creatures.java:1756)

at com.wurmonline.server.zones.Zones.pollNextZones(Zones.java:1779)

at com.wurmonline.server.Server.run(Server.java:1853)

at java.util.TimerThread.mainLoop(Timer.java:555)

at java.util.TimerThread.run(Timer.java:505)

 

 

thank you so much

Eject

Share this post


Link to post
Share on other sites

Also, Do you have Test Server ticked?

That option messes with some of the NPC stuff some how.

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