nested exception is com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method findAll in the service com.qingcheng.service.BrandService. No provider available for the service com.qingcheng.service.BrandService from registry 127.0.0.1:2181 on the consumer 192.168.136.102 using the dubbo version 2.6.0. Please check if the providers have been started and registered.
初次使用dubbo中出现的问题。
解决办法:
经过一番探讨,发现小编本地的服务没有问题,但是调用了消息推送的服务,这样一来就需要保证推送消息的服务和调用推送消息服务的客户端的接口路径一致,这样客户端才能找到消息的提供者。