Advertisement
Guest User

Untitled

a guest
Jun 26th, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. [20:03:28] [Server thread/ERROR]: null
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'login' in plugin xAuth v2.6
  3. <------>at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1627]
  4. <------>at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[spigot.jar:git-Spigot-1627]
  5. <------>at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[spigot.jar:git-Spigot-1627]
  6. <------>at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1013) [spigot.jar:git-Spigot-1627]
  7. <------>at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:850) [spigot.jar:git-Spigot-1627]
  8. <------>at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1627]
  9. <------>at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot.jar:git-Spigot-1627]
  10. <------>at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:184) [spigot.jar:git-Spigot-1627]
  11. <------>at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81) [spigot.jar:git-Spigot-1627]
  12. <------>at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [spigot.jar:git-Spigot-1627]
  13. <------>at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [spigot.jar:git-Spigot-1627]
  14. <------>at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [spigot.jar:git-Spigot-1627]
  15. <------>at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [spigot.jar:git-Spigot-1627]
  16. <------>at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1627]
  17. Caused by: java.lang.ArrayIndexOutOfBoundsException: 2
  18. <------>at de.luricos.bukkit.xAuth.password.PasswordHandler.authme_sha256(PasswordHandler.java:163) ~[?:?]
  19. <------>at de.luricos.bukkit.xAuth.password.PasswordHandler.checkPassword(PasswordHandler.java:83) ~[?:?]
  20. <------>at de.luricos.bukkit.xAuth.auth.AuthMethodSQL.login(AuthMethodSQL.java:57) ~[?:?]
  21. <------>at de.luricos.bukkit.xAuth.command.player.LoginCommand.onCommand(LoginCommand.java:63) ~[?:?]
  22. <------>at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1627]
  23. <------>... 13 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement