1. 程式人生 > >SpringBoot與Dubbo結合遇到的問題

SpringBoot與Dubbo結合遇到的問題

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'IdService':
 FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: 
 Failed to check the status of the service cn.vgbhfive.vid.vid_rpc.api.Service. 
 No provider available for the service cn.vgbhfive.vid.vid_rpc.api.Service from the url 
 zookeeper://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-client&dubbo=2.5.3&interface=cn.vgbhfive.vid.vid_rpc.api

這裡邊最重要的一點是:No provider available for the service

我共嘗試了以下的所有方法,都不能執行正常。 1、新增Netty包。

2、修改Provider和Consumer的version版本。

3、埠通訊問題。

4、檢視本地地址,並修改Zookeeper的註冊地址。

5、Provider和Consumer的Bean配置問題(類的路徑問題)。

以上的五種方法,全部嘗試過後都沒有效果,快被搞死了。

如果有人知道原因,可以留言或者發郵件給我,[email protected] 萬分感謝!!