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

  • 相关阅读:
    冒泡排序
    python isinstance 函数
    2.x与3.x差异、条件语句、数据类型、其他
    区间结构
    配置文件监听器
    Enumerable扩展方法
    EsayUI + MVC + ADO.NET(项目架构)
    vue.js 官网及组件网站记录
    vue.js 二维码生成组件
    分享一些学习资料-大量PDF电子书
  • 原文地址:https://www.cnblogs.com/mike-mei/p/15162671.html
Copyright © 2011-2022 走看看