博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
WebLogic Exception
阅读量:5026 次
发布时间:2019-06-12

本文共 1244 字,大约阅读时间需要 4 分钟。

访问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. 

转载于:https://www.cnblogs.com/garinzhang/p/3269700.html

你可能感兴趣的文章
Mac网络抓包 - Wireshark
查看>>
iOS开发拓展篇—CoreLocation简单介绍
查看>>
配置maven-ssm
查看>>
【codecombat】 试玩全攻略 第二章 边远地区的森林
查看>>
catch on用法
查看>>
CreateUserWizard控件的详细使用说明(3)
查看>>
jquery mobile AJAX特性的陷阱
查看>>
linu、C语言、计算机基础教程
查看>>
SCRUM 12.19
查看>>
SQL Server 在数据库中查找字符串(不知道表名的情况下 查找字符串)
查看>>
mysql innerjoin left join right join 解析
查看>>
php设计模式之迭代器模式
查看>>
Centos 开放80端口
查看>>
Windows 8 应用商店应用开发 之 检测方向的传感器(1)指南针
查看>>
JAVA经典实例
查看>>
loadrunner 运行场景-常见Graph简介
查看>>
ssm框架整合+Ajax异步验证
查看>>
node.js之express框架
查看>>
布局-两列布局(一列定宽,一列自适应)
查看>>
新手学习java应该注意的事情
查看>>