ElasticSearch를 실행했을 때 위의 오류가 나며 종료가 된다면
ps aux | grep 'elastic'
명령어로 사용되고 있는 ElasticSearch가 있는지 확인해 본다!
kill -9 1044
해당 프로세스를 종료하면 해결
** 참고
Elasticsearch, Failed to obtain node lock, is the following location writable
Elasticsearch won't start using ./bin/elasticsearch. It raises the following exception: - ElasticsearchIllegalStateException[Failed to obtain node lock, is the following location writable?: [/home...
stackoverflow.com