这个错误,原因可能是,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也要注意,首字母要小写