Hi,
I am unable to start Elasticsearch on docker. Refer following screenshot for error.
Can anyone help me to solve this error.
Elasticsearch version - 6.4.3
Thanks
Hi,
I am unable to start Elasticsearch on docker. Refer following screenshot for error.
Can anyone help me to solve this error.
Elasticsearch version - 6.4.3
Thanks
Best to copy/paste the text of the error, it seems the error mentions two causes and this most likely cause from incorrect definition on docker side with the volume used for data folder:
/usr/share/elasticsearch/data
is read-only/usr/share/elasticsearch/data
is already used/locked by another node (another docker container)Can you check both those points
docker inspect <container_id>
would show if a read-only volume is used (or just check with the docker CLI options you used, or docker-compose service defintion for example...)Thanks
Hi @Julien ,
Thanks for reply.
I am able to solve issue by deleting node.lock file.
Thanks & Regards
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.