Open sxTjugLhu6FulmlLmt opened 6 years ago
看异常是没有从注册中心获取到可用节点,请确认server端已经正确注册到了注册中心。 1、确认server端是否开启了心跳开关。
MotanSwitcherUtil.setSwitcherValue(MotanConstants.REGISTRY_HEARTBEAT_SWITCHER, true);
2、在注册中心检查server是否已注册上。 在zk的的/motan/{your group}/{your service}/server路径下是否有server的ip
可以参考这个https://github.com/weibocom/motan/issues/218
error_message: ClusterSupport No service urls for the zookeeper://169.254.177.205:2181/com.weibo.api.motan.registry.RegistryService?group=default_rpc], status: 404, error_code: 10101,r=null 11:51:16.262 server_log [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat] 整合zookeeper时出现的错误,请求解决