Sign in to follow this  
Draco

Severe Error - CouterTypes not defined

Recommended Posts

Hello!

 

I have an issue where my server is crashing out with the following log event:

 

Spoiler

[06:30:56 PM] SEVERE com.wurmonline.server.Server: com/wurmonline/server/CounterTypes
java.lang.NoClassDefFoundError: com/wurmonline/server/CounterTypes
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:642)
    at javassist.Loader.findClass(Loader.java:377)
    at org.gotti.wurmunlimited.modloader.classhooks.HookManager$1.findClass(HookManager.java:107)
    at javassist.Loader.loadClass(Loader.java:309)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at com.wurmonline.server.behaviours.Methods.sendFoundVillageQuestion(Methods.java:424)
    at com.wurmonline.server.behaviours.VillageDeedBehaviour.action(VillageDeedBehaviour.java:276)
    at com.wurmonline.server.behaviours.Action.poll(Action.java:3517)
    at com.wurmonline.server.behaviours.BehaviourDispatcher.action(BehaviourDispatcher.java:965)
    at com.wurmonline.server.creatures.Communicator.reallyHandle_CMD_ACTION(Communicator.java:7193)
    at com.wurmonline.server.creatures.Communicator.reallyHandle(Communicator.java:2408)
    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:2459)
    at java.util.TimerThread.mainLoop(Timer.java:555)
    at java.util.TimerThread.run(Timer.java:505)
Caused by: java.lang.ClassNotFoundException: com.wurmonline.server.CounterTypes
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at javassist.Loader.delegateToParent(Loader.java:426)
    at javassist.Loader.loadClass(Loader.java:312)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 18 more

[06:30:56 PM] INFO com.wurmonline.server.Server: Shutting down at:
java.lang.Exception
    at com.wurmonline.server.Server.shutDown(Server.java:3560)
    at com.wurmonline.server.Server.run(Server.java:2531)
    at java.util.TimerThread.mainLoop(Timer.java:555)
    at java.util.TimerThread.run(Timer.java:505)

 

Any help would be greatly appreciated.

 

As far as mods:

Spoiler

[10:45:29 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loaded org.gotti.wurmunlimited.mods.announcer.AnnounceMod as announcer (v0.26.1-62d759f)
[10:45:29 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loaded org.gotti.wurmunlimited.mods.bountymod.BountyMod as bountymod (unversioned)
[10:45:29 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loaded org.gotti.wurmunlimited.mods.cropmod.CropMod as cropmod (v0.26.1-62d759f)
[10:45:29 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loaded org.gotti.wurmunlimited.mods.digtoground.DigToGround as digtoground (v0.26.1-62d759f)
[10:45:29 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loaded org.gotti.wurmunlimited.mods.hitchingpost.HitchingPostMod as hitchingpost (v0.26.1-62d759f)
[10:45:29 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loaded org.gotti.wurmunlimited.mods.inbreedwarning.InbreedWarningMod as inbreedwarning (v0.26.1-62d759f)
[10:45:29 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loaded org.gotti.wurmunlimited.mods.serverfixes.ServerFixesMod as serverfixes (v0.26.1-62d759f)
[10:45:29 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loaded org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod as serverpacks (v0.26.1-62d759f)
[10:45:29 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loaded org.gotti.wurmunlimited.mods.serverplayercounter.ServerPlayerCounter as serverplayercounter (unversioned)
[10:45:29 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loaded org.gotti.wurmunlimited.mods.spellmod.SpellMod as spellmod (v0.26.1-62d759f)
[10:45:29 AM] INFO org.gotti.wurmunlimited.modloader.ModLoaderShared: Loaded mod.wurmonline.mods.upkeepcosts.UpkeepCosts as upkeepcosts (unversioned)

 

I am also seeing where when you push "Start Server" the gui in the launcher does not change to show the "Stop Server" button / reason / timer

 

Any help would be very appreciated.

Share this post


Link to post
Share on other sites

I think I may have solved this:

 

After a full reinstall and copy of the database, I was adding in mods 1 at a time and starting the server. All was good until upkeepcosts mod. Then I started getting this error.

 

Took the mod back out and it went away. Problem solved.

Share this post


Link to post
Share on other sites

Welp to whoever tries to fix that mod, counterTypes was moved to common.jar

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