Java异常 - Dubbo RemotingException: message can not send, because channel is closed
问题描述Dubbo启动成功,在Dubbo Admin可以看到服务状态为正常(存在提供者和消费者)。Zookeeper所在服务器能ping通Dubbo应用所在服务器。但消费者请求服务时一直提示message can not send, because channel is closed。问题分析(仅供参考)message can not send, because channel is clo...