gang0713 edited a comment on issue #8953: URL: https://github.com/apache/dubbo/issues/8953#issuecomment-979647290
> 我也遇到过这个问题,后来发现是nacos版本不统一,同步版本号后问题解决了。 @stone-98 我有两个消费端是在同一台电脑上启动的,会有影响吗?但是本地没有这个问题。是否和docker有关系 版本一致也是这样。 下面开的端口应该没有问题吧。 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: [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]
