【发布时间】:2014-02-07 21:49:27
【问题描述】:
我已在我的 Weblogic 服务器上部署了第三方 Web 应用程序,并且该应用程序使用我在我的 WebLogic 服务器中定义的 JNDI 数据源连接到 Oracle 数据库。现在,当我使用 Web 应用程序时,我没有看到任何问题,并且在访问该应用程序一段时间后,它会引发如下异常 -
weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool test_db to allocate to applications, please increase the size of the pool and retry.. caused by: weblogic.jdbc.extensions.PoolLimitSQLException:
如何使用我的 weblogic 服务器调试此问题?是否有任何日志文件包含有关为什么仍然使用所有连接的详细信息?
【问题讨论】:
-
这里详细解释了怎么办-albinsblog.com/2012/10/…