Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. 2010-11-19 15:38:50 [SEVERE] Exception while loading plugin
  2. java.lang.NoClassDefFoundError: org/apache/commons/configuration/ConfigurationException
  3. at java.lang.Class.getDeclaredConstructors0(Native Method)
  4. at java.lang.Class.privateGetDeclaredConstructors(Class.java:2402)
  5. at java.lang.Class.getConstructor0(Class.java:2712)
  6. at java.lang.Class.newInstance0(Class.java:343)
  7. at java.lang.Class.newInstance(Class.java:325)
  8. at PluginLoader.load(PluginLoader.java:225)
  9. at PluginLoader.loadPlugin(PluginLoader.java:177)
  10. at PluginLoader.enablePlugin(PluginLoader.java:295)
  11. at je.d(je.java:1200)
  12. at je.a(je.java:426)
  13. at bg.a(SourceFile:24)
  14. at bh.a(SourceFile:218)
  15. at je.a(je.java:56)
  16. at dp.a(SourceFile:85)
  17. at net.minecraft.server.MinecraftServer.h(SourceFile:267)
  18. at net.minecraft.server.MinecraftServer.run(SourceFile:208)
  19. at bw.run(SourceFile:482)
  20. Caused by: java.lang.ClassNotFoundException: org.apache.commons.configuration.ConfigurationException
  21. at java.net.URLClassLoader$1.run(URLClassLoader.java:299)
  22. at java.net.URLClassLoader$1.run(URLClassLoader.java:288)
  23. at java.security.AccessController.doPrivileged(Native Method)
  24. at java.net.URLClassLoader.findClass(URLClassLoader.java:287)
  25. at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  26. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  27. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement