NoNodeAvailableException[None of the configured nodes are available:

跟風遠走 提交于 2020-02-28 22:49:47

NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{KrOFibneQ76ycUjBC0Y3Qw}{192.168.1.139}{192.168.1.139:9300}] 解决这个问题,网上有很多的解决方案:其中最主要的原因是因为版本冲突的问题

有很多博客都提到这个,但没给具体的步骤

1 安装是elasticsearch 2.4.0

<parent>

	<groupId>org.springframework.boot</groupId>
	
	<artifactId>spring-boot-starters</artifactId>
	
	<version>1.5.21.RELEASE</version>
</parent>

2 查看Spring Data Elasticsearch与Elasticsearch的版本匹配问题

到下面这个网址 https://github.com/spring-projects/spring-data-elasticsearch

这个是配对规则

如何查看自己的版本到 external libraries下,看自己的版本是否匹配

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!