Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. [11:01:07] [Craft Scheduler Thread - 4488/ERROR]: [Statz] Couldn't execute MySQL statement:
  2. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 384,719,155 milliseconds ago. The last packet sent successfully to the server was 384,719,155 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.8.0_212]
  4. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_212]
  5. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_212]
  6. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_212]
  7. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425) ~[patched_1.14.4.jar:git-Paper-171]
  8. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990) ~[patched_1.14.4.jar:git-Paper-171]
  9. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3751) ~[patched_1.14.4.jar:git-Paper-171]
  10. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2512) ~[patched_1.14.4.jar:git-Paper-171]
  11. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683) ~[patched_1.14.4.jar:git-Paper-171]
  12. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2495) ~[patched_1.14.4.jar:git-Paper-171]
  13. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1903) ~[patched_1.14.4.jar:git-Paper-171]
  14. at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2011) ~[patched_1.14.4.jar:git-Paper-171]
  15. at me.staartvin.statz.database.MySQLConnector.getObjects(MySQLConnector.java:157) ~[?:?]
  16. at me.staartvin.statz.datamanager.DataManager.getFreshPlayerInfo(DataManager.java:129) ~[?:?]
  17. at me.staartvin.statz.tasks.UpdatePlayerCacheTask.run(UpdatePlayerCacheTask.java:36) ~[?:?]
  18. at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.4.jar:git-Paper-171]
  19. at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.4.jar:git-Paper-171]
  20. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.4.jar:git-Paper-171]
  21. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  22. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  23. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  24. Caused by: java.net.SocketException: Broken pipe (Write failed)
  25. at java.net.SocketOutputStream.socketWrite0(Native Method) ~[?:1.8.0_212]
  26. at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111) ~[?:1.8.0_212]
  27. at java.net.SocketOutputStream.write(SocketOutputStream.java:155) ~[?:1.8.0_212]
  28. at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) ~[?:1.8.0_212]
  29. at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) ~[?:1.8.0_212]
  30. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3733) ~[patched_1.14.4.jar:git-Paper-171]
  31. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement