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"
首字母大写是不对的!!!
推荐阅读
-
电脑提示installer integrity check has failed的解决方法
-
解决linux下set_loginuid failed opening loginuid报错问题
-
Android添加glide库报错Error: Failed to resolve: com.android.support:support-annotations:26.0.2的解决
-
Linux系统Docker启动问题Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service"
-
Failed to check the status of the service报错解决
-
解决小米手机USB安装apk时AS报错:INSTALL_FAILED_USER_RESTRICTED
-
针对maven install 报错:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1 解决方案
-
解决 React-Native mac 运行报错 error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build log
-
apache启动报错:the requested operation has failed解决办法
-
nginx启动报错 bind() to 0.0.0.0:80 failed如何解决?