Products | Versions |
---|---|
TIBCO Data Virtualization | All supported versions. |
When a user tries joining a TIBCO Data Virtualization node to a cluster, they might face an issue with the below errors logged in the cs_server log:
------------------------------
1. INFO [jetty thread pool-595360] 2023-05-08 11:50:30.719 +0530 NewStandaloneNode - Start to join a cluster with IP xx.xx.xxx.xx:9407
ERROR [jetty thread pool-595360] 2023-05-08 11:50:30.747 +0530 NewClusterNode - Failed to connect to xx.xx.xxx.xx:9410. Cause:
java.io.IOException: Failed to finish connect: 'No route to host'.[dbchannel-1906503]
...
2. ERROR [jetty thread pool-595360] 2023-05-08 11:50:30.747 +0530 NewStandaloneNode - Error joining the cluster:
com.compositesw.server.cluster.ClusterException: Failed to connect to the remote host xx.xx.xxx.xx at port 9,410. Cause: Failed to finish connect: 'No route to host'.[dbchannel-1906503] [cluster-2900003]
...
3. INFO [jetty thread pool-595356] 2023-05-08 11:52:26.357 +0530 NewStandaloneNode - Start to join a cluster with xx.xx.xxx.xx:9400
INFO [jetty thread pool-595356] 2023-05-08 11:52:26.396 +0530 NewClusterNode - Cluster state now set to INITIALIZING_LOCAL
WARN [jetty thread pool-595356] 2023-05-08 11:52:26.397 +0530 TCPConfigurationFactory - Failed to resolve IP address of cluster member: host.xyz.com. Cause: java.net.UnknownHostException: host.xyz.com: Name or service not known
...
------------------------------