[IBM][JDBC Driver] CLI0615E 从套接字接收时出错,服务器不响应。SQLSTATE=08S01 ;COM.ibm.db2.jdbc.DB2Exception:

时间:2021-01-01 09:22:35
COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0615E  从套接字接收时出错,服务器不响应。SQLSTATE=08S01
at COM.ibm.db2.jdbc.net.SQLExceptionGenerator.throwReceiveError(SQLExceptionGenerator.java:457)
at COM.ibm.db2.jdbc.net.DB2Request.receive(DB2Request.java:703)
at COM.ibm.db2.jdbc.net.DB2Request.sendAndRecv(DB2Request.java:563)
at COM.ibm.db2.jdbc.net.DB2Statement.<init>(DB2Statement.java:200)
at COM.ibm.db2.jdbc.net.DB2Connection.createStatement(DB2Connection.java:1418)

3 个解决方案

#1


我也遇到一样的错误。
而且我同时还会出现CLI0616E的错误。
不知道那位大侠知道?

#2


你用的是哪个类型的驱动程序?

[IBM][JDBC Driver] CLI0615E Error receiving from socket, server is not responding JDBC type 3 DB2 for zSeries 
不支持 type 3 驱动程序的程序。如果试图连接该数据库服务器,则可能得到此错误

#3


有空多用用google,那里可以查到你需要的

#1


我也遇到一样的错误。
而且我同时还会出现CLI0616E的错误。
不知道那位大侠知道?

#2


你用的是哪个类型的驱动程序?

[IBM][JDBC Driver] CLI0615E Error receiving from socket, server is not responding JDBC type 3 DB2 for zSeries 
不支持 type 3 驱动程序的程序。如果试图连接该数据库服务器,则可能得到此错误

#3


有空多用用google,那里可以查到你需要的