zoukankan      html  css  js  c++  java
  • RabbitMQ启动报【=SUPERVISOR REPORT==== 23-Mar-2021::15:21:27.703000 ===】

    RabbitMQ启动报错

    1. 日志
    =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 
    

    原因

    1. Erlang与RabbitMQ不兼容

    解决方案

    1. 安装包
    • 链接:点击
    • 提取码:zxy7
    1. 安装otp_win64_20.2.exe
    2. 安装rabbitmq-server-3.7.4.exe
    3. 启动成功

    百度网盘

    1. Windows环境下RabbitMQ的启动和停止命令:
  • 相关阅读:
    GO学习-(17) Go语言基础之反射
    Go语言基础之time包
    Go语言标准库log介绍
    GO学习-(16) Go语言基础之文件操作
    GO学习-(15) Go语言基础之包
    GO学习-(14) Go语言基础之接口
    五种开源API网关实现组件对比
    Spring Junit4 Test
    Java泛型
    SQL 基本(Head First)
  • 原文地址:https://www.cnblogs.com/Twittery/p/14570524.html
Copyright © 2011-2022 走看看