yunhaijian opened a new issue #1942:
URL: https://github.com/apache/servicecomb-java-chassis/issues/1942
你好,我们现在存在两个微服务 A 和 B,它们互为消费者和提供者,现在 B 调用 A 的接口,可以调用成功。但是 A 调用 B
的接口时,发生异常,日志如下:
2020-09-07 21:49:39.205 [Timer-2] ERROR -
[ExceptionUtils.java:createCseException:58] - [] -
Exception: org.apache.servicecomb.core.exception.CseException; No available
address found. microserviceName=***:******, version=0.0.0.0+,
discoveryGroupName=0.0.0.0+/upInstances/0.0.7.0+/instancesAll/
ServiceDefinitionException Code:servicecomb.lb.no.available.address,
Message:No available address found. microserviceName=***:******,
version=0.0.0.0+, discoveryGroupName=0.0.0.0+/upInstances/0.0.7.0+/instancesAll/
at
org.apache.servicecomb.core.exception.ExceptionUtils.createCseException(ExceptionUtils.java:57)
at
org.apache.servicecomb.core.exception.ExceptionUtils.lbAddressNotFound(ExceptionUtils.java:88)
at
org.apache.servicecomb.core.handler.impl.SimpleLoadBalanceHandler.handle(SimpleLoadBalanceHandler.java:64)
at org.apache.servicecomb.core.Invocation.next(Invocation.java:204)
at
org.apache.servicecomb.core.provider.consumer.InvokerUtils.innerSyncInvoke(InvokerUtils.java:73)
at
org.apache.servicecomb.provider.pojo.Invoker.syncInvoke(Invoker.java:174)
at org.apache.servicecomb.provider.pojo.Invoker.invoke(Invoker.java:161)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]