Advertisement
Guest User

PlayerPoints

a guest
Jan 9th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. [Server thread/ERROR]: [PlayerPoints] Could not create get players statement.
  2. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 75,290,981 milliseconds ago. The last packet sent successfully to the server was 75,290,982 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  3. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_25]
  4. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_25]
  5. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_25]
  6. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_25]
  7. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot.jar:git-Spigot-1207]
  8. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) ~[spigot.jar:git-Spigot-1207]
  9. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348) ~[spigot.jar:git-Spigot-1207]
  10. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967) ~[spigot.jar:git-Spigot-1207]
  11. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140) ~[spigot.jar:git-Spigot-1207]
  12. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626) ~[spigot.jar:git-Spigot-1207]
  13. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111) ~[spigot.jar:git-Spigot-1207]
  14. at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1362) ~[spigot.jar:git-Spigot-1207]
  15. at lib.PatPeter.SQLibrary.Database.query(Database.java:261) ~[SQLibrary-7.0.jar:?]
  16. at lib.PatPeter.SQLibrary.Database.query(Database.java:278) ~[SQLibrary-7.0.jar:?]
  17. at org.black_ixx.playerpoints.storage.models.MySQLStorage.getPlayers(MySQLStorage.java:135) [PlayerPoints.jar:?]
  18. at org.black_ixx.playerpoints.storage.StorageHandler.getPlayers(StorageHandler.java:50) [PlayerPoints.jar:?]
  19. at org.black_ixx.playerpoints.commands.LeadCommand.noArgs(LeadCommand.java:60) [PlayerPoints.jar:?]
  20. at org.black_ixx.playerpoints.services.CommandHandler.onCommand(CommandHandler.java:112) [PlayerPoints.jar:?]
  21. at org.black_ixx.playerpoints.services.CommandHandler.onCommand(CommandHandler.java:118) [PlayerPoints.jar:?]
  22. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot.jar:git-Spigot-1207]
  23. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) [spigot.jar:git-Spigot-1207]
  24. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:546) [spigot.jar:git-Spigot-1207]
  25. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchServerCommand(CraftServer.java:533) [spigot.jar:git-Spigot-1207]
  26. at net.minecraft.server.v1_7_R1.DedicatedServer.aw(DedicatedServer.java:295) [spigot.jar:git-Spigot-1207]
  27. at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:260) [spigot.jar:git-Spigot-1207]
  28. at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot.jar:git-Spigot-1207]
  29. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot.jar:git-Spigot-1207]
  30. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot.jar:git-Spigot-1207]
  31. Caused by: java.net.SocketException: Broken pipe
  32. at java.net.SocketOutputStream.socketWrite0(Native Method) ~[?:1.7.0_25]
  33. at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109) ~[?:1.7.0_25]
  34. at java.net.SocketOutputStream.write(SocketOutputStream.java:153) ~[?:1.7.0_25]
  35. at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) ~[?:1.7.0_25]
  36. at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) ~[?:1.7.0_25]
  37. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329) ~[spigot.jar:git-Spigot-1207]
  38. ... 21 more
  39.  
  40.  
  41.  
  42. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  43.  
  44.  
  45. [Server thread/WARN]: Unexpected exception while parsing console command "p lead"
  46. org.bukkit.command.CommandException: Unhandled exception executing command 'p' in plugin PlayerPoints v1.6
  47. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-1207]
  48. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:196) ~[spigot.jar:git-Spigot-1207]
  49. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchCommand(CraftServer.java:546) ~[spigot.jar:git-Spigot-1207]
  50. at org.bukkit.craftbukkit.v1_7_R1.CraftServer.dispatchServerCommand(CraftServer.java:533) [spigot.jar:git-Spigot-1207]
  51. at net.minecraft.server.v1_7_R1.DedicatedServer.aw(DedicatedServer.java:295) [spigot.jar:git-Spigot-1207]
  52. at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:260) [spigot.jar:git-Spigot-1207]
  53. at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot.jar:git-Spigot-1207]
  54. at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot.jar:git-Spigot-1207]
  55. at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot.jar:git-Spigot-1207]
  56. Caused by: java.lang.ArrayIndexOutOfBoundsException: -10
  57. at org.black_ixx.playerpoints.commands.LeadCommand.noArgs(LeadCommand.java:95) ~[?:?]
  58. at org.black_ixx.playerpoints.services.CommandHandler.onCommand(CommandHandler.java:112) ~[?:?]
  59. at org.black_ixx.playerpoints.services.CommandHandler.onCommand(CommandHandler.java:118) ~[?:?]
  60. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-1207]
  61. ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement