Dubbo服务调用Failed to invoke the method错误记录

Posted 灰羽枫林

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Dubbo服务调用Failed to invoke the method错误记录相关的知识,希望对你有一定的参考价值。

错误:

Failed to invoke the method

 

 

 

 

解决方法:

但我排查后均未发现问题,最后发现问题在与系统的hosts配置:
C:\\Windows\\System32\\drivers\\etc 目录下有个hosts文件,在前几天我刚重装了win10的系统,重装后的系统hosts文件内容为空(不能确定是否为win10普遍现象),在hosts文件中写入
127.0.0.1 localhost

问题解决。
环境问题坑死人!

 

以上是关于Dubbo服务调用Failed to invoke the method错误记录的主要内容,如果未能解决你的问题,请参考以下文章

com.alibaba.dubbo.rpc.RpcException: Failed to invoke the method

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

Dubbo:深入理解Dubbo核心模型Invoker

一个基于dubbo协议的服务远程调用全过程

Dubbo 源码解析06_Dubbo 服务调用

dubbo源码-客户端调用-地址选取