关于SpringCloud配置网关转发时出现一下啊错误:“com.netflix.zuul.exception.ZuulException: Forwarding error at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.handleException”

com.netflix.zuul.exception.ZuulException: Forwarding error at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.handleException

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

这几行是主要报原因

解决办法:

在GateWay 的Module中的pom.xml中导入以下依赖

<dependency>

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

问题解决
posted @ 2019-04-14 17:19  夏蝉lpf  阅读(4508)  评论(0编辑  收藏  举报