dubbo异常: Failed to invoke the method getXXXX in the service 异常解决方案

Posted 摇橙子`s Blog

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dubbo异常: Failed to invoke the method getXXXX in the service 异常解决方案相关的知识,希望对你有一定的参考价值。

解决方案:

1.将dubbo.registry.address修改为正确地址

2.遇到该异常可能还有其他情况: 实体类没有实现java.io.Serializable,因为是远程服务,所有必须实现序列化接口

暂时就是这么些,欢迎大家补充!

以上是关于dubbo异常: Failed to invoke the method getXXXX in the service 异常解决方案的主要内容,如果未能解决你的问题,请参考以下文章