访问Weblogic发生以下异常:
2013-08-20 10:15:11 ERROR [ExceptionConvertOnlyFilter] doFilter (line:70) Could not open JDBC Connection for transaction; nested exception is weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool BILLING_DS to allocate to applications, please increase the size of the pool and retry..
org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool BILLING_DS to allocate to applications, please increase the size of the pool and retry..
解决办法:
在weblogic后台:Services->Data Sources-><select the particular Data source> -> Control
this will shows the conditions of the Data source in all servers it has been targeted. Now check the respective server with overloaded issue and do STOP - CLEAR THE CONNECTION CACHE -- START
this is only a workaround. for complete resolution you have to monitor the DB usage and according to that you have to tune the connection pool parameters.
本文介绍了在使用WebLogic时遇到的JDBC连接池资源限制异常,并提供了详细的解决步骤。建议调整连接池大小并清除缓存来暂时解决问题,长期则需要监控数据库使用情况并调整连接池参数。
1013

被折叠的 条评论
为什么被折叠?



