db2 连接报错connect。 ERRORCODE=-4499, SQLSTATE=08001(转载)

在使用data studio连接远程DB2数据库时报错如下:

[jcc][Thread:main][[email protected]] java.sql.SQLException

[jcc][Thread:main][[email protected]] SQL state  = 08001

[jcc][Thread:main][[email protected]] Error code = -4499

[jcc][Thread:main][[email protected]] Message    = [jcc][t4][2043][11550][4.13.111] 异常 java.net.ConnectException:打开端口 50,000 上服务器 192.168.1.107/192.168.1.107 的套接字时出错,消息为:Connection timed out: connect。 ERRORCODE=-4499, SQLSTATE=08001

[jcc][Thread:main][[email protected]] Stack trace follows

com.ibm.db2.jcc.am.DisconnectNonTransientConnectionException: [jcc][t4][2043][11550][4.13.111] 异常 java.net.ConnectException:打开端口 50,000 上服务器 192.168.1.107/192.168.1.107 的套接字时出错,消息为:Connection timed out: connect。 ERRORCODE=-4499, SQLSTATE=08001

com.ibm.db2.jcc.am.id.a(id.java:320)

Cause:

Error 1: DB2 return code is -4499

Four  problems might be the cause of this error.

1、 Firewall is not stopped

2、DB2 is stopped.

3、The wrong DB2 database listening port number is specified.

4、The wrong database name is specified.

solution:

1、Check whether firewall is stopped.

chkconfig iptables off  永久性关闭

service iptables stop  重启主机后失效

2、Check whether DB2 is started.

db2 list db directory

3、Check the DB2 listening port

db2 get dbm cfg |grep SVCENAME,查看TCP/IP服务名称和/etc/services中定义的db2服务名称是否匹配

4、Check the DB2COMM

db2set -all 检查DB2COMM是否是TCPIP

时间: 2024-12-26 02:32:37

db2 连接报错connect。 ERRORCODE=-4499, SQLSTATE=08001(转载)的相关文章

Sqoop从DB2导出数据出错:ERRORCODE=-4499, SQLSTATE=08001

Sqoop执行命令: ./sqoop import --connect "jdbc:db2://10.105.4.55:50001/SCCRM55" --username db2inst1 --password db2opr2010 --table WF_4G_BILLDETAIL_NEW_20140717 --fetch-size 1000 -m 1 --target-dir /ext/ods/ODS_RPT_DAY_DET/20140717_1 --fields-terminate

急!JDBC问题,发生通信错误。错误位置:Reply.fill()。消息:数据不足。 ERRORCODE=-4499, SQLSTATE=08001

代码如下:Class.forName("com.ibm.db2.jcc.DB2Driver");Connection conn = DriverManager.getConnection("jdbc:db2://localhost:50000/sample","db2admin","12345678"); 第二句时就报这个错误:com.ibm.db2.jcc.am.yn: [jcc][t4][2030][11211][3.57

一次DB2数据库连接失败(SQLSTATE=08001)的解决方法

有一次,在使用DbVisualizer工具连接自己linux虚拟机上的DB2数据库时,报如下错误: Product: DbVisualizer Pro 9.1 Build: #2050 (2013/09/08 11:03) Java VM: Java HotSpot(TM) 64-Bit Server VM Java Version: 1.6.0_43 Java Vendor: Sun Microsystems Inc. OS Name: Windows 7 OS Arch: amd64 OS

db2 常见错误以及解决方案[ErrorCode SQLState]

操作数据库流程中,遇到许多疑问,很多都与SQL CODE和SQL State有关,现在把一个完整的SQLCODE和SQLState不正确信息和有关解释作以下说明,一来可以自己参考,对DB2不正确自行找出原由 sqlcode sqlstate 说明 格式说明:ErrorCode:-302 SQLState:22001 ------------------------------------------- 000 00000 SQL语句成功完成01xxx SQL语句成功完成,但是有警告+012 01

mysql连接报错 ERROR 2002 (HY000): Can't connect to local MySQL server through socket

安装完mysql连接报错: [[email protected] app]# mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [[email protected] app]# mysql -uroot -p Enter password:  ERROR 2002 (HY000): Can't connect to local M

SSH远程连接报错:Could not connect to '10.43.2.113' (port 22): Connection failed.

昨天Xshell远程连接我的本地虚拟机:10.43.2.113很正常,今天尝试了好几次都连接不上,如下图所示 登陆到虚拟机查看目前服务器开放的端口:ss -lnt 竟然没有22端口,那不就是说我的SSH服务没有启动么?可是昨天我远程连接没有任何问题,而且根本就没有关闭ssh服务,不管怎么说,既然服务没有启动,那就启动SSH服务,启动过程报错如下图所示: 呵呵,看到这,终于知道是什么原因造成我不能远程登陆了,昨天为了给mysql用户对mysql的数据目录有相关的权限,执行了chown –R mys

Mysql远程连接报错:SQL Error (1130): Host '192.168.6.128' is not allowed to connect to this MySQL server

通过SQLyog连接linux中的MySQL报错问题:SQL Error (1130): Host '192.168.6.128' is not allowed to connect to this MySQL server说明你所连接的用户账户没有远程连接的权限,只能在本机localhost登录需要更改 mysql 数据库里的 user表里的 host字段 把localhost改称%下面是我设置的远程连接步骤,请参考: 1.登录MySQL  mysql -uroot -proot2.进入数据库

ERRORCODE=-4220, SQLSTATE=null

当我在跑程序的时候,从DB2数据库中获取数据,然后通过solr创建索引,发现程序中断,报错日志为: 报错为 Caught java.io.CharConversionException. See attached Throwable for details. ERRORCODE=-4220, SQLSTATE=null 没有准确的sqlstate,通过一番排查,找到了一条数据, 在程序读此数据的时候,就会报错,获取此数据非此乱码字段的任何字段都没问题,delete,问题解决

(https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014550004)Topic: Caught java.io.CharConversionException. ERRORCODE=-4220, SQLSTATE=null

270002WDPN 3 Posts 0 people like this Pinned topic                                                              Caught java.io.CharConversionException. ERRORCODE=-4220, SQLSTATE=null Nov 5, 2010                                     |