码迷,mamicode.com
首页 > 数据库 > 详细

weblogic Cause: org.hibernate.exception.GenericJDBCException: Connection closed

时间:2015-04-14 21:31:21      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

    现场的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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!