Can not create registry service-discovery-registry://*.*.*.*:2181/org.apache.dubbo.registry.Registry
dubbo-admin-0.6.0启动的时候报错:
Can not create registry service-discovery-registry://...:2181/org.apache.dubbo.registry.RegistryService?application=dubbo-admin&dubbo=2.0.2&executor-management-mode=isolation&file-cache=true&interface=org.apache.dubbo.registry.RegistryService&logger=slf4j&pid=16096&qos.port=32222®ister=false®istry=zookeeper&release=3.2.5, dubbo version: 3.2.5, current host: 192.168.0.105, error code: 5-14. This may be caused by , go to https://dubbo.apache.org/faq/5/14 to find instructions.
打开apache给提供的网址查看:
5-14 - 模型启动错误
可能的原因
服务在等待发布或订阅时,连接被断开。
网络连接超时。
排查和解决步骤
检查应用服务器与配置中心的连接是否正常。
检查网络连接是否存在超时等。
解决:
在配置文件中添加2个参数
# 新加的参数
dubbo.registry.timeout=50000
# 新加的参数
dubbo.registry.parameters.blockUntilConnectedWait=50