当前位置:   article > 正文

docker运行 elasticsearch 出错NoNodeAvailableException[None of the configured nodes are available_fluent no nodes are available

fluent no nodes are available

可能的原因:

1、项目引用的ES版本和ES服务的版本不一样;
参考Spring官方文档的版本匹配链接
https://docs.spring.io/springdata/elasticsearch/docs/3.2.5.RELEASE/reference/html/#repositories

2、端口不正确,tcp访问端口是9300;

3、cluster.name不正确,可以通过访问http://localhost:9200/查看ES服务下的cluster.name;

4、ES服务没启动;

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/457672
推荐阅读
相关标签
  

闽ICP备14008679号