Advertisement
Guest User

Untitled

a guest
May 6th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. [18:51:55] [Server thread/INFO]: [RaidPvP] Enabling RaidPvP v1.0
  2. [18:51:55] [Server thread/INFO]: [RaidPvP] MySQL wird verbunden...
  3. [18:51:59] [Server thread/WARN]: [RaidPvP] Die Verbindung zur MySQL Datenbank konnte nicht hergestellt werden.
  4. [18:51:59] [Server thread/WARN]: [RaidPvP] Das Plugin wird deaktiviert.
  5. [18:51:59] [Server thread/INFO]: [RaidPvP] Disabling RaidPvP v1.0
  6. [18:51:59] [Server thread/INFO]: [RaidPvP] RaidPvP Version 1.0 von [Mr_Minecraft15] (raidpvp.de) wurde deaktiviert.
  7. [18:51:59] [Server thread/INFO]: [RaidPvP] RaidPvP Version 1.0 von [Mr_Minecraft15] (raidpvp.de) wurde aktiviert.
  8. [18:51:59] [Server thread/INFO]: [Lobby] Enabling Lobby v1.0
  9. [18:51:59] [Server thread/ERROR]: Error occurred while enabling Lobby v1.0 (Is it up to date?)
  10. java.lang.NoClassDefFoundError: mr/minecraft15/RaidPvP/Main/Glow
  11. at mr.minecraft15.Lobby.Main.Inv.addLobby(Inv.java:71) ~[?:?]
  12. at mr.minecraft15.Lobby.Main.Inv.createInventory(Inv.java:17) ~[?:?]
  13. at mr.minecraft15.Lobby.Main.Main.onEnable(Main.java:52) ~[?:?]
  14. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[spigot-1.7-1.8.jar:git-Spigot-1649]
  15. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [spigot-1.7-1.8.jar:git-Spigot-1649]
  16. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [spigot-1.7-1.8.jar:git-Spigot-1649]
  17. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [spigot-1.7-1.8.jar:git-Spigot-1649]
  18. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [spigot-1.7-1.8.jar:git-Spigot-1649]
  19. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.reload(CraftServer.java:866) [spigot-1.7-1.8.jar:git-Spigot-1649]
  20. at org.bukkit.Bukkit.reload(Bukkit.java:301) [spigot-1.7-1.8.jar:git-Spigot-1649]
  21. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:23) [spigot-1.7-1.8.jar:git-Spigot-1649]
  22. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) [spigot-1.7-1.8.jar:git-Spigot-1649]
  23. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) [spigot-1.7-1.8.jar:git-Spigot-1649]
  24. at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1043) [spigot-1.7-1.8.jar:git-Spigot-1649]
  25. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880) [spigot-1.7-1.8.jar:git-Spigot-1649]
  26. at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot-1.7-1.8.jar:git-Spigot-1649]
  27. at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot-1.7-1.8.jar:git-Spigot-1649]
  28. at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186) [spigot-1.7-1.8.jar:git-Spigot-1649]
  29. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot-1.7-1.8.jar:git-Spigot-1649]
  30. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot-1.7-1.8.jar:git-Spigot-1649]
  31. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot-1.7-1.8.jar:git-Spigot-1649]
  32. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot-1.7-1.8.jar:git-Spigot-1649]
  33. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot-1.7-1.8.jar:git-Spigot-1649]
  34. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.7-1.8.jar:git-Spigot-1649]
  35. Caused by: java.lang.ClassNotFoundException: mr.minecraft15.RaidPvP.Main.Glow
  36. at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_79]
  37. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_79]
  38. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
  39. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_79]
  40. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.7-1.8.jar:git-Spigot-1649]
  41. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.7-1.8.jar:git-Spigot-1649]
  42. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_79]
  43. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_79]
  44. ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement