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的配置有关
# 前面的省略掉 server.1=1.15.227.199:2888:3888;2181
# 前面的省略掉 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
原文:https://www.cnblogs.com/YC-L/p/15064957.html