标签:
现场的weblogic报错,导致数据无法下发,报错信息如下:
### Error opening session. Cause: org.hibernate.exception.GenericJDBCException: Connection closed
### Cause: org.hibernate.exception.GenericJDBCException: Connection closed
com.gg.corm.exceptions.PersistenceException:
### Error opening session. Cause: org.hibernate.exception.GenericJDBCException: Connection closed
### Cause: org.hibernate.exception.GenericJDBCException: Connection closed
连接被关闭,我觉得有两种问题,一是weblogic有设置非活动超时时间导致,二是Oracle数据库sqlnet.ora中的超时设置导致。
之前写过java.sql.SQLRecoverableException: IO 错误: Socket closed ,非活动超时时间在数据源-->连接池-->高级中设置,设置为300,如果还报这种错,还需要设大,直到不报错,当然,最好是优化功能。
weblogic Cause: org.hibernate.exception.GenericJDBCException: Connection closed
标签:
原文地址:http://blog.csdn.net/stevendbaguo/article/details/45047835