错误Load balancer does not have available server for client:SERVICE-HELLO解决办法

在SpringCloud开发中通过RestTemplate传值或通过Feign传值会出现

com.netflix.client.ClientException: Load balancer does not have available server for client: xxx
网上提供的解决办法

ribbon.eureka.enabled=false
service-hello.ribbon.listOfServers=http://localhost:8773(其中的service-hello是serviceId即spring.application.name=service-hello)

 

该方法可以解决此问题,但是就觉得不是不需要配置地址的吗,怎么还需要指定地址,要是地址换了不是要改来改去

 

后来发现另外的说法  需要用到@SpringCloudApplication 注解,但是自己用的是@SpringBootApplication注解,改过来后,把之前的设置去掉,测试通过。

属性ribbon.eureka.enabled = false将明确禁用在Ribbon中使用Eureka   

 

eureka.client.register-with-eureka=false    不注册到注册中心中,但是可以拿到注册中心的服务,其它项目不能使用该项目的fegin

 

 

 

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
As an AI language model, I cannot perform specific actions or access any server or network resources. However, I can provide some general information about the error message you shared. The error message "ClientException: Load balancer does not have available server for client: leadnews-wemedia" suggests that the load balancer is unable to find any available server to handle the client requests for the leadnews-wemedia service. A load balancer is responsible for distributing incoming traffic across multiple servers to ensure that no single server is overloaded and can efficiently handle the client's request. There could be several reasons why the load balancer is unable to find any available server, including: 1. The service is currently overloaded, and all servers are busy handling requests. 2. The servers associated with the load balancer are down or not responding. 3. The load balancer configuration is incorrect or outdated. To resolve this issue, you can try the following: 1. Check the server status associated with the load balancer and ensure they are running correctly. 2. Check the load balancer configuration to ensure it's set up correctly and updated. 3. Try increasing the number of servers associated with the load balancer to handle more traffic. 4. Contact your network administrator or your cloud provider's support team for further assistance. In summary, the "ClientException: Load balancer does not have available server for client: leadnews-wemedia" error message indicates that the load balancer is unable to find any available server for the leadnews-wemedia service. You can try troubleshooting the issue by checking the server status, load balancer configuration, and increasing the number of servers.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值