码迷,mamicode.com
首页 > 其他好文 > 详细

Load balancer does not have available server for client

时间:2017-06-13 14:31:15      阅读:1241      评论:0      收藏:0      [点我收藏+]

标签:解决   example   balance   except   cloud   ram   not   org   eureka   

 

最近在研究spring-cloud,研究zuul组件时发生下列错误: 
Caused by: com.netflix.client.ClientException: Load balancer does not have available server for client: zuul-server 

解决办法就是在pom文件里添加 

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

我测试的是通过zuul调用eureka注册的服务,网上文章写的不全,补上缺失的部分。可以参考网上的文章然后加上这部分就可以通过zuul调用eureka服务了。 

我的示例代码在git上,不多说一切尽在代码中。 
地址:https://github.com/leozhang123/springcloud-example.git

 

http://l7980.iteye.com/blog/2348574

 

Load balancer does not have available server for client

标签:解决   example   balance   except   cloud   ram   not   org   eureka   

原文地址:http://www.cnblogs.com/softidea/p/7000518.html

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