Advertisement
Guest User

Untitled

a guest
May 24th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. [WARNING] Could not properly handle event PLAYER_KICK:
  2. java.lang.IllegalAccessError: Synchronized code got accessed from another thread: com.fracturemc.plugins.warrant.WarrantProcess
  3. at org.bukkit.event.Listener.onPlayerKick(Listener:0)
  4. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  5. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  6. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  7. at java.lang.reflect.Method.invoke(Unknown Source)
  8. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  9. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  10. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
  11. at net.minecraft.server.NetServerHandler.disconnect(NetServerHandler.java:136)
  12. at org.bukkit.craftbukkit.entity.CraftPlayer.kickPlayer(CraftPlayer.java:215)
  13. at com.fracturemc.plugins.warrant.WarrantProcess.putInDefault(WarrantProcess.java:22)
  14. at com.fracturemc.plugins.warrant.WarrantProcess.run(WarrantProcess.java:115)
  15. [INFO] This error is logged only once: it could have occurred multiple times by now.
  16. [INFO] Please contact one of the authors of plugin 'Warrant': Ant59
  17. [WARNING] Could not properly handle event PLAYER_QUIT:
  18. java.lang.IllegalAccessError: Synchronized code got accessed from another thread: com.fracturemc.plugins.warrant.WarrantProcess
  19. at org.bukkit.event.Listener.onPlayerQuit(Listener:0)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  23. at java.lang.reflect.Method.invoke(Unknown Source)
  24. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  25. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  26. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
  27. at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConfigurationManager.java:179)
  28. at net.minecraft.server.NetServerHandler.disconnect(NetServerHandler.java:158)
  29. at org.bukkit.craftbukkit.entity.CraftPlayer.kickPlayer(CraftPlayer.java:215)
  30. at com.fracturemc.plugins.warrant.WarrantProcess.putInDefault(WarrantProcess.java:22)
  31. at com.fracturemc.plugins.warrant.WarrantProcess.run(WarrantProcess.java:115)
  32. [INFO] This error is logged only once: it could have occurred multiple times by now.
  33. [INFO] Please contact one of the authors of plugin 'Warrant': Ant59
  34. [Warrant 4.0.3] XXXXXXX was kicked for not being whitelisted
  35. [SEVERE] Exception in thread "Thread-303"
  36. [SEVERE] java.lang.NullPointerException
  37. [SEVERE] at com.fracturemc.plugins.warrant.WarrantPermissionsHandler.setGroup(WarrantPermissionsHandler.java:86)
  38. [SEVERE] at com.fracturemc.plugins.warrant.WarrantProcess.putInDefault(WarrantProcess.java:25)
  39. [SEVERE] at com.fracturemc.plugins.warrant.WarrantProcess.run(WarrantProcess.java:115)
  40. [SEVERE] at java.lang.Thread.run(Unknown Source)
  41. [INFO] Connection reset
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement