zoukankan      html  css  js  c++  java
  • RabbitMq ERROR: distribution port 25672 in use by rabbit

    10:14:40.014 [error]

    10:14:40.021 [error] BOOT FAILED
    BOOT FAILED
    10:14:40.021 [error] ===========
    ===========
    10:14:40.021 [error] ERROR: distribution port 25672 in use by rabbit@host-117
    ERROR: distribution port 25672 in use by rabbit@host-1117
    10:14:40.021 [error]

    10:14:41.022 [error] Supervisor rabbit_prelaunch_sup had child prelaunch started with rabbit_prelaunch:run_prelaunch_first_phase() at undefined exit with reason {dist_port_already_used,25672,"rabbit","host-17117"} in context start_error
    10:14:41.022 [error] CRASH REPORT Process <0.154.0> with 0 neighbours exited with reason: {{shutdown,{failed_to_start_child,prelaunch,{dist_port_already_used,25672,"rabbit","host-172-1-17"}}},{rabbit_prelaunch_app,start,[normal,[]]}} in application_master:init/4 line 138
    {"Kernel pid terminated",application_controller,"{application_start_failure,rabbitmq_prelaunch,{{shutdown,{failed_to_start_child,prelaunch,{dist_port_already_used,25672,"rabbit","host-1717"}}},{rabbit_prelaunch_app,start,[normal,[]]}}}"}
    Kernel pid terminated (application_controller) ({application_start_failure,rabbitmq_prelaunch,{{shutdown,{failed_to_start_child,prelaunch,{dist_port_already_used,25672,"rabbit","host-172-117"}}}

    [root@host-11117 ~]# netstat -lnp | grep 25672
    tcp 0 0 0.0.0.0:25672 0.0.0.0:* LISTEN 2452/beam.smp
    [root@host-1717 ~]# kill -9 2452
    [root@host-17117 ~]# rabbitmq-server –detached

  • 相关阅读:
    java Object 类 与 Wrapper包装类
    java == 和equals()
    CPPU OJ | 开发日志
    第十八次CSP认证游记 | 2019.12.15
    CTF入门 |“男神”背后的隐写术
    Luogu2422 | 良好的感觉 (单调栈)
    Luogu4316 | 绿豆蛙的归宿 (期望DP)
    简单电路中的逻辑学(一)
    UVA12124 | Assemble (二分)
    这里是一些常用的工具网站
  • 原文地址:https://www.cnblogs.com/mike-mei/p/15162671.html
Copyright © 2011-2022 走看看