Elasticsearch won\'t start using ./bin/elasticsearch. It raises the following exception:
./bin/elasticsearch
- ElasticsearchIllegalStateException[Failed to obtain n
I had an orphaned Java process related to Elasticsearch. Killing it solved the lock issue.
ps aux | grep 'java' kill -9