Elasticsearch failed to start (Result: signal)

Hi from a newbie,

I tried to install elasticsearch for zammad on centOS 7.
Installing was fine without errors, but starting elasticsearch doesn't work.

with systemctl status elasticsearch I get the following:
elasticsearch.service - Elasticsearch Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: disabled) Active: failed (Result: signal) since Mo 2018-01-22 12:08:50 UTC; 3min 20s ago Docs: http://www.elastic.co Process: 12924 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -p ${PID_DIR}/elasticsearch.pid --quiet -Edefault.path.logs=${LOG_DIR} -Edefault.path.data=${DATA_DIR} -Edefault.path.conf=${CONF_DIR} (code=killed, signal=KILL) Process: 12921 ExecStartPre=/usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec (code=exited, status=0/SUCCESS) Main PID: 12924 (code=killed, signal=KILL)

Anyone an idea what I could do?

Thanks in advance :slight_smile:

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