Failed to check the status of the service报错解决

报这个错误是因为我的application_context.service.xml
文件里的的dubbo声明暴露口时的ref属性写错了。

```java
<dubbo:service interface="cn.e3mall.content.service.ContentService" 
ref="contentServiceImpl" timeout="600000"/>


ref= " ContentServiceImpl"
首字母大写是不对的!!!
</font>

posted on 2019-03-10 23:34  mooove  阅读(7708)  评论(0)    收藏  举报

导航