Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. [15:29:38] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  2.  
  3. The last packet successfully received from the server was 35,627,112 milliseconds ago. The last packet sent successfully to the server was 10 milliseconds ago.
  4. [15:29:38] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  5. [15:29:38] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  6. [15:29:38] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  7. [15:29:38] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  8. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  9. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:989)
  10. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3559)
  11. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3459)
  12. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3900)
  13. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  14. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  15. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2483)
  16. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2441)
  17. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
  18. [15:29:38] [Server thread/WARN]: at server.revenger.Join.checkdb(Join.java:85)
  19. [15:29:38] [Server thread/WARN]: ... 19 more
  20. [15:29:38] [Server thread/WARN]: Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  21. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3011)
  22. [15:29:38] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3469)
  23. [15:29:38] [Server thread/WARN]: ... 27 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement