You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/04/25 03:16:50 UTC

[GitHub] nxycdl opened a new issue #119: Can it run in different versions

nxycdl opened a new issue #119: Can it run in different versions
URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/119
 
 
   My SpringBoot(consumer) Dubbo version is 2.5.10 , But my provider(old program) Dubbo version is 2.5.3 ,when I call provider method some error happen , I'm sure my provider is normal.
   best
   ```
   com.alibaba.dubbo.rpc.RpcException: No provider available from registry 192.168.200.2:2181 for service com.xxx.xxx.xxx.xxxServiceApi on consumer 192.168.86.1 use dubbo version 2.0.1, please check status of providers(disabled, not registered or in blacklist).
   	at com.alibaba.dubbo.registry.integration.RegistryDirectory.doList(RegistryDirectory.java:572)
   	at com.alibaba.dubbo.rpc.cluster.directory.AbstractDirectory.list(AbstractDirectory.java:73)
   	at com.alibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker.list(AbstractClusterInvoker.java:265)
   	at com.alibaba.dubbo.rpc.cluster.support.AbstractClusterInvoker.invoke(AbstractClusterInvoker.java:224)
   	at com.alibaba.dubbo.rpc.cluster.support.wrapper.MockClusterInvoker.invoke(MockClusterInvoker.java:70)
   	at com.alibaba.dubbo.rpc.proxy.InvokerInvocationHandler.invoke(InvokerInvocationHandler.java:51)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org