Advertisement
Guest User

PlayerPoints

a guest
Jan 12th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. [12:06:46] [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 46,080,663 milliseconds ago. The last packet sent successfully to the server was 46,080,663 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:162) [PlayerPoints.jar:?]
  18. at org.black_ixx.playerpoints.storage.StorageHandler.getPlayers(StorageHandler.java:51) [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:113) [PlayerPoints.jar:?]
  21. at org.black_ixx.playerpoints.services.CommandHandler.onCommand(CommandHandler.java:119) [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. [12:06:46] [Server thread/INFO]: === [PlayerPoints] Leader Board === 1:3
  40. ~~~~~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement