com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method**解决办法

tech2022-09-17  102

com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method queryBookByIndex in the service com.xm.search.service.ISearchService. No provider available for the service com.xm.search.service.ISearchService from registry 192.168.56.57:2181 on the consumer 192.168.56.1 using the dubbo version 2.5.3. Please check if the providers have been started and registered.

解决办法

1.首先检查自己的服务是否开启,去dubbo控制中心看服务是否被注册,如果没有问题在进行检查下一步 2.检查自己项目的web…xml是否配置正确,是不是对配置文件的读取路径有误,或者是忘记配置读取spring文件的路径 3.检查防火墙的对应端口是否开启 4.数据库原因

最新回复(0)