[rabbitmq-discuss] installation problem - service stops automatically, web management console missing

Simon MacMullen simon at rabbitmq.com
Mon Sep 2 10:21:48 BST 2013


Ah, right. It's complaining because the 3.1.5 schema has moved on from 
the 3.0.1 one.

RabbitMQ doesn't support seamless downgrades. You'll need to stop the 
service, delete the Mnesia directory, and start it up again.

Cheers, Simon

On 02/09/2013 10:15, tushmish wrote:
> Hi Matthias,
>
> Yes, the management pluging is enabled.
> ran rabbitmq-plugins enable rabbitmq_management and restarted rabbitMQ
> service.
>
> The problem is with service startup, these are the logs generated just after
> starting RabbitMQ as windows service.
>
>
> =CRASH REPORT==== 2-Sep-2013::14:40:44 ===
>    crasher:
>      initial call: application_master:init/4
>      pid: <0.140.0>
>      registered_name: []
>      exception exit: {bad_return,
>                       {{rabbit,start,[normal,[]]},
>                        {'EXIT',
>                         {rabbit,failure_during_boot,
>                          {error,
>                           {schema_integrity_check_failed,
>                            [{table_attributes_mismatch,
>                              rabbit_durable_exchange,
>
> [name,type,durable,auto_delete,internal,arguments,
>                               scratches,policy],
>
> [name,type,durable,auto_delete,internal,arguments,
>                               scratches,policy,decorators]},
>                             {table_attributes_mismatch,rabbit_exchange,
>
> [name,type,durable,auto_delete,internal,arguments,
>                               scratches,policy],
>
> [name,type,durable,auto_delete,internal,arguments,
>                               scratches,policy,decorators]}]}}}}}}
>        in function  application_master:init/4 (application_master.erl, line
> 133)
>      ancestors: [<0.139.0>]
>      messages: [{'EXIT',<0.141.0>,normal}]
>      links: [<0.139.0>,<0.7.0>]
>      dictionary: []
>      trap_exit: true
>      status: running
>      heap_size: 2586
>      stack_size: 27
>      reductions: 246
>    neighbours:
>
>
> =INFO REPORT==== 2-Sep-2013::14:40:42 ===
> Starting RabbitMQ 3.0.1 on Erlang R16B01
>
> =INFO REPORT==== 2-Sep-2013::14:40:43 ===
> Limiting to approx 8092 file handles (7280 sockets)
>
> =INFO REPORT==== 2-Sep-2013::14:40:43 ===
> Error description:
>     {error,
>         {schema_integrity_check_failed,
>             [{table_attributes_mismatch,rabbit_durable_exchange,
>                  [name,type,durable,auto_delete,internal,arguments,scratches,
>                   policy],
>                  [name,type,durable,auto_delete,internal,arguments,scratches,
>                   policy,decorators]},
>              {table_attributes_mismatch,rabbit_exchange,
>                  [name,type,durable,auto_delete,internal,arguments,scratches,
>                   policy],
>                  [name,type,durable,auto_delete,internal,arguments,scratches,
>                   policy,decorators]}]}}
>
>
> Stack trace:
>     [{rabbit_mnesia,ensure_schema_integrity,0,[]},
>      {rabbit_mnesia,init_db,3,[]},
>      {rabbit_mnesia,init_db_and_upgrade,3,[]},
>      {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,[]}]
>
>
> =INFO REPORT==== 2-Sep-2013::14:40:44 ===
>      application: rabbit
>      exited: {bad_return,
>                  {{rabbit,start,[normal,[]]},
>                   {'EXIT',
>                       {rabbit,failure_during_boot,
>                           {error,
>                               {schema_integrity_check_failed,
>                                   [{table_attributes_mismatch,
>                                        rabbit_durable_exchange,
>
> [name,type,durable,auto_delete,internal,
>                                         arguments,scratches,policy],
>
> [name,type,durable,auto_delete,internal,
>
> arguments,scratches,policy,decorators]},
>
> {table_attributes_mismatch,rabbit_exchange,
>
> [name,type,durable,auto_delete,internal,
>                                         arguments,scratches,policy],
>
> [name,type,durable,auto_delete,internal,
>                                         arguments,scratches,policy,
>                                         decorators]}]}}}}}}
>      type: temporary
>
> =INFO REPORT==== 2-Sep-2013::14:40:44 ===
>      application: os_mon
>      exited: stopped
>      type: temporary
>
> =INFO REPORT==== 2-Sep-2013::14:40:44 ===
>      application: inets
>      exited: stopped
>      type: temporary
>
> =INFO REPORT==== 2-Sep-2013::14:40:44 ===
>      application: mnesia
>      exited: stopped
>      type: temporary
>
> =INFO REPORT==== 2-Sep-2013::14:40:44 ===
>      application: amqp_client
>      exited: stopped
>      type: temporary
>
> =INFO REPORT==== 2-Sep-2013::14:40:44 ===
>      application: xmerl
>      exited: stopped
>      type: temporary
>
> =INFO REPORT==== 2-Sep-2013::14:40:44 ===
> Error description:
>     {could_not_start,rabbit,
>         {bad_return,
>             {{rabbit,start,[normal,[]]},
>              {'EXIT',
>                  {rabbit,failure_during_boot,
>                      {error,
>                          {schema_integrity_check_failed,
>                              [{table_attributes_mismatch,
>                                   rabbit_durable_exchange,
>                                   [name,type,durable,auto_delete,internal,
>                                    arguments,scratches,policy],
>                                   [name,type,durable,auto_delete,internal,
>                                    arguments,scratches,policy,decorators]},
>                               {table_attributes_mismatch,rabbit_exchange,
>                                   [name,type,durable,auto_delete,internal,
>                                    arguments,scratches,policy],
>                                   [name,type,durable,auto_delete,internal,
>                                    arguments,scratches,policy,
>                                    decorators]}]}}}}}}}
>
> Log files (may contain more information):
>     C:/Users/<user>/AppData/Roaming/RabbitMQ/log/rabbit@<serverName>.log
>     C:/Users/<user>/AppData/Roaming/RabbitMQ/log/rabbit@<serverName>-sasl.log
>
>
>
> Thanks,
> Tushar
>
>
>
> --
> View this message in context: http://rabbitmq.1065348.n5.nabble.com/installation-problem-service-stops-automatically-web-management-console-missing-tp29229p29268.html
> Sent from the RabbitMQ mailing list archive at Nabble.com.
> _______________________________________________
> 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