Failed to invoke remote proxy method getItemDescById to registry
在增加了一个获取商品详细信息的方法后,启动tomcat,后来页面显示500错误
Failed to invoke remote proxy method getItemDescById to registry,
无法调用远程代理方法,进dubbo查看发布的服务
一切正常,把service重新install到maven仓库,再启动,报 can not find getItemDescById,找不到方法,后来发现自己一开始就启动了tomcat,在此基础上增加的方法,就关闭所有的tomcat,全部重新启动,成功在详情页面展示出商品信息
推测可能是缓存的原因,增加的方法没有执行