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

Matthias Radestock matthias at rabbitmq.com
Wed Nov 21 06:33:57 GMT 2012


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