Sign in to follow this  
Hepfem

Server cookbook crash

Recommended Posts

So... I don't know if this is where you report bugs for WU servers? Otherwise, feel free to point me in the right direction. Anyway our server crashed when I was looking in the cookbook, so there seems to be some kind of recipe related bug.

 

From the log:

Quote

[06:24:00 EM] ALLVARLIG com.wurmonline.server.Server: com/wurmonline/server/items/Recipes$1
java.lang.NoClassDefFoundError: com/wurmonline/server/items/Recipes$1
    at com.wurmonline.server.items.Recipes.getRecipesByResult(Recipes.java:1457)
    at com.wurmonline.server.creatures.Communicator.sendCookbookIngredient(Communicator.java:22712)
    at com.wurmonline.server.creatures.Communicator.sendCookbookRecipe(Communicator.java:22681)
    at com.wurmonline.server.creatures.Communicator.sendRecipeNameList(Communicator.java:22566)
    at com.wurmonline.server.creatures.Communicator.reallyHandle_CMD_COOKBOOK(Communicator.java:7521)
    at com.wurmonline.server.creatures.Communicator.reallyHandle(Communicator.java:2577)
    at com.wurmonline.communication.SocketConnection.tick(SocketConnection.java:615)
    at com.wurmonline.communication.SocketServer.tick(SocketServer.java:172)
    at com.wurmonline.server.Server.run(Server.java:2439)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.wurmonline.server.items.Recipes$1
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at javassist.Loader.delegateToParent(Loader.java:426)
    at javassist.Loader.loadClass(Loader.java:312)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 11 more

[06:24:00 EM] INFO com.wurmonline.server.Server: Shutting down at: 
java.lang.Exception
    at com.wurmonline.server.Server.shutDown(Server.java:3528)
    at com.wurmonline.server.Server.run(Server.java:2511)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)

 

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