错误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

或者


No instances avaliable for SERVICE-HELLO

网上解决方案很多,但很多没法解决

网上提供的解决办法亲测

  • 电脑防火墙是否关闭(基本无关,可以忽略)
  • ribbon.eureka.enabled=true. 触发Eureka对Ribbon服务实例的维护实现,可以自动的维护服务实例(配置了
    没有效果,无法解决问题)
  • one.ribbon.listOfServers=http://localhost:8773(单纯写这配置没有用)

正确配置在接收数据端加上

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

  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 12
    评论
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.

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值