[rabbitmq-discuss] Rabbitmq boot failure with "tables_not_present"

Jerry Kuch jerryk at rbcon.com
Thu Jan 17 00:01:44 GMT 2013


On Wed, Jan 16, 2013 at 11:54 AM, Zhao, Shanyu <shanyu.zhao at intel.com>wrote:


> The relevant part of the log is shown below. But the problem is that we
> saw these log messages repeated every 7-8 seconds and can last as long as
> 80 minutes before rabbit finally start up correctly. During this time any
> connection to the rabbitmq cluster will get a disconnected exception.
>
> **
>
> ** **
>
> Any idea on what might have caused this problem?
>
****
>
> =INFO REPORT==== 16-Jan-2013::14:11:37 ===**
>
> **
>
> Error description:****
>
>    {case_clause,{error,tables_not_present}}****
>
> ** **
>
> Log files (may contain more information):****
>
>    /var/log/rabbitmq/rabbit at ip-10-0-2-97.log****
>
>    /var/log/rabbitmq/rabbit at ip-10-0-2-97-sasl.log****
>
> ** **
>
> Stack trace:****
>
>    [{rabbit_mnesia,discover_cluster,1},****
>
>     {rabbit_mnesia,init_from_config,0},****
>
>     {rabbit_mnesia,init,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},****
>
>     {application_master,start_it_old,4}]****
>
> ** **
>
> ** **
>
> =INFO REPORT==== 16-Jan-2013::14:11:38 ===****
>
>     application: rabbit****
>
>     exited: {bad_return,****
>
>                 {{rabbit,start,[normal,[]]},****
>
>                  {'EXIT',****
>
>                      {rabbit,failure_during_boot,****
>
>                          {case_clause,{error,tables_not_present}}}}}}****
>
> type: temporary
>

You mention that you sometime see this after a redeploy.  Depending on how
you've redeployed, have you successfully clustered the nodes in the first
place?  The error means that some of the tables in Erlang's Mnesia
distributed database upon which Rabbit relies to maintain broker metadata
weren't found, suggesting that some prior state or configuration perished
during your redeploy process.

Best regards,
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130116/e5c04d00/attachment.htm>


More information about the rabbitmq-discuss mailing list