springboot2.0整合es的异常总结

Posted cmyxn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot2.0整合es的异常总结相关的知识,希望对你有一定的参考价值。

异常: availableProcessors is already set to [4], rejecting [4]

在启动类中加入
System.setProperty("es.set.netty.runtime.available.processors", "false");

异常:org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{VA_eNPshSSmOHZYbNgepsA}{127.0.0.1}{127.0.0.1:9300}]

这个需要保证application.yml中的配置与es的配置文件保持一致即可,es的配置文件在es的安装路径下的config/elasticsearch.yml

以上是关于springboot2.0整合es的异常总结的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot整合ES集群

springboot2.0整合logback日志(详细)

SpringBoot2.0应用:SpringBoot2.0整合RabbitMQ

Springboot 2.0.4 整合Mybatis出现异常Property 'sqlSessionFactory' or 'sqlSessionTemplate' a

SpringBoot2.0源码分析:整合ActiveMQ分析

SpringBoot2.0之五 优雅整合SpringBoot2.0+MyBatis+druid+PageHelper