首页 > 其他 > 详细

Zookeeper启动:Client port not found in static config file. Looking in dynamic config file. grep: : 没有那个文件或目录

时间:2021-07-27 15:27:52      阅读:62      评论:0      收藏:0      [点我收藏+]

报错信息

Client port not found in the server configs
Client port not found. Looking for secureClientPort in the static config.
Unable to find either secure or unsecure client port in any configs. Terminating

技术分享图片

这里与不同版本的ZK中关于server的配置有关

3.5.*的配置(用分号拼接短口号)

# 前面的省略掉
server.1=1.15.227.199:2888:3888;2181

3.4.*及以前的配置

# 前面的省略掉
server.1=1.15.227.199:2888:3888

更改配置以后的启动输出

技术分享图片

通过status指令查看状态发现

ZooKeeper JMX enabled by default
Using config: /root/apache-zookeeper-3.5.9-bin/bin/../conf/zoo.cfg
Client port found: 2181. Client address: localhost. Client SSL: false.
Mode: standalone

 

Zookeeper启动:Client port not found in static config file. Looking in dynamic config file. grep: : 没有那个文件或目录

原文:https://www.cnblogs.com/YC-L/p/15064957.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!