我在springboot 集成 elasticsearch,启动springboot测试创建索引,建立索引的时候报 :

NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{jzxmY2H9RVSWNO1-6y28sA}{127.0.0.1}{127.0.0.1:9300}]]
...
...

修改  D:\elasticsearch-6.2.2\config\elasticsearch.yml 配置文件(自己的elasticsearch安装位置),然后重启elasticsearch服务

NoNodeAvailableException[None of the configured nodes are available:[.127.0.0.1}{127.0.0.1:9300]

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2021-08-21
  • 2021-07-28
  • 2022-12-23
  • 2021-07-23
  • 2021-04-30
猜你喜欢
  • 2022-01-09
  • 2022-02-10
  • 2022-12-23
  • 2021-06-27
  • 2022-12-23
相关资源
相似解决方案