Elasticsearch will no start

Rebooted the server, ubuntu 1804 and now elasticsearch will not start and I can't determine why, was working fine before the reboot, java issue?. Below is the error and log:

● elasticsearch.service - Elasticsearch
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: enabled)
Active: failed (Result: timeout) since Wed 2019-10-02 14:19:07 CDT; 41min ago
Docs: http://www.elastic.co
Process: 396 ExecStart=/usr/share/elasticsearch/bin/elasticsearch -p ${PID_DIR}/elasticsearch.pid --quiet (code=exited, status=143)
Main PID: 396 (code=exited, status=143)

Oct 02 14:17:36 ubuntu systemd[1]: Starting Elasticsearch...
Oct 02 14:17:43 ubuntu elasticsearch[396]: OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be remov
Oct 02 14:19:07 ubuntu systemd[1]: elasticsearch.service: Start operation timed out. Terminating.
Oct 02 14:19:07 ubuntu systemd[1]: elasticsearch.service: Failed with result 'timeout'.
Oct 02 14:19:07 ubuntu systemd[1]: Failed to start Elasticsearch.

-- Reboot --
Oct 02 13:04:27 ubuntu systemd[1]: Starting Elasticsearch...
Oct 02 13:04:37 ubuntu elasticsearch[388]: OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be remov
ed in a future release.
Oct 02 13:05:57 ubuntu systemd[1]: elasticsearch.service: Start operation timed out. Terminating.
Oct 02 13:05:58 ubuntu systemd[1]: elasticsearch.service: Failed with result 'timeout'.
Oct 02 13:05:58 ubuntu systemd[1]: Failed to start Elasticsearch.
-- Reboot --
Oct 02 14:17:36 ubuntu systemd[1]: Starting Elasticsearch...
Oct 02 14:17:43 ubuntu elasticsearch[396]: OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be remov
ed in a future release.
Oct 02 14:19:07 ubuntu systemd[1]: elasticsearch.service: Start operation timed out. Terminating.
Oct 02 14:19:07 ubuntu systemd[1]: elasticsearch.service: Failed with result 'timeout'.
Oct 02 14:19:07 ubuntu systemd[1]: Failed to start Elasticsearch.
Any suggestions?

Thanks

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