Reviewing the /aoPlatform/jarvis/logs/elasticsearch.log, the following error is observed...
[WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [MASTER-DATA-<hostname>] uncaught exception in thread [main]
org.elasticsearch.bootstrap.StartupException: BindTransportException[Failed to bind to [<ports]]; nested: BindException[Cannot assign requested address];
...
Caused by: org.elasticsearch.transport.BindTransportException: Failed to bind to [<ports>]
...
Caused by: java.net.BindException: Cannot assign requested address
This error occurs if the Elastic Search process cannot bind to the host or ip address assigned in
/aoPlatform/jarvis/elasticsearch-<version>/config/elasticsearch.yml.
To correct this issue...
1 - Verify the assigned ports mentioned in the error message, "Failed to bind to [<ports>]", are not in use on the server.
2 - Try updating /aoPlatform/jarvis/elasticsearch-<version>/config/elasticsearch.yml 's network.host to all zeros
3 -Then restart Elastic Search