Advertisement
Guest User

Untitled

a guest
Sep 6th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.62 KB | None | 0 0
  1. [21:26:45] [Server thread/INFO]: [BKCommonLib] Loading BKCommonLib v1.59-SNAPSHOT
  2. [21:26:45] [Server thread/ERROR]: org/bukkit/craftbukkit/v1_7_R4/inventory/CraftItemStack initializing BKCommonLib v1.59-SNAPSHOT (Is it up to date?)
  3. java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_7_R4/inventory/CraftItemStack
  4. at com.bergerkiller.bukkit.common.conversion.type.WrapperConverter.<clinit>(WrapperConverter.java:222) ~[?:?]
  5. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_25]
  6. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_25]
  7. at com.bergerkiller.bukkit.common.Common.loadClasses(Common.java:111) ~[?:?]
  8. at com.bergerkiller.bukkit.common.internal.CommonClasses.loadCommon(CommonClasses.java:59) ~[?:?]
  9. at com.bergerkiller.bukkit.common.internal.CommonClasses.loadConverter(CommonClasses.java:38) ~[?:?]
  10. at com.bergerkiller.bukkit.common.internal.CommonClasses.init(CommonClasses.java:14) ~[?:?]
  11. at com.bergerkiller.bukkit.common.internal.CommonPlugin.onLoad(CommonPlugin.java:315) ~[?:?]
  12. at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:374) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  13. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:152) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  14. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  15. at net.minecraft.server.ThreadServerApplication.run(SourceFile:628) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  16. Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftItemStack
  17. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spinot.jar:git-Spigot-jenkins-Spinot-18]
  18. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spinot.jar:git-Spigot-jenkins-Spinot-18]
  19. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_25]
  20. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_25]
  21. ... 12 more
  22. [21:26:45] [Server thread/INFO]: [My_Worlds] Loading My_Worlds v1.67
  23. [21:26:45] [Server thread/INFO]: [WGCustomFlags] Loading WGCustomFlags v1.7
  24. [21:26:45] [Server thread/INFO]: [WGChunkFlag] Loading WGChunkFlag v0.1
  25. [21:26:45] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.4.0
  26. [21:26:45] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  27. [21:26:46] [Server thread/INFO]: [TerrainControl] Enabling TerrainControl v2.6.2
  28. [21:26:46] [Server thread/INFO]: [TerrainControl] [INFO] 0 Global custom objects loaded
  29. [21:26:46] [Server thread/ERROR]: Error occurred while enabling TerrainControl v2.6.2 (Is it up to date?)
  30. java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R4/WorldGenFactory
  31. at com.khorn.terraincontrol.bukkit.TCPlugin.onEnable(TCPlugin.java:97) ~[?:?]
  32. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spinot.jar:git-Spigot-jenkins-Spinot-18]
  33. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  34. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  35. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:476) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  36. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:394) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  37. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:153) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  38. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  39. at net.minecraft.server.ThreadServerApplication.run(SourceFile:628) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  40. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R4.WorldGenFactory
  41. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spinot.jar:git-Spigot-jenkins-Spinot-18]
  42. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spinot.jar:git-Spigot-jenkins-Spinot-18]
  43. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_25]
  44. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_25]
  45. ... 9 more
  46. [21:26:46] [Server thread/INFO]: [BKCommonLib] Enabling BKCommonLib v1.59-SNAPSHOT
  47. [21:26:46] [Server thread/ERROR]: Error occurred while enabling BKCommonLib v1.59-SNAPSHOT (Is it up to date?)
  48. java.lang.NoClassDefFoundError: Could not initialize class com.bergerkiller.bukkit.common.conversion.type.WrapperConverter
  49. at com.bergerkiller.bukkit.common.conversion.type.ConversionTypes.<clinit>(ConversionTypes.java:97) ~[?:?]
  50. at com.bergerkiller.bukkit.common.utils.ParseUtil.convert(ParseUtil.java:538) ~[?:?]
  51. at com.bergerkiller.bukkit.common.config.ConfigurationNode.get(ConfigurationNode.java:525) ~[?:?]
  52. at com.bergerkiller.bukkit.common.config.ConfigurationNode.get(ConfigurationNode.java:495) ~[?:?]
  53. at com.bergerkiller.bukkit.common.PluginBase.setPermissions(PluginBase.java:601) ~[?:?]
  54. at com.bergerkiller.bukkit.common.PluginBase.onEnable(PluginBase.java:728) ~[?:?]
  55. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spinot.jar:git-Spigot-jenkins-Spinot-18]
  56. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  57. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  58. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:476) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  59. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:394) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  60. at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:153) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  61. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  62. at net.minecraft.server.ThreadServerApplication.run(SourceFile:628) [spinot.jar:git-Spigot-jenkins-Spinot-18]
  63. [21:26:46] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  64. [21:26:46] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  65. [21:26:46] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  66. [21:26:46] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  67. [21:26:46] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  68. [21:26:46] [Server thread/INFO]: Preparing level "welt_neu"
  69. [21:26:46] [Server thread/INFO]: -------- World Settings For [welt_neu] --------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement