Hello everyone,
I'm having trouble starting my elasticsearch
.
This is what journal -xe
command's output.
-- Subject: Unit elasticsearch.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit elasticsearch.service has begun starting up.
Jan 30 22:45:53 localhost.localdomain systemd[1]: elasticsearch.service start operation timed out. Terminating.
Jan 30 22:45:53 localhost.localdomain systemd[1]: Failed to start Elasticsearch.
-- Subject: Unit elasticsearch.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit elasticsearch.service has failed.
--
-- The result is failed.
Jan 30 22:45:53 localhost.localdomain systemd[1]: Unit elasticsearch.service entered failed state.
Jan 30 22:45:53 localhost.localdomain systemd[1]: elasticsearch.service failed.
Jan 30 22:45:53 localhost.localdomain polkitd[647]: Unregistered Authentication Agent for unix-process:3303:197451 (system bus name :1.66, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
lines 2053-2086/2086 (END)
I've tried run elasticsearch
with root
user and other non-root user. But the results are the same.
Any chance i fix this issue ?
Thanks in advance