Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. [16:53:50] [Craft Scheduler Thread - 557/INFO]: [ReplayMysql] Error2 The last packet successfully received from the server was 65,325,111 milliseconds ago. The last packet sent successfully to the server was 65,325,112 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. [16:53:50] [Craft Scheduler Thread - 557/INFO]: [ReplayMysql] Auto Reconnecting
  3. [16:53:53] [pool-395-thread-1/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
  4. [16:53:53] [pool-395-thread-1/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  5. [16:53:53] [pool-395-thread-1/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  6. [16:53:53] [pool-395-thread-1/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  7. [16:53:53] [pool-395-thread-1/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  8. [16:53:53] [pool-395-thread-1/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  9. [16:53:53] [pool-395-thread-1/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:382)
  10. [16:53:53] [pool-395-thread-1/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  11. [16:53:53] [pool-395-thread-1/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  12. [16:53:53] [pool-395-thread-1/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  13. [16:53:53] [pool-395-thread-1/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  14. [16:53:53] [pool-395-thread-1/WARN]: at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  15. [16:53:53] [pool-395-thread-1/WARN]: at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  16. [16:53:53] [pool-395-thread-1/WARN]: at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2485)
  17. [16:53:53] [pool-395-thread-1/WARN]: at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2467)
  18. [16:53:53] [pool-395-thread-1/WARN]: at de.zikdriver.mysql.StatsManager$1.run(StatsManager.java:77)
  19. [16:53:53] [pool-395-thread-1/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  20. [16:53:53] [pool-395-thread-1/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement