JBO-26061: Error while opening JDBC connection
问题描述
If you see something similar to the following messages in the WebLogic Server console output or log files:
at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:1045)
at oracle.jbo.server.DBTransactionImpl.getInternalConnection(DBTransactionImpl.java:1433)
at oracle.jbo.server.DBSerializer.setup(DBSerializer.java:147)
at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:287)
at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:268) Truncated. see log file for complete stacktraceCaused By: weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool ApplicationDB to allocate to applications, please increase the size of the pool and retry.
You have a need to tune your JDBC Connection Pool. In this article, we show you how to validate the issue and how to fix it.
确定JDBC连接池是否已满
s suggested in the message, you should tune JDBC Connection Pool used by JDBC Data Source named "ApplicationDB". In this article:
- Monitoring WebLogic JDBC Connection Pool at Runtime
- Waiting For Connection Failure Total
参见:http://xmlandmore.blogspot.com/2013/02/jbo-26061-error-while-opening-jdbc.html
本文来自互联网用户投稿,文章观点仅代表作者本人,不代表本站立场,不承担相关法律责任。如若转载,请注明出处。 如若内容造成侵权/违法违规/事实不符,请点击【内容举报】进行投诉反馈!
