当前位置:   article > 正文

Elasticsearch NoNodeAvailableException[None of the configured nodes are available问题解决

nonodeavailableexception[none of the configured nodes areavailable:

问题描述:

NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{24Zgaka4SymrCz77VQyDEA}{127.0.0.1}{127.0.0.1:9200}]]

问题分析:

1、Spring Boot配置的连接端口不对。

解决办法:Spring Boot连接ElasticSearch用的都是9300,所以将端口改为9300即可。有关Elasticsearch端口介绍请查看以下博客。

ElasticSearch 端口介绍(9200、9300)

2、Elasticsearch没有启动。

解决办法:启动Elasticsearch即可。

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

闽ICP备14008679号