weblogic数据库连接池断了之后的解决方案
几种异常:
1、Failed to setAutoCommit to true for pool connection.
2、org.hibernate.exception.GenericJDBCException: could not execute query
3、could not open hibernate session for transaction....
原因:在weblogic服务器中,由于数据库关闭了或者数据库服务重新启动了,而应用服务器并没有重新启动,导致应用连不上数据库,后台就报错。
解决方案:
进入weblogic控制台-->点“connection pools”-->选你配置的数据源(门户和UUM都要配置)
-->点“connections”选项卡-->点“show”-->设置Test Frequency 为20
然后勾选Test Reserved Connections、Test Created Connections、Test Released Connections选项。
-->点击Apply