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


版本
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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM