Advertisement
Guest User

sync onlineplayers

a guest
Nov 27th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. 2012-11-23 17:28:16 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 38,614,843 milliseconds ago. The last packet sent successfully to the server was 38,614,864 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.
  2. 2012-11-23 17:28:16 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. 2012-11-23 17:28:16 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  4. 2012-11-23 17:28:16 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. 2012-11-23 17:28:16 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  6. 2012-11-23 17:28:16 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  7. 2012-11-23 17:28:16 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  8. 2012-11-23 17:28:16 [SEVERE] at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348)
  9. 2012-11-23 17:28:16 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967)
  10. 2012-11-23 17:28:16 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  11. 2012-11-23 17:28:16 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
  12. 2012-11-23 17:28:16 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)
  13. 2012-11-23 17:28:16 [SEVERE] at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1474)
  14. 2012-11-23 17:28:16 [SEVERE] at couk.Adamki11s.SQL.SQLOperations.sqlQuery(SQLOperations.java:19)
  15. 2012-11-23 17:28:16 [SEVERE] at couk.Adamki11s.SQL.SyncSQL.sqlQuery(SyncSQL.java:126)
  16. 2012-11-23 17:28:16 [SEVERE] at net.rayherring.OnlinePlayersSQL.updatePlayerRecord(OnlinePlayersSQL.java:107)
  17. 2012-11-23 17:28:16 [SEVERE] at net.rayherring.MyOnlPlayerListener.onPlayerJoin(MyOnlPlayerListener.java:41)
  18. 2012-11-23 17:28:16 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. 2012-11-23 17:28:16 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  20. 2012-11-23 17:28:16 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. 2012-11-23 17:28:16 [SEVERE] at java.lang.reflect.Method.invoke(Method.java:601)
  22. 2012-11-23 17:28:16 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
  23. 2012-11-23 17:28:16 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  24. 2012-11-23 17:28:16 [SEVERE] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  25. 2012-11-23 17:28:16 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  26. 2012-11-23 17:28:16 [SEVERE] at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:153)
  27. 2012-11-23 17:28:16 [SEVERE] at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
  28. 2012-11-23 17:28:16 [SEVERE] at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
  29. 2012-11-23 17:28:16 [SEVERE] at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
  30. 2012-11-23 17:28:16 [SEVERE] at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
  31. 2012-11-23 17:28:16 [SEVERE] at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
  32. 2012-11-23 17:28:16 [SEVERE] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
  33. 2012-11-23 17:28:16 [SEVERE] at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
  34. 2012-11-23 17:28:16 [SEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
  35. 2012-11-23 17:28:16 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
  36. 2012-11-23 17:28:16 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
  37. 2012-11-23 17:28:16 [SEVERE] Caused by: java.net.SocketException: Broken pipe
  38. 2012-11-23 17:28:16 [SEVERE] at java.net.SocketOutputStream.socketWrite0(Native Method)
  39. 2012-11-23 17:28:16 [SEVERE] at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
  40. 2012-11-23 17:28:16 [SEVERE] at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
  41. 2012-11-23 17:28:16 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  42. 2012-11-23 17:28:16 [SEVERE] at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  43. 2012-11-23 17:28:16 [SEVERE] at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
  44. 2012-11-23 17:28:16 [SEVERE] ... 28 more
  45. 2012-11-23 17:28:16 [SEVERE] Could not pass event PlayerJoinEvent to OnlinePlayersSQL v1.4
  46. org.bukkit.event.EventException
  47. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
  48. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  49. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  50. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  51. at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstract.java:153)
  52. at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstract.java:93)
  53. at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:132)
  54. at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:45)
  55. at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:44)
  56. at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29)
  57. at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
  58. at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
  59. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
  60. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
  61. at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
  62. Caused by: java.lang.NullPointerException
  63. at net.rayherring.OnlinePlayersSQL.updatePlayerRecord(OnlinePlayersSQL.java:118)
  64. at net.rayherring.MyOnlPlayerListener.onPlayerJoin(MyOnlPlayerListener.java:41)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  67. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  68. at java.lang.reflect.Method.invoke(Method.java:601)
  69. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
  70. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement