Struts Problem Report
Struts has detected an unhandled exception:
Messages: | - Software caused connection abort: socket write error
- The last packet successfully received from the server was 60,959,359 milliseconds ago. The last packet sent successfully to the server was 60,959,359 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.
- JDBC begin failed:
- Could not open Hibernate Session for transaction; nested exception is org.hibernate.TransactionException: JDBC begin failed:
|
File: | org/hibernate/transaction/JDBCTransaction.java |
Line number: | 92 |
发布评论
评论(2)
看来只能用平常的方法加大MYSQL的链接超时时间了。。
检查下防火墙