• 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.
  • 相关阅读:
    7.21
    7.14
    7.7
    大学生失物招领平台使用体验及改进意见
    cdh集群迁移 ip更改
    klearn.preprocessing.PolynomialFeatures学习
    二元线性回归
    python学习之numpy.ewaxis
    sklearn.linear_model.LinearRegresion学习
    一元线性回归-梯度下降法-房价预测
  • 原文地址:https://www.cnblogs.com/vzhangxk/p/14290215.html
Copyright © 2020-2023  润新知