启动时报错信息:
elastic search报错——“failed to obtain node locks”
寻找主要信息:failed to obtain node locks
elastic search报错——“failed to obtain node locks”
简单理解为:绑定节点失败!!!

百度后,好多人同样遇到了这个问题,导致的原因可能是因为之前运行的es还没有正常关闭。

第一步:通过命令:ps -ef | grep elastic 进行查看。如下图:
![在这里插入图片描述](https://img-blog.csdnimg.cn/20191019202118127.png)

第二步:通过命令: kill -9 进程号 关闭此进程。

第三步:重新启动es。./bin/elasticsearch

启动时报错信息:
elastic search报错——“failed to obtain node locks”
寻找主要信息:failed to obtain node locks
elastic search报错——“failed to obtain node locks”
简单理解为:绑定节点失败!!!

相关文章:

  • 2021-09-23
  • 2021-07-18
  • 2021-07-07
  • 2022-12-23
  • 2021-05-13
  • 2021-06-30
  • 2022-12-23
  • 2021-06-03
猜你喜欢
  • 2021-12-31
  • 2021-06-27
  • 2021-10-05
  • 2022-12-23
  • 2021-10-13
相关资源
相似解决方案