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

后端 未结 13 2363
予麋鹿
予麋鹿 2020-12-05 12:45

Elasticsearch won\'t start using ./bin/elasticsearch. It raises the following exception:

- ElasticsearchIllegalStateException[Failed to obtain n         


        
13条回答
  •  难免孤独
    2020-12-05 13:08

    You already have ES running. To prove that type:

    curl 'localhost:9200/_cat/indices?v'

    If you want to run another instance on the same box you can set node.max_local_storage_nodes in elasticsearch.yml to a value larger than 1.

提交回复
热议问题