- dubbo 报错
org.apache.dubbo.remoting.RemotingException: message can not send, because channel is closed
- 认真一看,ip 的确不是本机 ifconfig 查看到的 ip。
- 解决方案是 ifconfig 查看本人本机的内网 ip。将 dubbo 的配置批改为内网 ip
- 其实你去 GitHub 的 dubbo 我的项目中,ip 谬误的 issue 有很多,大家很多人都遇到过。那么为什么会有 ip 乱入的状况呢?以及 dubbo 是如何抉择机器 ip 的呢。下篇文章咱们来剖析一下。