欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

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

程序员文章站 2022-06-01 17:21:38
报这个错误是因为我的 application_context.service.xml 文件里的的dubbo声明暴露口时的ref属性写错了。 ......

报这个错误是因为我的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"
    首字母大写是不对的!!!