Advertisement
Guest User

BK Stacktrace

a guest
Feb 25th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.60 KB | None | 0 0
  1. [05:50:49] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.3-SNAPSHOT
  2. [05:50:49] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.6
  3. [05:50:49] [Server thread/ERROR]: [BKCommonLib] [Conversion] Failed to initialize default converters
  4. java.lang.NullPointerException
  5. at java.util.concurrent.ConcurrentHashMap.putVal(Unknown Source) ~[?:1.8.0_31]
  6. at java.util.concurrent.ConcurrentHashMap.put(Unknown Source) ~[?:1.8.0_31]
  7. at com.bergerkiller.bukkit.common.conversion.Conversion.register(Conversion.java:53) ~[BKCommonLib.jar:?]
  8. at com.bergerkiller.bukkit.common.conversion.Conversion.registerAll(Conversion.java:37) ~[BKCommonLib.jar:?]
  9. at com.bergerkiller.bukkit.common.conversion.Conversion.<clinit>(Conversion.java:22) [BKCommonLib.jar:?]
  10. at java.lang.Class.forName0(Native Method) [?:1.8.0_31]
  11. at java.lang.Class.forName(Unknown Source) [?:1.8.0_31]
  12. at com.bergerkiller.bukkit.common.Common.loadClasses(Common.java:111) [BKCommonLib.jar:?]
  13. at com.bergerkiller.bukkit.common.internal.CommonClasses.loadCommon(CommonClasses.java:59) [BKCommonLib.jar:?]
  14. at com.bergerkiller.bukkit.common.internal.CommonClasses.init(CommonClasses.java:17) [BKCommonLib.jar:?]
  15. at com.bergerkiller.bukkit.common.internal.CommonPlugin.onLoad(CommonPlugin.java:315) [BKCommonLib.jar:?]
  16. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:296) [spigot.jar:git-Spigot-ed3e3af-ee6d0fa]
  17. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-ed3e3af-ee6d0fa]
  18. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-ed3e3af-ee6d0fa]
  19. at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
  20. [05:50:49] [Server thread/ERROR]: [BKCommonLib] [Reflection] Method 'a(double, boolean)' does not exist in class file net.minecraft.server.v1_8_R1.Entity (Update BKCommonLib?)
  21. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.internal.CommonPlugin.handleReflectionMissing(CommonPlugin.java:104)
  22. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.reflection.SafeMethod.load(SafeMethod.java:87)
  23. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.reflection.SafeMethod.<init>(SafeMethod.java:54)
  24. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.reflection.ClassTemplate.getMethod(ClassTemplate.java:255)
  25. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.reflection.classes.EntityRef.<clinit>(EntityRef.java:50)
  26. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at java.lang.Class.forName0(Native Method)
  27. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at java.lang.Class.forName(Unknown Source)
  28. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.Common.loadClasses(Common.java:111)
  29. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.internal.CommonClasses.loadCommon(CommonClasses.java:59)
  30. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.internal.CommonClasses.loadRef(CommonClasses.java:45)
  31. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.internal.CommonClasses.init(CommonClasses.java:19)
  32. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at com.bergerkiller.bukkit.common.internal.CommonPlugin.onLoad(CommonPlugin.java:315)
  33. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:296)
  34. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152)
  35. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505)
  36. [05:50:49] [Server thread/ERROR]: [BKCommonLib] at java.lang.Thread.run(Unknown Source)
  37. [05:50:49] [Server thread/ERROR]: An error occurred trying to initialize class 'com.bergerkiller.bukkit.common.reflection.classes.EntityTrackerRef': initializing BKCommonLib v1.6 (Is it up to date?)
  38. java.lang.RuntimeException: An error occurred trying to initialize class 'com.bergerkiller.bukkit.common.reflection.classes.EntityTrackerRef':
  39. at com.bergerkiller.bukkit.common.Common.loadClasses(Common.java:113) ~[?:?]
  40. at com.bergerkiller.bukkit.common.internal.CommonClasses.loadCommon(CommonClasses.java:59) ~[?:?]
  41. at com.bergerkiller.bukkit.common.internal.CommonClasses.loadRef(CommonClasses.java:45) ~[?:?]
  42. at com.bergerkiller.bukkit.common.internal.CommonClasses.init(CommonClasses.java:20) ~[?:?]
  43. at com.bergerkiller.bukkit.common.internal.CommonPlugin.onLoad(CommonPlugin.java:315) ~[?:?]
  44. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:296) [spigot.jar:git-Spigot-ed3e3af-ee6d0fa]
  45. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-ed3e3af-ee6d0fa]
  46. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot.jar:git-Spigot-ed3e3af-ee6d0fa]
  47. at java.lang.Thread.run(Unknown Source) [?:1.8.0_31]
  48. Caused by: java.lang.ExceptionInInitializerError
  49. at com.bergerkiller.bukkit.common.reflection.classes.EntityTrackerRef.<clinit>(EntityTrackerRef.java:25) ~[?:?]
  50. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_31]
  51. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_31]
  52. at com.bergerkiller.bukkit.common.Common.loadClasses(Common.java:111) ~[?:?]
  53. ... 8 more
  54. Caused by: java.lang.ClassCastException: java.lang.Integer cannot be cast to java.util.Map
  55. at com.bergerkiller.bukkit.common.reflection.classes.EnumProtocolRef.getPacketIdIn(EnumProtocolRef.java:28) ~[?:?]
  56. at com.bergerkiller.bukkit.common.protocol.PacketType.<init>(PacketType.java:156) ~[?:?]
  57. at com.bergerkiller.bukkit.common.protocol.PacketType.<init>(PacketType.java:140) ~[?:?]
  58. at com.bergerkiller.bukkit.common.protocol.PacketTypeClasses$NMSPacket.<init>(PacketTypeClasses.java:43) ~[?:?]
  59. at com.bergerkiller.bukkit.common.protocol.PacketType.<clinit>(PacketType.java:28) ~[?:?]
  60. at com.bergerkiller.bukkit.common.reflection.classes.EntityTrackerRef.<clinit>(EntityTrackerRef.java:25) ~[?:?]
  61. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_31]
  62. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_31]
  63. at com.bergerkiller.bukkit.common.Common.loadClasses(Common.java:111) ~[?:?]
  64. ... 8 more
  65. [05:50:49] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.3-SNAPSHOT
  66. [05:50:49] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  67. [05:50:49] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.6
  68. [05:50:49] [Server thread/INFO]: [BKCommonLib] BKCommonLib is running on Spigot (git-Spigot-ed3e3af-ee6d0fa) : v1_8_R1 (Minecraft 1.8)
  69. [05:50:49] [Server thread/INFO]: [BKCommonLib] [Network] Now using the ProtocolLib library to provide Packet Listener and Monitor support
  70. [05:50:49] [Server thread/ERROR]: [BKCommonLib] An error occurred while enabling, the plugin will be disabled:
  71. [05:50:49] [Server thread/ERROR]: [BKCommonLib] Class is missing from a dependency of this plugin
  72. [05:50:49] [Server thread/ERROR]: [BKCommonLib] Please, check for an updated version of BKCommonLib, Vault and ProtocolLib before reporting this bug!
  73. [05:50:49] [Server thread/ERROR]: java.lang.NoClassDefFoundError: Could not initialize class com.bergerkiller.bukkit.common.protocol.PacketType
  74. [05:50:49] [Server thread/ERROR]: at com.bergerkiller.bukkit.common.internal.CommonPacketMonitor.<clinit>(CommonPacketMonitor.java:16)
  75. [05:50:49] [Server thread/ERROR]: at com.bergerkiller.bukkit.common.internal.CommonPlugin.enable(CommonPlugin.java:429)
  76. [05:50:49] [Server thread/ERROR]: at com.bergerkiller.bukkit.common.PluginBase.onEnable(PluginBase.java:753)
  77. [05:50:49] [Server thread/ERROR]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  78. [05:50:49] [Server thread/ERROR]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335)
  79. [05:50:49] [Server thread/ERROR]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  80. [05:50:49] [Server thread/ERROR]: at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356)
  81. [05:50:49] [Server thread/ERROR]: at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316)
  82. [05:50:49] [Server thread/ERROR]: at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:153)
  83. [05:50:49] [Server thread/ERROR]: at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505)
  84. [05:50:49] [Server thread/ERROR]: at java.lang.Thread.run(Unknown Source)
  85. [05:50:49] [Server thread/INFO]: [BKCommonLib] Disabling BKCommonLib v1.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement