I ran the upgrade script for 2.0.5 and after 15 minutes the web interface is still displaying "Waiting for Database Startup", refreshing every 5 seconds. I've restarted httpd. My php.ini already has memory_limit = 512M. The elasticsearch process is running, but doesn't seem to be doing anything. No files have been modified in the data dir since the restart. Looking at the elasticsearch log, after the restart it only logged these three lines:
Code: Select all
[2018-09-14 13:18:22,005][INFO ][node ] [a6a1ee31-789f-4927-8680-25814f651b54] version[1.7.6], pid[12315], build[c730b59/2016-11-18T15:21:16Z]
[2018-09-14 13:18:22,006][INFO ][node ] [a6a1ee31-789f-4927-8680-25814f651b54] initializing ...
[2018-09-14 13:18:22,130][INFO ][plugins ] [a6a1ee31-789f-4927-8680-25814f651b54] loaded [knapsack-1.7.3.0-d0ea246], sites []
Based on past restarts, those lines should immediately be followed by "using [1] data paths, mounts [[/srv ...." but it never happens. The process correctly has -Des.default.path.data=/srv/nagioslogserver/elasticsearch/data, which is where the data is and the permissions look correct.. I'm stumped.