Weblogic-JDBC连接数小故障

4067阅读 0评论2012-01-05 chasfer
分类:Java

报错内容:
weblogic节点日志报错,JDBC连接池连接数满,需要增加最大连接数。
 
解决方法:

To set the JDBC connection pool size:

  1. Log in to the WebLogic Server administrative console.
  2. Click Services > JDBC > Data Sources.
  3. Select the non-XA data source for the object store.
  4. Click the Connection Pool tab.
  5. Edit the value for Maximum Capacity to add 50 additional connections. For example, if the current maximum is 100, enter 150.
    Tip: You might need to increase this value again if you experience "SQLCODE [0] SQLSTATE [null]" errors after you InfoSphere Master Content is configured and running.
  6. Save your configuration changes.
  7. Repeat this procedure for each object store that InfoSphere Master Content accesses.

参考:

上一篇:Directory index forbidden by Options directive
下一篇:tibco-允许/禁止自动建Queues