错误:
| 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错误记录
原文:https://www.cnblogs.com/hyfl/p/12942032.html