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 2021/11/26 02:48:42 UTC

[GitHub] [dubbo] gang0713 edited a comment on issue #8953: Failed to invoke the method collect in the service org.apache.dubbo.monitor.MonitorService. address cache not build on the consumer

gang0713 edited a comment on issue #8953:
URL: https://github.com/apache/dubbo/issues/8953#issuecomment-979647290


   > 我也遇到过这个问题,后来发现是nacos版本不统一,同步版本号后问题解决了。
   
   版本一致也是这样。
   下面开的端口应该没有问题吧。
   docker run --name nacos8849  -d -p 8849:8848 -p 9848:9848 -p 9849:9849 --privileged=true --restart=always -e JVM_XMS=256m -e JVM_XMX=256m -e JVM_XMN=512m -e MODE=standalone -v  /opt/conf/nacos8849/logs:/home/nacos/logs -v  /opt/conf/nacos2.0.0/custom.properties:/home/nacos/init.d/custom.properties nacos/nacos-server:2.0.3
   
   
   ERROR [DubboMonitor:78] 2021-11-26 09:19:08,755 -  [DUBBO] **Unexpected error occur at send statistic,** cause: Failed to invoke the method collect in the service org.apache.dubbo.monitor.MonitorService. No provider available for the service org.apache.dubbo.monitor.MonitorService from registry 127.0.0.1:8848 on the consumer 10.100.149.0 using the dubbo version 3.0.4. Please check if the providers have been started and registered., dubbo version: 3.0.4, current host: 10.100.149.0
   org.apache.dubbo.rpc.RpcException: Failed to invoke the method collect in the service org.apache.dubbo.monitor.MonitorService. No provider available for the service org.apache.dubbo.monitor.MonitorService from registry 127.0.0.1:8848 on the consumer 10.100.149.0 using the dubbo version 3.0.4. Please check if the providers have been started and registered.


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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