Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. [23:23:23 ERROR]: Could not load 'plugins\plugin.jar' in folder 'plugins'
  2. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: twitte
  3. r4j/TwitterException
  4. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
  5. ava:135) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  6. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
  7. java:329) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  8. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
  9. .java:251) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  10. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.ja
  11. va:290) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  12. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.reload(CraftServer.java:74
  13. 2) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  14. at org.bukkit.Bukkit.reload(Bukkit.java:534) [spigot.jar:git-Spigot-c465
  15. 83f-e6f9fd4]
  16. at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:
  17. 23) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  18. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:14
  19. 1) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  20. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServe
  21. r.java:645) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  22. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchServerCommand(Craf
  23. tServer.java:631) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  24. at net.minecraft.server.v1_8_R1.DedicatedServer.aM(DedicatedServer.java:
  25. 353) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  26. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:3
  27. 17) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  28. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:6
  29. 23) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  30. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java
  31. :526) [spigot.jar:git-Spigot-c46583f-e6f9fd4]
  32. at java.lang.Thread.run(Unknown Source) [?:1.7.0_67]
  33. Caused by: java.lang.NoClassDefFoundError: twitter4j/TwitterException
  34. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_67]
  35. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_67]
  36. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.jav
  37. a:64) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  38. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
  39. ava:131) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  40. ... 14 more
  41. Caused by: java.lang.ClassNotFoundException: twitter4j.TwitterException
  42. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_67]
  43. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_67]
  44. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_
  45. 67]
  46. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_67]
  47. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
  48. java:101) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  49. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
  50. java:86) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  51. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_67]
  52. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_67]
  53. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_67]
  54. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_67]
  55. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.jav
  56. a:64) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  57. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
  58. ava:131) ~[spigot.jar:git-Spigot-c46583f-e6f9fd4]
  59. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement