Advertisement
Guest User

Untitled

a guest
Sep 26th, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. 2011-09-26 16:57:22 [INFO] [SignEditSpout] 1.0.0 has been enabled.
  2. 2011-09-26 16:57:22 [INFO] [Citizens] NPC types loaded: quester, blacksmith, guard, healer, trader, wizard
  3. 2011-09-26 16:57:22 [INFO] [Citizens] Permissions system found (bPermissions v1.7.2)
  4. 2011-09-26 16:57:22 [INFO] [Citizens] An error has occurred, please wait while it is sent to the developers...
  5. 2011-09-26 16:57:23 [INFO] The automatic update-Check only work every 6 hours, the last check was 40 minutes ago.
  6. 2011-09-26 16:57:24 [INFO] [Citizens] Below is the stacktrace that has been transmitted to the developers, no other information has been included other than Citizens version information.
  7. 2011-09-26 16:57:22 [SEVERE] Error occurred while enabling Citizens v1.1 (Is it up to date?): net/citizensnpcs/PermissionManager
  8. java.lang.NoClassDefFoundError: net/citizensnpcs/PermissionManager
  9. at net.citizensnpcs.questers.QuesterCommands.addPermissions(QuesterCommands.java:259)
  10. at net.citizensnpcs.permissions.PermissionManager.addPermissions(PermissionManager.java:113)
  11. at net.citizensnpcs.permissions.PermissionManager.<init>(PermissionManager.java:46)
  12. at net.citizensnpcs.Citizens.onEnable(Citizens.java:102)
  13. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
  14. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
  15. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
  16. at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
  17. at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
  18. at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
  19. at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
  20. at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
  21. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
  22. at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
  23. Caused by: java.lang.ClassNotFoundException: net.citizensnpcs.PermissionManager
  24. at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  25. at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  26. at java.security.AccessController.doPrivileged(Native Method)
  27. at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  28. at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
  29. at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:789)
  30. at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
  31. ... 14 more
  32. 2011-09-26 16:57:24 [INFO] [Citizens] Economy plugin found (iConomy v5)
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement