spring cloud eureka 遇到的坑

Posted NullToValue

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring cloud eureka 遇到的坑相关的知识,希望对你有一定的参考价值。

1.eureka.client.serviceUrl.defaultZone 中defaultZone不等于default-zone

 使用default-zone eureka客户端会识别不了,会向localhost:8761注册,造成服务发现混乱。

2. eureka 客户端 传递依赖(间接依赖) javaee-api-8.0 与  eureka传递依赖jsr311-api-1.1.1.jar 下javax.ws.rs 相关类冲突

org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘scopedTarget.eurekaClient‘ defined in class path resource [org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.netflix.discovery.EurekaClient]: Factory method ‘eurekaClient‘ threw exception;

Caused by: java.lang.RuntimeException: Failed to initialize DiscoveryClient!

Caused by: java.lang.ExceptionInInitializerError: null

Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.glassfish.jersey.internal.RuntimeDelegateImpl

2018-11-28 21:37:36.197 ERROR o.s.boot.SpringApplication - Application run failed
org.springframework.context.ApplicationContextException: Failed to start bean ‘eurekaAutoServiceRegistration‘; nested exception is java.lang.NullPointerException

解决:项目中pom中引入javaee-api “短路优先” 覆盖传递依赖。

3.使用IP进行配置eurake 但是没有eureka.instance.prefer-ip-address=true时,集群erueka注册信息混乱。

 


以上是关于spring cloud eureka 遇到的坑的主要内容,如果未能解决你的问题,请参考以下文章

Consul 遇到的坑

spring cloud eureka高可用

Spring Cloud遇到的坑——服务状态为DOWN

2021-09-24 ruoyi框架中使用feign自定义服务,fegin使用遇到的坑

spring cloud: 升级到spring boot 2.x/Finchley.RELEASE遇到的坑

spring实战第五版遇到的坑第14章spring.cloud.config.uri和token无效