Advertisement
Guest User

Error

a guest
Jan 24th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. [21:32:45] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.4.0
  2. [21:32:45] [Server thread/ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot enable ProtocolLib.
  3. If this problem hasn't already been reported, please open a ticket
  4. at http://dev.bukkit.org/server-mods/protocollib/ with the following data:
  5. ===== STACK TRACE =====
  6. java.lang.NoClassDefFoundError: Could not initialize class com.comphenix.protocol.utility.ChatExtensions
  7. at com.comphenix.protocol.ProtocolLibrary.onEnable(ProtocolLibrary.java:377)
  8. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  9. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
  10. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  11. at com.rylinaux.plugman.util.PluginUtil.enable(PluginUtil.java:73)
  12. at com.rylinaux.plugman.command.RestartCommand.execute(RestartCommand.java:124)
  13. at com.rylinaux.plugman.PlugManCommands.onCommand(PlugManCommands.java:100)
  14. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  15. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
  16. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:645)
  17. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115)
  18. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950)
  19. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26)
  20. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53)
  21. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13)
  22. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  23. at java.util.concurrent.FutureTask.run(Unknown Source)
  24. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683)
  25. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
  26. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623)
  27. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526)
  28. at java.lang.Thread.run(Unknown Source)
  29. ===== DUMP =====
  30. Sender:
  31. com.comphenix.protocol.ProtocolLibrary@74dfa10d[
  32. statistisc=<null>
  33. backgroundCompiler=<null>
  34. packetTask=-1
  35. tickCounter=0
  36. unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@68c95487
  37. configExpectedMod=-1
  38. updater=com.comphenix.protocol.metrics.Updater@79cca0cf
  39. logger=org.bukkit.plugin.PluginLogger@6951b481
  40. redirectHandler=<null>
  41. commandProtocol=<null>
  42. commandPacket=<null>
  43. commandFilter=<null>
  44. skipDisable=false
  45. isEnabled=true
  46. loader=org.bukkit.plugin.java.JavaPluginLoader@7321b72b
  47. server=CraftServer{serverName=CraftBukkit,serverVersion=git-Spigot-899f5ee-1092acb,minecraftVersion=1.8}
  48. file=plugins/ProtocolLib.jar
  49. description=org.bukkit.plugin.PluginDescriptionFile@635415c2
  50. dataFolder=plugins/ProtocolLib
  51. classLoader=org.bukkit.plugin.java.PluginClassLoader@7d689408
  52. naggable=true
  53. ebean=<null>
  54. newConfig=YamlConfiguration[path='', root='YamlConfiguration']
  55. configFile=plugins/ProtocolLib/config.yml
  56. logger=org.bukkit.plugin.PluginLogger@6951b481
  57. ]
  58. Version:
  59. ProtocolLib v3.4.0
  60. Server:
  61. git-Spigot-899f5ee-1092acb (MC: 1.8)
  62.  
  63. [21:32:45] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.4.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement