当前位置: 代码迷 >> 综合 >> Failed to check the status of the service com.taotao.search.service.SearchItemSerivce. No provider a
  详细解决方案

Failed to check the status of the service com.taotao.search.service.SearchItemSerivce. No provider a

热度:103   发布时间:2023-11-18 02:21:09.0

这个错误,原因可能是,applicationContext-service.xml里的

<dubbo:service interface="com.taotao.search.service.SearchItemSerivce" ref="searchItemServiceImp"  timeout="300000"/> 


dubbo ref首个字母要小写

web层的

<dubbo:reference interface="com.taotao.search.service.SearchItemSerivce" id="searchItemSerivce"/>

id也要注意,首字母要小写

  相关解决方案