Help please - Elasticsearch not start CentOs 7

Please help me, I have the following error when starting the service

[root@jcnslcapp9005 ~]# service elasticsearch status
● elasticsearch.service - Elasticsearch
Loaded: loaded (/etc/systemd/system/elasticsearch.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2019-11-06 11:54:26 -03; 12s ago
Docs: http://www.elastic.co
Process: 2227 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -p ${PID_DIR}/elasticsearch.pid --quiet (code=exited, status=1/FAILURE)
Main PID: 2227 (code=exited, status=1/FAILURE)

Nov 06 11:54:26 jcnslcapp9005 elasticsearch[2227]: at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentA...a:86)
Nov 06 11:54:26 jcnslcapp9005 elasticsearch[2227]: at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:125)
Nov 06 11:54:26 jcnslcapp9005 elasticsearch[2227]: at org.elasticsearch.cli.Command.main(Command.java:90)
Nov 06 11:54:26 jcnslcapp9005 elasticsearch[2227]: at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:115)
Nov 06 11:54:26 jcnslcapp9005 elasticsearch[2227]: at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:92)
Nov 06 11:54:26 jcnslcapp9005 elasticsearch[2227]: Refer to the log for complete error details.
Nov 06 11:54:26 jcnslcapp9005 systemd[1]: elasticsearch.service: main process exited, code=exited, status=1/FAILURE
Nov 06 11:54:26 jcnslcapp9005 systemd[1]: Failed to start Elasticsearch.
Nov 06 11:54:26 jcnslcapp9005 systemd[1]: Unit elasticsearch.service entered failed state.
Nov 06 11:54:26 jcnslcapp9005 systemd[1]: elasticsearch.service failed.
Hint: Some lines were ellipsized, use -l to show in full.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.