zoukankan      html  css  js  c++  java
  • Zookeeper启动:Client port not found in static config file. Looking in dynamic config file. grep: : 没有那个文件或目录

    报错信息

    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
    论读书
    睁开眼,书在面前
    闭上眼,书在心里
  • 相关阅读:
    Activity的singleTask启动模式
    蓝图Tips
    UE4 C++ Tips
    UE4的抛物线
    透明材质
    在UE4 C++构造函数里的常规操作
    UE4的反射关键词
    UE4字符串的各种转换
    UE4Launch遇到的问题
    在UE4C++中的宏
  • 原文地址:https://www.cnblogs.com/YC-L/p/15064957.html
Copyright © 2011-2022 走看看