Hello Everyone,
during deployment of my VM in my POD, ElasticSearch didn't start.
issue on Journalctl is following :
Dec 15 17:33:05 systemd[1]: Starting Elasticsearch...
-- Subject: Unit elasticsearch.service has begun start-up
Dec 15 17:33:05 systemd[3983]: Failed at step RUNTIME_DIRECTORY spawning /usr/share/elasticsearch/bin/elasticsearch: File exists
-- Subject: Process /usr/share/elasticsearch/bin/elasticsearch could not be executed
-- The process /usr/share/elasticsearch/bin/elasticsearch could not be executed and failed.
-- The error number returned by this process is 17.
Dec 15 17:33:05 systemd[1]: elasticsearch.service: main process exited, code=exited, status=233/RUNTIME_DIRECTORY
then, when i'm starting it manually, it's start correctly...
So I really don't understand what happening
anybody have an idea ?