Keywords: Elasticsearch - Google Cloud Platform - Technical issue - Other
Description:
trying to run restart fails, and running service gives the following message
nic@elasticsearch-cluster-1-node-0:~$ sudo service bitnami status -l
â bitnami.service - LSB: Bitnami Init Script
Loaded: loaded (/etc/init.d/bitnami)
Active: failed (Result: exit-code) since Wed 2018-05-02 23:32:56 UTC; 3min 45s ago
Process: 21546 ExecStop=/etc/init.d/bitnami stop (code=exited, status=0/SUCCESS)
Process: 22965 ExecStart=/etc/init.d/bitnami start (code=exited, status=1/FAILURE)
May 02 23:32:56 elasticsearch-cluster-1-node-0 bitnami[22965]: at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86)
May 02 23:32:56 elasticsearch-cluster-1-node-0 bitnami[22965]: at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124)
May 02 23:32:56 elasticsearch-cluster-1-node-0 bitnami[22965]: at org.elasticsearch.cli.Command.main(Command.java:90)
May 02 23:32:56 elasticsearch-cluster-1-node-0 bitnami[22965]: at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:92)
May 02 23:32:56 elasticsearch-cluster-1-node-0 bitnami[22965]: at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:85)
May 02 23:32:56 elasticsearch-cluster-1-node-0 bitnami[22965]: Refer to the log for complete error details.
May 02 23:32:56 elasticsearch-cluster-1-node-0 bitnami[22965]: 2018-05-02T23:32:56.802Z - error: Unable to perform start operation nami command exited with exit code 1
May 02 23:32:56 elasticsearch-cluster-1-node-0 systemd[1]: bitnami.service: control process exited, code=exited status=1
May 02 23:32:56 elasticsearch-cluster-1-node-0 systemd[1]: Failed to start LSB: Bitnami Init Script.
May 02 23:32:56 elasticsearch-cluster-1-node-0 systemd[1]: Unit bitnami.service entered failed state.