Elasticsearch, Failed to obtain node lock, is the following location writable

I had an orphaned Java process related to Elasticsearch. Killing it solved the lock issue.

ps aux | grep 'java'
kill -9 <PID>

Leave a Comment