Advertisement
Guest User

Untitled

a guest
Apr 14th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 58,500,569 milliseconds ago. The last packet sent successfully to the server was 58,500,569 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. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  4. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  6. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  7. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117)
  8. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3829)
  9. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2449)
  10. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629)
  11. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719)
  12. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155)
  13. at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318)
  14. at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  15. at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  16. at com.google.gwtorm.jdbc.JdbcAccess.queryOne(JdbcAccess.java:119)
  17. ... 44 more
  18. Caused by: java.net.SocketException: Broken pipe
  19. at java.net.SocketOutputStream.socketWrite0(Native Method)
  20. at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
  21. at java.net.SocketOutputStream.write(SocketOutputStream.java:159)
  22. at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  23. at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  24. at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3810)
  25. ... 52 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement