weibocom / motan

A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.
Other
5.9k stars 1.78k forks source link

ClusterSupport No service urls for the #656

Open sxTjugLhu6FulmlLmt opened 6 years ago

sxTjugLhu6FulmlLmt commented 6 years ago

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时出现的错误,请求解决

rayzhang0603 commented 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