Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'u ...
參考下面帖子介紹 http: www.cnblogs.com linjiqin p .html ...
2016-09-21 22:46 0 7695 推薦指數:
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'u ...
原文:http://www.bubuko.com/infodetail-2250226.html 項目中用dubbo發生: Failed to check the status of the service com.taotao.service ...
報這個錯誤是因為我的application_context.service.xml 文件里的的dubbo聲明暴露口時的ref屬性寫錯了。 ```java ...
No provider available from registry 192.168.158.180:2181 for service com.xxx.TestService:1.0.0 on consumer 172.28.151.36 use dubbo version 2.6.2 ...
com.x.api.service.query.evaluate.TemplateMessageService. No provider available for the service com.x.api ...
Exception in thread "main" java.lang.IllegalStateException: Failed to check the status of the service com.******. No provider available ...
這種錯誤是服務層代碼沒有成功注冊到注冊中心導致,請檢查一下你的服務層代碼是否添加了@service注解,並且該注解的包一定是com.alibaba.dubbo.config.annotation包,不是org.springframework.stereotype.Service ...