This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. Starting my server
What is the expected output? What do you see instead?That "Mobs", in cooperation with "Extra Events" works ;)Instead, I see a warning in the server.log and it doesn't work.
What version of the product are you using?Mobs 1.5.2 b7/Extra Events 1.5.2 b2
Do you have an error log of what happened?Jep.
2013-06-29 19:11:35 [SEVERE] Could not load 'plugins/Mobs.jar' in folder 'plugins'org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: me/coldandtired/extraevents/TimerActivateEventat org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:182)at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:239)at org.bukkit.craftbukkit.v1_5_R3.CraftServer.<init>(CraftServer.java:217)at net.minecraft.server.v1_5_R3.PlayerList.<init>(PlayerList.java:55)at net.minecraft.server.v1_5_R3.DedicatedPlayerList.<init>(SourceFile:11)at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106)at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)Caused by: java.lang.NoClassDefFoundError: me/coldandtired/extraevents/TimerActivateEventat me.coldandtired.mobs.Mobs.<init>(Mobs.java:45)at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)at java.lang.reflect.Constructor.newInstance(Unknown Source)at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:178)... 9 moreCaused by: java.lang.ClassNotFoundException: me.coldandtired.extraevents.TimerActivateEventat java.net.URLClassLoader$1.run(Unknown Source)at java.net.URLClassLoader$1.run(Unknown Source)at java.security.AccessController.doPrivileged(Native Method)at java.net.URLClassLoader.findClass(Unknown Source)at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)at java.lang.ClassLoader.loadClass(Unknown Source)at java.lang.ClassLoader.loadClass(Unknown Source)... 15 more
This is one of the annoying things with waiting for BukkitDev to approve files :(
Both Mobs and Extra Events need to be in sync (usually) so you can either return to EE b1, or update Mobs to this version.
You can wait for it to be approved if you feel more comfortable that way.
Thanks for the amazingly fast answer ;) I downgraded EE to b1 and it seems to work. I know, they'd usually have to be in sync, but I thought both plugins their latest version would be in sync with each other ;)
@GreenGuggi: Go It was my fault, I changed the namespace of both projects to my new website address which is why it can't find the old address in your log above.
They were uploaded seconds apart but sometimes it happens :)
Unfortunately, whichever I upload first will cause problems with the other. Next time I'll make sure to update EE first and wait a day before adding any new usage of it to Mobs.
Thanks for the understanding! :)
Ah I see, well thanks for the quick and nice answer, downgrading now :) Have a good one!
To post a comment, please login or register a new account.