DBeaver 连接 DB2 提示 Exception java.net.ConnectException: Error openning socket to server ... ERRORCODE=-4499 SQLSTATE=08001
分析思路
查看网络端口
netstat -tunlp
(B) Port conflict
Use netstat command to determine if there is another program listening on the port used by DB2.
Try changing DB2 port to a different port number
db2 "update dbm cfg using svcename 60000"
db2stop
db2start

浙公网安备 33010602011771号