[rabbitmq-discuss] Cannot start Rabbit with rabbitmq_management enabled

linux.il linux.il at gmail.com
Thu Jul 25 08:54:30 BST 2013


On Thu, Jul 25, 2013 at 7:35 AM, Michael Klishin <mklishin at gopivotal.com> wrote:
> Vitaly Karasik:
>
>> =ERROR REPORT==== 24-Jul-2013::13:01:50 ===
>> ** Generic server rabbit_web_dispatch_registry terminating
>> ** Last message in was {add,rabbit_mgmt_redirect,
>>                             [{port,55672},{ignore_in_use,true}],
>>                             #Fun<rabbit_web_dispatch.1.31447083>,
>>                             #Fun<rabbit_web_dispatch.0.114103971>,
>>                             {[],"Redirect to port 15672"}}
>
> You likely have another instance of the management plugin running on the same host,
> or something else occupies port 55672.
>
> In that case, you need to configure each instance to use use a separate port, see
> http://www.rabbitmq.com/management.html
>
> You can also
> disable redirection for port 55672 like so
>
> https://gist.github.com/michaelklishin/6635e02a94859ebc8b38
> --
> MK
>
Michael, thank you.
No, 55672 isn't in use  - "lsof -ni|grep 55672" return nothing.

> You can also
> disable redirection for port 55672 like so
>
> https://gist.github.com/michaelklishin/6635e02a94859ebc8b38

Can you explain more about this patch or send me some URL with such readme?


More information about the rabbitmq-discuss mailing list