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

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

1, and recommended online:

(1) a scheme, in adding application.yml

ribbon:
	eureka:
    	enabled: true

(2) Scheme II, added in pom.xml

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

2, I encountered

The above two options are not only required to engage in application.yml of fetchRegistry is true enough, namely:

eureka: 
  client:
    service-url:
      defaultZone: http://localhost:10207/eureka/
    registerWithEureka: true
    #从Eureka Server获取注册信息
    fetchRegistry: true
  instance:
    lease-renewal-interval-in-seconds: 10

3, nagging anger with weak hearts

His uncle, today is 19 on September 28, ah, do not work that way, but I got up early in the morning, suddenly remembered yesterday n passionate yet finished, cut more correct to say forget it, so pay close attention time processing, the results look, eight soon, so hurry to go out, ran to the subway and found basically no one since, in the past this time, to a long row of teams. Then begin to wonder if I was wrong leave a message issued yesterday afternoon, personnel, may my heart I thought: Now come, let us forget it, normal to the Corporation. On the way I pretended positive, micro letter to a friend saying I come to work today, by the way Tucao about our system. To tell the truth, I really do not like the company's existing technology, after all, the cost is too high, but the system since it has been on the line, we all want to move the frame, and anyway, want to move can not move, do not know the frame bought from South Korea or even the source code is not open. All in all, 98 years time, I had never been seen still in elementary school, and even never seen a computer, the more I do not know what a computer is. Hey, now think of it, I had never been seen little, ah, there we have a difference of at least ten years than the city ah. . . . .

Published 17 original articles · won praise 4 · Views 4799

Guess you like

Origin blog.csdn.net/qq_15054679/article/details/101602429