What is problem?

after RPM install on centos 6.8. Final, can't start elastic with init.
system write
Starting elasticsearch: /usr/share/elasticsearch/bin/elasticsearch: line 198: 9789 Killed exec "$JAVA" $ES_JAVA_OPTS -Des.path.home="$ES_HOME" -cp "$ES_CLASSPATH" org.elasticsearch.bootstrap.Elasticsearch "$@" 0>&-
[FAILED]
Who can help?

Which version of ES & java you are using ??

java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)

If it helps, the VPS server godady with centos 6.7. final

Hope the VPS from godaddy comes with 2GB ram. Change your jvm.options as

-Xms1g -Xmx1g

and try to bring up ES.

1 Like

Check your logs as well.

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