Elasticsearch failed to start (Result: signal)

Infos:

  • Used Zammad version: 2.2
  • Used Zammad installation source: rpm
  • Operating system: centOS 7
  • Browser + version: div

Hi,

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

Hi chrstmnn
which version of Elasticsearch do you have installed.
for version 5.6.5 you have to install the ingest-plugins
other lower version use the mapper-plugins.
Did you configured the Elastic search as in the documantion?
https://docs.zammad.org/en/latest/install-elasticsearch.html2

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