[rabbitmq-discuss] rabbitmq management plugin installation/set up question

Peterson, Stephen Stephen_Peterson at cable.comcast.com
Wed Nov 21 15:05:03 GMT 2012


After uninstalling and reinstalling the service I am able to connect to the management console at:
http://localhost:55672

Thanks for your help here. 
________________________________________
From: Matthias Radestock [matthias at rabbitmq.com]
Sent: Wednesday, November 21, 2012 1:33 AM
To: Peterson, Stephen
Cc: Discussions about RabbitMQ
Subject: Re: [rabbitmq-discuss] rabbitmq management plugin installation/set up question

Stephen,

On 21/11/12 00:57, Peterson, Stephen wrote:
> Matthias, It appears from my ini file that I have version 2.8.7.
> However, I changed the port to 55672 and it still didn't work. It
> said it could not connect. Any other suggestions I should try?

1) check that the plug-in and it's dependencies are indeed enabled, by
running 'rabbitmq-plugins list'. That should show rabbitmq_management,
rabbitmq_management_agent, rabbitmq_mochiweb, amqp_client, mochiweb,
webmachine all as explicitly ('E') or implicitly ('e') enabled. If not,
run 'rabbitmq-plugins enable rabbitmq_management' and check again.

2) make sure you *re-install* the Windows service - 'rabbitmq-service
remove' followed by 'rabbitmq-service install'. Just re-starting it is
*not* enough in RabbitMQ 2.x (though it is in 3.x).

3) check that your running server has started the corresponding Erlang
applications by running 'rabbitmqctl status'. This should show all the
aforementioned applications in the 'running_applications' section. If
not then enabled console logging in the service (see the section at the
end of https://www.rabbitmq.com/man/rabbitmq-service.man.html; again
this will require re-installing the service) and check the created log
file for any errors/warnings once the service has restarted.


Regards,

Matthias.


More information about the rabbitmq-discuss mailing list