Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. Error whilst storing the profile of '12ce88e5-0ea6-3963-ab4e-976e3219e42d'!
  2. > [11:17:42 WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 1,050,413 milliseconds ago. The last packet sent successfully to the server was 1,050,413 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. > [11:17:42 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  4. > [11:17:42 WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  5. > [11:17:42 WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  6. > [11:17:42 WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  7. > [11:17:42 WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  8. > [11:17:42 WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
  9. > [11:17:42 WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3746)
  10. > [11:17:42 WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2509)
  11. > [11:17:42 WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  12. > [11:17:42 WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  13. > [11:17:42 WARN]: at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  14. > [11:17:42 WARN]: at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2079)
  15. > [11:17:42 WARN]: at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2013)
  16. > [11:17:42 WARN]: at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5104)
  17. > [11:17:42 WARN]: at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1998)
  18. > [11:17:42 WARN]: at rip.captain.dixtonstats.storage.StorageHandler.storeProfile(StorageHandler.java:76)
  19. > [11:17:42 WARN]: at rip.captain.dixtonstats.storage.ProfileHandler.onLeave(ProfileHandler.java:67)
  20. > [11:17:42 WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. > [11:17:42 WARN]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22. > [11:17:42 WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. > [11:17:42 WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  24. > [11:17:42 WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
  25. > [11:17:42 WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  26. > [11:17:42 WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500)
  27. > [11:17:42 WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485)
  28. > [11:17:42 WARN]: at net.minecraft.server.v1_12_R1.PlayerList.disconnect(PlayerList.java:405)
  29. > [11:17:42 WARN]: at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1102)
  30. > [11:17:42 WARN]: at net.minecraft.server.v1_12_R1.NetworkManager.handleDisconnection(NetworkManager.java:321)
  31. > [11:17:42 WARN]: at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:174)
  32. > [11:17:42 WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845)
  33. > [11:17:42 WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
  34. > [11:17:42 WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
  35. > [11:17:42 WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
  36. > [11:17:42 WARN]: at java.lang.Thread.run(Thread.java:748)
  37. > [11:17:42 WARN]: Caused by: java.net.SocketException: Connection reset
  38. > [11:17:42 WARN]: at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:115)
  39. > [11:17:42 WARN]: at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
  40. > [11:17:42 WARN]: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  41. > [11:17:42 WARN]: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  42. > [11:17:42 WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3728)
  43. > [11:17:42 WARN]: ... 27 more
  44. > [11:17:42 INFO]: Successfully saved the profile for '12ce88e5-0ea6-3963-ab4e-976e3219e42d' and removed it from server memory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement