Error message when the port for elastic search is not free
The following error message is displayed in the TrueSight.log file.
ERROR 05/10 14:29:36.860 [Timer-4] c.b.t.p.c.p.e.ESClientConnection BMC_TS-PL000134E Exception while checking the Indexserver status
org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: []
at org.elasticsearch.client.transport.TransportClientNodesService.ensureNodesAreAvailable(TransportClientNodesService.java:305) ~[elasticsearch-1.7.1.jar:na]
at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:200) ~[elasticsearch-1.7.1.jar:na]
at org.elasticsearch.client.transport.support.InternalTransportClusterAdminClient.execute(InternalTransportClusterAdminClient.java:86) ~[elasticsearch-1.7.1.jar:na]
at org.elasticsearch.client.transport.support.InternalTransportClusterAdminClient.execute(InternalTransportClusterAdminClient.java:77) ~[elasticsearch-1.7.1.jar:na]
at org.elasticsearch.client.support.AbstractClusterAdminClient.health(AbstractClusterAdminClient.java:122) ~[elasticsearch-1.7.1.jar:na]
at com.bmc.truesight.platform.components.persistence.es.ESClientConnection.checkIfESRunning(ESClientConnection.java:112) [platform.jar:na]
at com.bmc.truesight.platform.components.persistence.es.ESClientConnection.isESReachableWithRetry(ESClientConnection.java:96) [platform.jar:na]
This issue might occur in the following scenarios:
- If the cluster name was changed, without setting the tssh properties as follows:
tssh properties set "ha.server.pair.uniquename" <cluster_name> - If network.host property was not set to point the following elastic search properties file path
<TSPS_HOME>/modules/elasticsearch/conf/elasticsearch.yml
Related topics