Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 85,268,443 milliseconds ago. The last packet sent successfully to the server was 85,268,444 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. [15:24:36] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. [15:24:36] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  4. [15:24:36] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. [15:24:36] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  6. [15:24:36] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  7. [15:24:36] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  8. [15:24:36] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348)
  9. [15:24:36] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967)
  10. [15:24:36] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  11. [15:24:36] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  12. [15:24:36] [Server thread/WARN]: at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  13. [15:24:36] [Server thread/WARN]: at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2273)
  14. [15:24:36] [Server thread/WARN]: at me.samed.points.utils.PointsManager.getPoints(PointsManager.java:52)
  15. [15:24:36] [Server thread/WARN]: at me.samed.lobby.manager.ScoreManager.setScoreboard(ScoreManager.java:100)
  16. [15:24:36] [Server thread/WARN]: at me.samed.lobby.listeners.PlayerJoinListener.onHandleJoin(PlayerJoinListener.java:35)
  17. [15:24:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. [15:24:36] [Server thread/WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  19. [15:24:36] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20. [15:24:36] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  21. [15:24:36] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
  22. [15:24:36] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  23. [15:24:36] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
  24. [15:24:36] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
  25. [15:24:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.onPlayerJoin(PlayerList.java:298)
  26. [15:24:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.PlayerList.a(PlayerList.java:157)
  27. [15:24:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.b(LoginListener.java:144)
  28. [15:24:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.LoginListener.c(LoginListener.java:54)
  29. [15:24:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:231)
  30. [15:24:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.ServerConnection.c(ServerConnection.java:148)
  31. [15:24:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:814)
  32. [15:24:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
  33. [15:24:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
  34. [15:24:36] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
  35. [15:24:36] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  36. [15:24:36] [Server thread/WARN]: Caused by: java.net.SocketException: Connection reset
  37. [15:24:36] [Server thread/WARN]: at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:115)
  38. [15:24:36] [Server thread/WARN]: at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
  39. [15:24:36] [Server thread/WARN]: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  40. [15:24:36] [Server thread/WARN]: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  41. [15:24:36] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
  42. [15:24:36] [Server thread/WARN]: ... 27 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement