我试图在cmd中运行这个“rabbitmq-server”命令,但这给了我这个错误.
Configuring logger redirection
13:44:01.865 [warning] Using RABBITMQ_ADVANCED_CONFIG_FILE: c:/Users/saikat/AppData/Roaming/RabbitMQ/advanced.config
13:44:02.838 [error]
13:44:02.838 [error] BOOT FAILED
BOOT FAILED
13:44:02.838 [error] ===========
===========
13:44:02.838 [error] ERROR: distribution port 25672 in use by another node: rabbit@DESKTOP-1I7H1RC
ERROR: distribution port 25672 in use by another node: rabbit@DESKTOP-1I7H1RC
13:44:02.838 [error]
13:44:03.839 [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","DESKTOP-1I7H1RC"} in context start_error
13:44:03.840 [error] CRASH REPORT Process <0.152.0> with 0 neighbours exited with reason: {{shutdown,{failed_to_start_child,prelaunch,{dist_port_already_used,25672,"rabbit","DESKTOP-1I7H1RC"}}},{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\",\"DESKTOP-1I7H1RC\"}}},{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","DESKTOP-1I7H1RC"}}},{r
Crash dump is being written to erl_crash.dump...done发布于 2020-11-14 13:42:56
毫无疑问,您已经解决了这个问题,但是对于其他任何人来说,这可能会帮助我在Windows上解决同样的问题,并通过执行以下操作来解决这个问题。
在*\rabbitmq_server-3.8.9\sbin*中以
通过运行:.\rabbitmq-service.bat stop停止服务:
运行:.\rabbitmq-server.bat启动服务:
发布于 2021-06-14 13:15:42
如果您在windows上,那么请转到服务中心
使用administrator
rabbitmq-server发布于 2021-01-14 16:54:19
对我来说,我所做的是从任务管理器中删除erl进程,然后运行命令:
rabbitmq-server.bathttps://stackoverflow.com/questions/63825533
复制相似问题