一、异常内容
[xxx-thirdparty-api] [xxl-job, JobThread-17-1714981200008] ERROR com.xxx.cloud.common.core.sentinel.feign.SentinelInvocationHandler - feign 服务间调用异常
feign.RetryableException: No route to host (Host unreachable) executing GET http://xxx/queryUserInfoByWorkNo/xxx
at feign.FeignException.errorExecuting(FeignException.java:249)
at feign.SynchronousMethodHandler.executeAndDecode
本文分析了Feign在调用`xxx-mall-api`时遇到的`RetryableException`,提示Host unreachable。异常可能源于网络问题、服务未启动或注册不正常。解决方案包括检查服务日志、验证网络畅通及确认服务注册状态。
订阅专栏 解锁全文

1万+

被折叠的 条评论
为什么被折叠?



