码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-03-11 00:51:39      阅读:858      评论:0      收藏:0      [点我收藏+]

标签:错误   interface   属性   大写   pre   文件   tca   ntc   XML   

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

    <dubbo:service interface="cn.e3mall.content.service.ContentCategoryService" 
    ref="contentCategoryServiceImpl" timeout="600000"/>

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


    ref= " ContentServiceImpl"
    首字母大写是不对的!!!

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

标签:错误   interface   属性   大写   pre   文件   tca   ntc   XML   

原文地址:https://www.cnblogs.com/zxbolg/p/10508083.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!