码迷,mamicode.com
首页 > Web开发 > 详细

com.netflix.client.ClientException: Load balancer does not have available server for client xxxx

时间:2019-10-10 20:10:43      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:注册   tps   log   排查   use   article   dep   details   exception   

版本
spring boot: 2.0.1.RELEASE

spring cloud: Finchley.M9

错误
通过zuul调用eureka注册的服务,错误内容如下

Caused by: com.netflix.client.ClientException: Load balancer does not have available server for client xxxxx

方案
经过查询排查,两种解决方案

方案一(亲测有效)

在application.properties中添加

ribbon.eureka.enable: true

方案二

  添加依赖(已经亲测有效)

<dependency>  
    <groupId>org.springframework.cloud</groupId>  
    <artifactId>spring-cloud-starter-eureka</artifactId>  
</dependency> 

 

原文链接:https://blog.csdn.net/jiadajing267/article/details/81047335

com.netflix.client.ClientException: Load balancer does not have available server for client xxxx

标签:注册   tps   log   排查   use   article   dep   details   exception   

原文地址:https://www.cnblogs.com/tianciliangen/p/11650032.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!