
mkdir:ai:2d92f
Mar 05 11:58:24 BZV-OTRS-01-TM systemd[1]: Starting Elasticsearch... Mar 05 11:58:27 BZV-OTRS-01-TM systemd-entrypoint[1203]: WARNING: java.io.tmpdir directory does not exist Mar 05 11:58:28 BZV-OTRS-01-TM systemd-entrypoint[1203]: ERROR: Temporary directory [/app/elasticsearch/tmp] does not exist or is not accessible Mar 05 11:58:29 BZV-OTRS-01-TM systemd[1]: elasticsearch.service: Main process exited, code=exited, status=78/CONFIG Mar 05 11:58:29 BZV-OTRS-01-TM systemd[1]: elasticsearch.service: Failed with result 'exit-code'. Mar 05 11:58:29 BZV-OTRS-01-TM systemd[1]: Failed to start Elasticsearch.
$ mkdir /app/elasticsearch/tmp
try on your machine
Create the missing temporary directory for Elasticsearch to resolve the 'java.io.tmpdir directory does not exist' and 'Temporary directory does not exist or is not accessible' errors.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- Mar 05 11:58:24 BZV-OTRS-01-TM systemd[1]: Starting Elasticsearch... Mar 05 11:58:27 BZV-OTRS-01-TM systemd-entrypoint[1203]: WARNING: java.io.tmpdir directory does not exist Mar 05 11:58:28 BZV-OTRS-01-TM systemd-entrypoint[1203]: ERROR: Temporary directory [/app/elasticsearch/tmp] does not exist or is not accessible Mar 05 11:58:29 BZV-OTRS-01-TM systemd[1]: elasticsearch.service: Main process exited, code=exited, status=78/CONFIG Mar 05 11:58:29 BZV-OTRS-01-TM systemd[1]: elasticsearch.service: Failed with result 'exit-code'. Mar 05 11:58:29 BZV-OTRS-01-TM systemd[1]: Failed to start Elasticsearch.?