kick-pixel opened a new issue #9243:
URL: https://github.com/apache/dubbo/issues/9243


   This is my running environment:
   <spring-boot.version>2.3.7.RELEASE</spring-boot.version>
   <spring-cloud-alibaba.version>2.2.6.RELEASE</spring-cloud-alibaba.version>
   <spring-cloud.version>Hoxton.SR9</spring-cloud.version>
   
   When I started the service, I found the following error log. What is the 
reason??
   
   ```
   2021-11-09 17:50:15.903 service-patient [ main ] - [ ERROR ] [ 
com.alibaba.cloud.dubbo.service.DubboMetadataServiceInvocationHandler : 53 ] - 
Failed to invoke the method $invoke in the service 
org.apache.dubbo.rpc.service.GenericService. No provider available for the 
service 
service-project/com.alibaba.cloud.dubbo.service.DubboMetadataService:1.0.0 from 
registry 192.168.0.217:8848 on the consumer 192.168.0.143 using the dubbo 
version 2.7.8. Please check if the providers have been started and registered.
   org.apache.dubbo.rpc.RpcException: Failed to invoke the method $invoke in 
the service org.apache.dubbo.rpc.service.GenericService. No provider available 
for the service 
service-project/com.alibaba.cloud.dubbo.service.DubboMetadataService:1.0.0 from 
registry 192.168.0.217:8848 on the consumer 192.168.0.143 using the dubbo 
version 2.7.8. Please check if the providers have been started and registered.
        at 
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.checkInvokers(AbstractClusterInvoker.java:283)
        at 
org.apache.dubbo.rpc.cluster.support.FailoverClusterInvoker.doInvoke(FailoverClusterInvoker.java:59)
        at 
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:260)
        at 
org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor.intercept(ClusterInterceptor.java:47)
        at 
org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$InterceptorInvokerNode.invoke(AbstractCluster.java:92)
        at 
org.apache.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:88)
        at 
org.apache.dubbo.rpc.cluster.support.registry.ZoneAwareClusterInvoker.doInvoke(ZoneAwareClusterInvoker.java:91)
        at 
org.apache.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:260)
        at 
org.apache.dubbo.rpc.cluster.interceptor.ClusterInterceptor.intercept(ClusterInterceptor.java:47)
        at 
org.apache.dubbo.rpc.cluster.support.wrapper.AbstractCluster$InterceptorInvokerNode.invoke(AbstractCluster.java:92)
   
   ```
   
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to