Failed to check the status of the service报错解决
Posted zxbolg
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Failed to check the status of the service报错解决相关的知识,希望对你有一定的参考价值。
报这个错误是因为我的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报错解决的主要内容,如果未能解决你的问题,请参考以下文章
jmeter测试dubbo接口遇到 Failed to check the status of the service
关于Failed to check the status of the service com.taotao.service.ItemService. No provider available fo
Check failed: vm. Must be able to initialize the VM.错误解决方法
VS Code调试Golang提示Failed to continue:Check the debug console for details.
没有生产者 Failed to check the status of the service org.java.service.HotelService. No provider availabl
问题解决[kubelet-check] The HTTP call equal to ‘curl -sSL http://localhost:10248/healthz‘ failed wite