CraftBook 3

CraftBook 3

139k Downloads

[SEVERE] Error occurred while enabling CraftBook v2310-c7c8cf8 (Is it up to date?)

LadyCailinBot opened this issue ยท 14 comments

commented

CRAFTBOOK-2622 - Reported by TheDukeofNukem

Hello,

I keep getting the error:

[SEVERE] Error occurred while enabling CraftBook v2310-c7c8cf8 (Is it up to date?)
java.lang.NoClassDefFoundError: com/comphenix/protocol/ProtocolLibrary
at com.sk89q.craftbook.bukkit.CraftBookPlugin.onEnable(CraftBookPlugin.java:201)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264)
at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304)
at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283)
at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151)
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.ClassNotFoundException: com.comphenix.protocol.ProtocolLibrary
at 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)
... 12 more

when starting my server. CraftBook will not start. I'm not sure why, I'm using the latest CraftBukkit RB, WorldEdit, and CraftBook builds. If anyone could assist me, I would appreciate it. I'm not sure what additional information to include.

List of plugins:

ChatManager
CraftBook
DisguiseCraft
dynmap
Essentials
LogBlock
MCBans
MineBackup
ModifyWorld
Multiverse
PermissionsEx
ProtocolLib
SimpleChatChannels
WeatherMan
WorldBorder
WorldEdit
WorldGuard

commented

Comment by me4502

What Is the entire error? Not just the first line?

commented

Comment by TheDukeofNukem

My apologies, that was an oversight on my part. I edited the post with the full error.

commented

Comment by me4502

Okay, I'll look into that when I can actually get my computer to boot

commented

Comment by me4502

Hmm, that error is still incomplete.. Can you please paste a screenshot of the entire error?

commented

Comment by TheDukeofNukem

Updated again. I'm not sure why Notepad was cutting it off. Sorry about that.

commented

Comment by me4502

The error means you have a corrupt installation of ProtocolLib, basically.. Just redownload protocollib.

commented

Comment by me4502

I've added a message in the latest build that states ProtocolLib is corrupt, and allows CraftBook to run fine but without any ProtocolLib features.

commented

Comment by TheDukeofNukem

It seems to still throw the same error after updating the ProtocolLib jar. Any suggestions?

commented

Comment by me4502

What version of ProtocolLib do you have? It may be very old

commented

Comment by TheDukeofNukem

2.4.5 - Also, I think I may have it working now. However, it doesn't seem to be regenerating the CraftBook folder, which I deleted. I only backed up the config file, believing it would regenerate everything.

commented

Comment by TheDukeofNukem

Disregard that, please. FileZilla just wasn't updating the list for me. I'll see if it's all working, now. Thank you for the assistance. :)

commented

Comment by me4502

You're welcome. If it still won't work, try this version of CraftBook that ignores that error: http://build.sk89q.com/job/CraftBook/lastSuccessfulBuild/artifact/target/craftbook-3.6-SNAPSHOT.zip

commented

Comment by TheDukeofNukem

It's working, now! Thanks for all of your assistance :) It seemed that ProtocolLib was the problem. The configuration was somehow corrupted, and it wasn't giving me a decent error response regarding that. It would just disable itself.

Once again, thank you for all of the help! :)

commented

Comment by me4502

Okay, you're welcome.