[rabbitmq-discuss] Failed during starting up rabbitmq

Alexandru Scvorţov alexandru at rabbitmq.com
Mon Oct 31 08:59:36 GMT 2011


>             {error,
>                 {{{badmatch,
>                       {error,
>                           {"/var/lib/rabbitmq/mnesia/rabbit at hscbu-tx22/msg_store_transient/0.rdq",
>                            eacces}}},

EACCES: Looks like the broker doesn't have enough permissions to that
file.  Are you starting it as the correct user? (did you, by any chance,
start it manually as root, and are now trying to run it as rabbit?)

Simple solution: if you don't have anything interesting in the broker
(configuration or messages), uninstall and reinstall.

Cheers,
Alex

On Mon, Oct 31, 2011 at 08:39:13AM +0000, 王学飞 wrote:
> Hi,
> 
> I can’t start up rabbitmq server. Check the startup_log and find some reason. But I can’t understand it. Could anybody help me figure it out?
> 
> 
> Here is startup_log:
> 
> starting exchange, queue and binding recovery                         ...BOOT ERROR: FAILED
> Reason: {badmatch,
>             {error,
>                 {{{badmatch,
>                       {error,
>                           {"/var/lib/rabbitmq/mnesia/rabbit at hscbu-tx22/msg_store_transient/0.rdq",
>                            eacces}}},
>                   [{rabbit_msg_store,init,1},
>                    {gen_server2,init_it,6},
>                    {proc_lib,init_p_do_apply,3}]},
>                  {child,undefined,msg_store_transient,
>                      {rabbit_msg_store,start_link,
>                          [msg_store_transient,
>                           "/var/lib/rabbitmq/mnesia/rabbit at hscbu-tx22",
>                           undefined,
>                           {#Fun<rabbit_variable_queue.0.104219162>,ok}]},
>                      transient,4294967295,worker,
>                      [rabbit_msg_store]}}}}
> Stacktrace: [{rabbit_sup,start_child,3},
>              {rabbit_variable_queue,start_msg_store,2},
>              {rabbit_amqqueue,start,0},
>              {rabbit,recover,0},
>              {rabbit,'-run_boot_step/1-lc$^1/1-1-',1},
>              {rabbit,run_boot_step,1},
>              {rabbit,'-start/2-lc$^0/1-0-',1},
>              {rabbit,start,2}]
> 
> 
> Thanks,
> 
> Wright

> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss



More information about the rabbitmq-discuss mailing list