zoukankan      html  css  js  c++  java
  • weblogic连接池重置(Connection reset)

    ID 1532894.1

    https://www.linuxidc.com/linux/2017-10/147448.htm

    1. 19:31:43.633 [hostName:scyy1] [pool-4514-thread-243] [2017080900000020] ERROR 报错信息如下:weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO 错误: Connection reset
    2. weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:250)
    3. weblogic.jdbc.pool.Driver.connect(Driver.java:142)
    4. weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:658)
    5. weblogic.jdbc.jts.Driver.connect(Driver.java:127)

    SOLUTION

    Please follow these steps to resolve the issue:

    1.       1.From the WLS admin console, select the datasource.
    2.       2.Under the connection pool tab, click on Advanced.
    3.       3.Check the "Enable Test Connections On Reserve" option.
    4.       4.Make "Login Delay" 1.
    5.       5.Make "Connection Creation Retry Frequency" 2.
    6.       6.Save the configuration.
    7.       7.Restart the Cluster.
  • 相关阅读:
    vue(5)联动+tab页
    vue(4)hello world
    vue(3)IDE
    vue(2)创建项目
    vue(1)安装
    线程池(6)简单创建线程3种实现
    logback日志简记
    [省选前集训2021] 模拟赛2
    无标号无根树计数
    [省选前集训2021] 模拟赛1
  • 原文地址:https://www.cnblogs.com/vzhangxk/p/14290215.html
Copyright © 2011-2022 走看看