traitor / Minecraft-Server-Mod

Server administration mod and API for Minecraft beta multiplayer server
220 stars 91 forks source link

Obituary plugin error #206

Closed liquidox closed 13 years ago

liquidox commented 13 years ago

Not sure if this is a hMod issue, but looks like it?

2011-01-25 10:37:51 [SEVERE] Exception while loading plugin java.lang.NoClassDefFoundError: in at Obituary.enable(Obituary.java:37) at PluginLoader.load(PluginLoader.java:355) at PluginLoader.reloadPlugin(PluginLoader.java:334) at ServerConsoleCommands$5.execute(ServerConsoleCommands.java:228) at BaseCommand.parseCommand(BaseCommand.java:32) at ServerConsoleCommands.parseServerConsoleCommand(ServerConsoleCommands.java:57) at etc.parseConsoleCommand(etc.java:460) at Minebot.onMessage(Minebot.java:449) at org.jibble.pircbot.PircBot.handleLine(PircBot.java:1076) at org.jibble.pircbot.InputThread.run(InputThread.java:95) Caused by: java.lang.ClassNotFoundException: in at java.net.URLClassLoader$1.run(URLClassLoader.java:299) at java.net.URLClassLoader$1.run(URLClassLoader.java:288) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:287) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

Meaglin commented 13 years ago

Could you post the full stack trace not just parts of it? Also this is possibly just an issue with your plugin not hMod itself.

liquidox commented 13 years ago

Thought I did...

Could be a plugin issue, but this: http://hmod.buxville.net/showthread.php?tid=13

That death notify plugin ALSO has this issue, so :/

liquidox commented 13 years ago

Eh wait, am confusing issues. There's this loading issue, but there's the seperate issues where it spams death messages when someone dies. That issue is also present in at least one other notify on death plugin.

Meaglin commented 13 years ago

well as far as i know there is no proper way to track the cause of some1's death which might cause the spam.

liquidox commented 13 years ago

Ok makes sense, disabled them :)