国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

zookeeper啟動(dòng)時(shí)Starting zookeeper ... FAILED TO START問(wèn)題處理

這篇具有很好參考價(jià)值的文章主要介紹了zookeeper啟動(dòng)時(shí)Starting zookeeper ... FAILED TO START問(wèn)題處理。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

1、問(wèn)題背景

Linux服務(wù)器中啟動(dòng)zookeeper服務(wù)時(shí),出現(xiàn)Starting zookeeper ... FAILED TO START錯(cuò)誤
zookeeper運(yùn)行失敗,zookeeper,java-zookeeper,zookeeper,java

2、分析日志

通過(guò)分析zookeeper啟動(dòng)日志發(fā)現(xiàn)

org.apache.zookeeper.server.admin.AdminServer$AdminServerException: Problem starting AdminServer on address 0.0.0.0, port 8080 and command URL /commands

啟動(dòng)zookeeper失敗提示8080端口被占用,這是zookeeper3.5的特性
Zookeeper AdminServer,默認(rèn)使用8080端口

3、問(wèn)題處理

修改zoo.cfg文件的配置,添加如下配置

admin.serverPort=8888

zookeeper運(yùn)行失敗,zookeeper,java-zookeeper,zookeeper,java
修改后再次啟動(dòng)zookeeper,查看啟動(dòng)日志,啟動(dòng)成功。
admin.serverPort=8888 這里的端口號(hào)可以隨便寫(xiě)文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-735777.html

到了這里,關(guān)于zookeeper啟動(dòng)時(shí)Starting zookeeper ... FAILED TO START問(wèn)題處理的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶(hù)投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • 解決springboot啟動(dòng)報(bào)Failed to start bean ‘subProtocolWebSocketHandler‘;

    解決springboot啟動(dòng)報(bào)Failed to start bean ‘subProtocolWebSocketHandler‘;

    使用 springboot 整合 websocket ,啟動(dòng)時(shí)報(bào)錯(cuò),示例代碼: 如圖所示: 在上述代碼中可以看到有兩個(gè)注解, @EnableWebSocketMessageBroker 和 @EnableWebSocket ,同時(shí)使用,導(dǎo)致配置錯(cuò)誤引起的。由于這兩個(gè)注解都啟用了 WebSocket 功能,因此同時(shí)使用它們可能會(huì)導(dǎo)致沖突。 兩者取其一即可,

    2024年01月19日
    瀏覽(28)
  • 啟動(dòng)springboot時(shí)報(bào)錯(cuò) APPLICATION FAILED TO START 包沖突

    啟動(dòng)springboot時(shí)報(bào)錯(cuò) APPLICATION FAILED TO START 包沖突

    啟動(dòng)springboot時(shí)報(bào)錯(cuò) APPLICATION FAILED TO START 包沖突 具體日志如下 報(bào)錯(cuò)日志的意思 com.fasterxml.jackson.databind.Module.getTypeId 這個(gè)方法不存在 此方法對(duì)應(yīng)的一個(gè)類(lèi) json.Jackson2ObjectMapperBuilder 來(lái)自 spring-web-5.3.13.jar 包 此方法對(duì)應(yīng)的另一個(gè)類(lèi) jackson.databind.Module 來(lái)自 jackson-databind-2.3.3.jar 觀察

    2024年02月03日
    瀏覽(23)
  • SSH無(wú)法啟動(dòng)錯(cuò)誤解決:Failed to start OpenSSH server daemon.

    廢話(huà)不說(shuō),先把方案直接貼出來(lái)趕緊試試: 直接執(zhí)行一下的三個(gè)命令 這個(gè)問(wèn)題是因?yàn)樽约涸谕娴臅r(shí)候一不小心把var目錄的權(quán)限給改了,導(dǎo)致如此。害我緊張的排查了好一會(huì),大意了大意了。。。

    2024年02月11日
    瀏覽(33)
  • 【經(jīng)驗(yàn)文檔】 docker 啟動(dòng)失敗 Failed to start Docker Application Container Engine.

    【經(jīng)驗(yàn)文檔】 docker 啟動(dòng)失敗 Failed to start Docker Application Container Engine.

    修改 docker 的鏡像源改為國(guó)內(nèi)鏡像源之后,重啟docker失敗,使用 systemctl status docker.service 查看docker容器狀態(tài),發(fā)現(xiàn)報(bào)錯(cuò) :Failed to start Docker Application Container Engine. 經(jīng)過(guò)排查,發(fā)現(xiàn)是因?yàn)樵谛薷溺R像源配置文件 /etc/docker/daemon.json 后,缺少了 \\\"storage-driver\\\": \\\"devicemapper\\\" 正確的文件應(yīng)

    2024年02月16日
    瀏覽(28)
  • 解決Jenkins-2.396啟動(dòng)報(bào)錯(cuò):Failed to start Jenkins Continuous Integration Server.

    解決Jenkins-2.396啟動(dòng)報(bào)錯(cuò):Failed to start Jenkins Continuous Integration Server.

    場(chǎng)景:現(xiàn)有環(huán)境已經(jīng)使用 Java 8 在運(yùn)行業(yè)務(wù),安裝 Jenkins 后啟動(dòng)報(bào)錯(cuò)。 原因:因?yàn)?Jenkins-2.396 依賴(lài)于 Java 11 版本才能啟動(dòng)。 解決方法: yum 安裝Java11 修改Jenkins 啟動(dòng)文件 重啟Jenkins

    2024年02月14日
    瀏覽(30)
  • 啟動(dòng)jenkins報(bào)錯(cuò) Failed to start Jetty或Failed to bind to 0.0.0.0/0.0.0.0:8080或Address already in use

    啟動(dòng)jenkins報(bào)錯(cuò) Failed to start Jetty或Failed to bind to 0.0.0.0/0.0.0.0:8080或Address already in use

    安裝jenkins就不說(shuō)了,能走到這一步的都知道。因我安裝的是比較新的jenkins版本 這些問(wèn)題只在新版本的jenkins安裝出現(xiàn),舊版本的倒是沒(méi)有遇見(jiàn)過(guò) 使用systemctl start jenkins 啟動(dòng)jenkins之后會(huì)提示如下信息 Job for jenkins.service failed because the control process exited with error code. See “systemct

    2024年02月01日
    瀏覽(75)
  • Nginx啟動(dòng)報(bào)錯(cuò)- Failed to start The nginx HTTP and reverse proxy server

    Nginx啟動(dòng)報(bào)錯(cuò)- Failed to start The nginx HTTP and reverse proxy server

    根據(jù)日志,仍然出現(xiàn) “bind() to 0.0.0.0:8888 failed (13: Permission denied)” 錯(cuò)誤。這意味著 Nginx 仍然無(wú)法綁定到 8888 端口,即使使用 root 權(quán)限。 請(qǐng)執(zhí)行以下操作來(lái)進(jìn)一步排查問(wèn)題: 確保沒(méi)有其他進(jìn)程占用 8888 端口 :使用以下命令檢查端口 8888 是否已被其他進(jìn)程占用: 如果該端口已

    2024年02月12日
    瀏覽(27)
  • windows10 安裝Docker Desktop時(shí)無(wú)法啟動(dòng)“Failed to start the Docker Engine“原因分析

    windows10 安裝Docker Desktop時(shí)無(wú)法啟動(dòng)“Failed to start the Docker Engine“原因分析

    翻遍了很多網(wǎng)上的相關(guān)問(wèn)題,都沒(méi)有解決,知道我看到這篇博客,發(fā)現(xiàn)安裝Docker Desktop需要支持CPU支持二級(jí)地址轉(zhuǎn)換(SLAT)。 于是去檢查電腦是否支持SLAT,方法來(lái)自這一文章。 發(fā)現(xiàn)自己電腦不支持SLAT。。。

    2024年02月15日
    瀏覽(33)
  • 【已解決】Linux中啟動(dòng)docker 出現(xiàn) ‘ Failed to start docker.service: Unit not found. ’ 錯(cuò)誤

    【已解決】Linux中啟動(dòng)docker 出現(xiàn) ‘ Failed to start docker.service: Unit not found. ’ 錯(cuò)誤

    啟動(dòng)docker 出現(xiàn) ‘ Failed to start docker.service: Unit not found. ’ 錯(cuò)誤 這是因?yàn)槿鄙?rhel-push-plugin.socket 單元,該單元是rhel-push-plugin軟件包的一部分。所以我們執(zhí)行以下指令就可以成功解決: 執(zhí)行完成后再次啟動(dòng)docke

    2024年02月08日
    瀏覽(27)
  • Jenkin:Failed to start Jenkins Continuous Integration Server問(wèn)題解決

    Jenkin:Failed to start Jenkins Continuous Integration Server問(wèn)題解決

    官方安裝的本本2.387以上需要jdk11 systemctl啟動(dòng)時(shí)調(diào)用的jenkins.service文件在/usr/lib/systemd/system目錄下,無(wú)法調(diào)用/etc/init.d/下的jenkins 如果遇到服務(wù)方式無(wú)法啟動(dòng)jenkins,則需要修改jenkins.service來(lái)進(jìn)行適配: 記得修改路徑地址 默認(rèn)是注釋掉的,打開(kāi)然后修改jdk指定路徑 其中/xx/jdk-

    2024年02月11日
    瀏覽(52)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包