Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 KB | None | 0 0
  1. 26.08 07:59:19 [Server] WARN com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
  2. 26.08 07:59:19 [Server] WARN at sun.reflect.GeneratedConstructorAccessor255.newInstance(Unknown Source)
  3. 26.08 07:59:19 [Server] WARN at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  4. 26.08 07:59:19 [Server] WARN at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  5. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  6. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.Util.getInstance(Util.java:387)
  7. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
  8. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
  9. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
  10. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:862)
  11. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1237)
  12. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1232)
  13. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4131)
  14. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4100)
  15. 26.08 07:59:19 [Server] WARN at Stan.Achievements.DBManager.getRow(DBManager.java:91)
  16. 26.08 07:59:19 [Server] WARN at Stan.Achievements.DBManager$1.run(DBManager.java:158)
  17. 26.08 07:59:19 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  18. 26.08 07:59:19 [Server] WARN at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  19. 26.08 07:59:19 [Server] WARN at java.lang.Thread.run(Thread.java:745)
  20. 26.08 07:59:19 [Server] WARN Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 51,325,959 milliseconds ago. The last packet sent successfully to the server was 51,325,959 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.
  21. 26.08 07:59:19 [Server] WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  22. 26.08 07:59:19 [Server] WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  23. 26.08 07:59:19 [Server] WARN at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  24. 26.08 07:59:19 [Server] WARN at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  25. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  26. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:983)
  27. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3644)
  28. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2452)
  29. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2617)
  30. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2550)
  31. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
  32. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962)
  33. 26.08 07:59:19 [Server] WARN at Stan.Achievements.DBManager.getRow(DBManager.java:97)
  34. 26.08 07:59:19 [Server] WARN ... 4 more
  35. 26.08 07:59:19 [Server] WARN Caused by: java.net.SocketException: Broken pipe
  36. 26.08 07:59:19 [Server] WARN at java.net.SocketOutputStream.socketWrite0(Native Method)
  37. 26.08 07:59:19 [Server] WARN at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
  38. 26.08 07:59:19 [Server] WARN at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
  39. 26.08 07:59:19 [Server] WARN at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  40. 26.08 07:59:19 [Server] WARN at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  41. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3626)
  42. 26.08 07:59:19 [Server] WARN ... 10 more
  43. 26.08 07:59:19 [Server] WARN com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
  44. 26.08 07:59:19 [Server] WARN at sun.reflect.GeneratedConstructorAccessor255.newInstance(Unknown Source)
  45. 26.08 07:59:19 [Server] WARN at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  46. 26.08 07:59:19 [Server] WARN at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  47. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  48. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.Util.getInstance(Util.java:387)
  49. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
  50. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
  51. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
  52. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:862)
  53. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1237)
  54. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1232)
  55. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4131)
  56. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4100)
  57. 26.08 07:59:19 [Server] WARN at Stan.Achievements.DBManager.insertRow(DBManager.java:170)
  58. 26.08 07:59:19 [Server] WARN at Stan.Achievements.DBManager.access$0(DBManager.java:169)
  59. 26.08 07:59:19 [Server] WARN at Stan.Achievements.DBManager$1.run(DBManager.java:159)
  60. 26.08 07:59:19 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  61. 26.08 07:59:19 [Server] WARN at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  62. 26.08 07:59:19 [Server] WARN at java.lang.Thread.run(Thread.java:745)
  63. 26.08 07:59:19 [Server] WARN Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 51,325,959 milliseconds ago. The last packet sent successfully to the server was 51,325,959 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.
  64. 26.08 07:59:19 [Server] WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  65. 26.08 07:59:19 [Server] WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  66. 26.08 07:59:19 [Server] WARN at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  67. 26.08 07:59:19 [Server] WARN at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  68. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  69. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:983)
  70. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3644)
  71. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2452)
  72. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2617)
  73. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2550)
  74. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
  75. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962)
  76. 26.08 07:59:19 [Server] WARN at Stan.Achievements.DBManager.getRow(DBManager.java:97)
  77. 26.08 07:59:19 [Server] WARN at Stan.Achievements.DBManager$1.run(DBManager.java:158)
  78. 26.08 07:59:19 [Server] WARN ... 3 more
  79. 26.08 07:59:19 [Server] WARN Caused by: java.net.SocketException: Broken pipe
  80. 26.08 07:59:19 [Server] WARN at java.net.SocketOutputStream.socketWrite0(Native Method)
  81. 26.08 07:59:19 [Server] WARN at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
  82. 26.08 07:59:19 [Server] WARN at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
  83. 26.08 07:59:19 [Server] WARN at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  84. 26.08 07:59:19 [Server] WARN at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  85. 26.08 07:59:19 [Server] WARN at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3626)
  86. 26.08 07:59:19 [Server] WARN ... 10 more
  87. 26.08 07:59:19 [Server] WARN com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
  88. 26.08 07:59:19 [Server] WARN at sun.reflect.GeneratedConstructorAccessor255.newInstance(Unknown Source)
  89. 26.08 07:59:19 [Server] WARN at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  90. 26.08 07:59:19 [Server] WARN at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  91. 26.08 07:59:33 [Multicraft] Skipped 307 lines due to rate limit (90/s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement