启动失败时Rabbitmq崩溃 [英] Rabbitmq crash when boot failed

查看:60
本文介绍了启动失败时Rabbitmq崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在启动 rabbitmq 时遇到了一个让我发疯的问题......

I meet a problem when booting rabbitmq which is driving me crazy...

环境:redhat4

erlang version:R16B03 从源码安装

erlang version:R16B03 installed from source code

rabbitmq 版本:rabbitmq-server-3.6.1 来自源代码

rabbitmq version:rabbitmq-server-3.6.1 from source code

当我运行rabbitmq-server start"命令时,它给了我一些错误信息,然后我再次运行它显示:

when I ran 'rabbitmq-server start' command, it gave me some error information, then I ran that again it showed:

              RabbitMQ 3.6.1. Copyright (C) 2007-2016 Pivotal Software, Inc.
  ##  ##      Licensed under the MPL.  See http://www.rabbitmq.com/
  ##  ##
  ##########  Logs: /var/log/rabbitmq/rabbit@bogon.log
  ######  ##        /var/log/rabbitmq/rabbit@bogon-sasl.log
  ##########
              Starting broker...

它卡在那里,我想可能是它已经开始了,所以我运行./rabbitmq-plugins enable rabbitmq_management"来启用网络插件,但我得到了:

And it stucked there, I thought may be it had started, so I ran './rabbitmq-plugins enable rabbitmq_management' to enable web plugins, but I got:

The following plugins have been enabled:
  mochiweb
  webmachine
  rabbitmq_web_dispatch
  amqp_client
  rabbitmq_management_agent
  rabbitmq_management

Applying plugin configuration to rabbit@bogon... failed.
Error: {undef,[{crypto,module_info,[attributes],[]},
               {rabbit_misc,module_attributes,1,
                            [{file,"src/rabbit_misc.erl"},{line,805}]},
               {rabbit_misc,'-all_module_attributes/1-fun-0-',3,
                            [{file,"src/rabbit_misc.erl"},{line,825}]},
               {lists,foldl,3,[{file,"lists.erl"},{line,1248}]},
               {rabbit_boot_steps,find_steps,1,
                                  [{file,"src/rabbit_boot_steps.erl"},
                                   {line,40}]},
               {rabbit_boot_steps,run_boot_steps,1,
                                  [{file,"src/rabbit_boot_steps.erl"},
                                   {line,26}]},
               {rabbit,start_apps,1,[{file,"src/rabbit.erl"},{line,343}]},
               {rabbit_plugins,ensure,1,
                               [{file,"src/rabbit_plugins.erl"},{line,52}]}]}

我不知道为什么......所以我停止了rabbitmq服务器并再次启动它,它给了我这个:

I don't know why... so I stopped the rabbitmq server and started it again, and it gave me this:

              RabbitMQ 3.6.1. Copyright (C) 2007-2016 Pivotal Software, Inc.
  ##  ##      Licensed under the MPL.  See http://www.rabbitmq.com/
  ##  ##
  ##########  Logs: /var/log/rabbitmq/rabbit@bogon.log
  ######  ##        /var/log/rabbitmq/rabbit@bogon-sasl.log
  ##########
              Starting broker...

BOOT FAILED
===========

Error description:
   {could_not_start,rabbit,
       {undef,
           [{crypto,module_info,[attributes],[]},
            {rabbit_misc,module_attributes,1,
                [{file,"src/rabbit_misc.erl"},{line,805}]},
            {rabbit_misc,'-all_module_attributes/1-fun-0-',3,
                [{file,"src/rabbit_misc.erl"},{line,825}]},
            {lists,foldl,3,[{file,"lists.erl"},{line,1248}]},
            {rabbit_boot_steps,find_steps,1,
                [{file,"src/rabbit_boot_steps.erl"},{line,40}]},
            {rabbit_boot_steps,run_boot_steps,1,
                [{file,"src/rabbit_boot_steps.erl"},{line,26}]},
            {rabbit,start,2,[{file,"src/rabbit.erl"},{line,477}]},
            {application_master,start_it_old,4,
                [{file,"application_master.erl"},{line,269}]}]}}

Log files (may contain more information):
   /var/log/rabbitmq/rabbit@bogon.log
   /var/log/rabbitmq/rabbit@bogon-sasl.log

{"init terminating in do_boot",{could_not_start,rabbit,{undef,[{crypto,module_info,[attributes],[]},{rabbit_misc,module_attributes,1,[{file,"src/rabbit_misc.erl"},{line,805}]},{rabbit_misc,'-all_module_attributes/1-fun-0-',3,[{file,"src/rabbit_misc.erl"},{line,825}]},{lists,foldl,3,[{file,"lists.erl"},{line,1248}]},{rabbit_boot_steps,find_steps,1,[{file,"src/rabbit_boot_steps.erl"},{line,40}]},{rabbit_boot_steps,run_boot_steps,1,[{file,"src/rabbit_boot_steps.erl"},{line,26}]},{rabbit,start,2,[{file,"src/rabbit.erl"},{line,477}]},{application_master,start_it_old,4,[{file,"application_master.erl"},{line,269}]}]}}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()

我不明白...为什么会有很多问题?是否有不正确的程序?

I don't understand... Why there are a lot of issues? Is there any procedure that was not correct?

推荐答案

{could_not_start,rabbit,{undef,[{crypto,module_info,[attributes]

意味着你需要crypto Erlang.

means that you need the crypto Erlang.

检查这个https://www.rabbitmq.com/which-erlang.html.

use SSL/TLS reliably    17.0

您需要版本 >= 17.0

这篇关于启动失败时Rabbitmq崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆