RabbitMQ启动报错
- 日志
| =SUPERVISOR REPORT==== 23-Mar-2021::15:21:27.703000 === |
| supervisor: {local,'Elixir.Logger.Supervisor'} |
| errorContext: start_error |
| reason: noproc |
| offender: [{pid,undefined}, |
| {id,'Elixir.Logger.ErrorHandler'}, |
| {mfargs, |
| {'Elixir.Logger.Watcher',watcher, |
| [error_logger,'Elixir.Logger.ErrorHandler', |
| {true,false,500}]}}, |
| {restart_type,permanent}, |
| {shutdown,5000}, |
| {child_type,worker}] |
| =CRASH REPORT==== 23-Mar-2021::15:21:27.708000 === |
| crasher: |
| initial call: application_master:init/4 |
| pid: <0.83.0> |
| registered_name: [] |
| exception exit: {{shutdown, |
| {failed_to_start_child,'Elixir.Logger.ErrorHandler', |
| noproc}}, |
| {'Elixir.Logger.App',start,[normal,[]]}} |
| in function application_master:init/4 (application_master.erl, line 138) |
| ancestors: [<0.82.0>] |
| message_queue_len: 1 |
| messages: [{'EXIT',<0.84.0>,normal}] |
| links: [<0.82.0>,<0.43.0>] |
| dictionary: [] |
| trap_exit: true |
| status: running |
| heap_size: 376 |
| stack_size: 27 |
| reductions: 193 |
| neighbours: |
| |
| =INFO REPORT==== 23-Mar-2021::15:21:27.712000 === |
| application: logger |
| exited: {{shutdown, |
| {failed_to_start_child,'Elixir.Logger.ErrorHandler',noproc}}, |
| {'Elixir.Logger.App',start,[normal,[]]}} |
| type: temporary |
| Could not start application logger: Logger.App.start(:normal, []) returned an error: shutdown: failed to start child: Logger.ErrorHandler |
| ** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because its application isn't started |
原因
- Erlang与RabbitMQ不兼容
解决方案
- 安装包
- 安装otp_win64_20.2.exe
- 安装rabbitmq-server-3.7.4.exe
- 启动成功

- Windows环境下RabbitMQ的启动和停止命令:
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
· 三行代码完成国际化适配,妙~啊~