1、ES报错:Cenots elasticsearch max virtual memory areas vm.max_map_count [65530] is too low, increase t

解决办法:https://blog.csdn.net/weixin_43230063/article/details/84251597

2、elastic search报错——“failed to obtain node locks”Elasticsearch启动过程中遇到的坑

第一步:通过命令:ps aux | grep ‘elastic’ 进行查看。如下图:

Elasticsearch启动过程中遇到的坑

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

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

启动成功后,浏览器中输入http://IP:9200,若出现一串json字符串就说明es启动成功

或者可通过查看端口确认启动情况:

lsof -i:9200

lsof -i:9300

相关文章:

  • 2021-04-12
  • 2021-08-23
  • 2022-12-23
  • 2021-04-26
  • 2021-09-24
  • 2021-06-12
  • 2021-04-28
  • 2021-05-30
猜你喜欢
  • 2022-01-22
  • 2021-10-02
  • 2021-05-26
  • 2022-03-01
  • 2022-12-23
  • 2022-01-22
  • 2021-12-09
相关资源
相似解决方案