Could not create pool connection. The DBMS driver exception was: Io 异常: Broken pipe

现场同事反馈:中间件weblogic连不上数据库Oracle,发回日志可以看到:

Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: Io 异常: Broken pipe

at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:256)

at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1180)

at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1104)

at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:244)

at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1065)

at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:146)

at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:385)

at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:326)

   诊断过程:

1.熟悉环境,应用服务器和数据库服务器都是AIX。

2.检测应用服务器与数据库服务器之间的连通性,在应用服务器上ping  数据库服务器ip,ping了一分钟,是通的,且没有丢包的问题。在应用服务器上telnet 数据库服务器IP:端口,是通的,连通性没有问题。

3.登录数据库服务器,查看监听日志listener.log,发现了应用服务器ip是正常的。

4.关闭数据库服务器上的防火墙,还是不行。

5.重新部署一个域,建连接池,测试是可以的。于是在新部署的域上发布了系统,测试系统是可以访问的。

本地的诊断结果是:很可能是域受到损坏导致。

时间: 2024-10-12 13:34:44

Could not create pool connection. The DBMS driver exception was: Io 异常: Broken pipe的相关文章

SSH错误:packet_write_wait: Connection to 10.57.19.250 port 22: Broken pipe

现象:ssh连接以后,服务器会主动断开连接,wireshark抓包,发线服务器会tcp rst,断开ssh连接 解决尝试:1.修改会话超时时间:2.客户端主动间隔性向服务器发送保活报文:3.服务端主动间隔性向客户端发送保活报文   全部失败 参考下面的资料都尝试了,无解 参考: 1.http://www.talkwithtrend.com/Question/225451 2.https://unix.stackexchange.com/questions/259225/packet-write-

Could not open JDBC Connection for transaction; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Could not create connection to database server.

报错信息:Could not open JDBC Connection for transaction; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Could not create connection to database server.) 问题来源mysql-connecter-java 版本过低 如果你mysql的版本是m

Io 异常: The Network Adapter could not establish the connection

Io 异常: The Network Adapter could not establish the connection 这个异常的出现一般与数据库和你的PC的设置有关 这种异常的出现大致上有下面几种: 1.IP错误. 在设置URL时错误,例如:jdbc:oracle:thin:@192.168.0.36:1521:sharp 数据库服务器不正确:ping 服务器IP是否正确.不正确,将URL更改为正确 端口号错误:一般不会错误. 进行一下操作:在DOS上键入sqlplus,检查oracle是

老项目采用tomcat出现异常:Connection reset by peer: socket write error 异常解决方法

项目一段时间就出现异常,导致无法登陆系统,数据库无法连接上 异常信息如下: java.sql.SQLException: Io 异常: Connection reset by peer: socket write error at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179) a

Io 异常: The Network Adapter could not establish the connection解决方案

Io 异常: The Network Adapter could not establish the connection解决方案 2016年06月04日 13:30:21 阅读数:46589 Io 异常: The Network Adapter could not establish the connection这个异常的出现一般与数据库和你的PC的设置有关 这种异常的出现大致上有下面几种: 1.IP错误.在设置URL时错误,例如:jdbc:oracle:thin:@192.168.0.36:

IO 异常:The Network Adapter could not establish the connection 怎么解决

IO 异常:The Network Adapter could not establish the connection 怎么解决

Io 异常: The Network Adapter could not establish the connection 解决方法

Io 异常: The Network Adapter could not establish the connection 解决方法 1.IP错误:在设置URL时错误,例如:jdbc:oracle:thin:@192.168.1.80:1521:orcl数据库服务器是否正确:ping 服务器IP是否通畅.ping不通则将URL更改正确.端口号是否正确.进行一下操作:在DOS上键入sqlplus,检查oracle是否开启一切正常则执行下面第2步. 2.防火墙如果机器上安装有放火墙,可能是服务器端口

HTTP Status 500 - Could not open JDBC Connection for transaction; nested exception is java.lang.NoCl

HTTP Status 500 - Could not open JDBC Connection for transaction; nested exception is java.lang.NoClassDefFoundError: com/mchange/v2/sql/SqlUtils type Exception report message Could not open JDBC Connection for transaction; nested exception is java.l

Could not open JDBC Connection for transaction; nested exception is java.sql.SQLException: Connectio

严重: StandardWrapper.Throwableorg.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is java.sql.SQLException: Connections could not be acquired from the underlying database!