[rabbitmq-discuss] rabbitmq-management plugin not listening

Jon Slusher jslusher at opinionlab.com
Thu Jan 17 16:42:15 GMT 2013


I followed the very straightforward instructions on the management plugin page from the rabbitmq documentation, but I seem to be missing something because I don't see any indication that the plugin is starting or listening on the port I specified. I'm running the latest rabbitmq on a centos 6 VM and I've opened port 15672 in iptables. When I run a netstat -ntap, I don't see that port listening on any interface. I've installed a very basic configuration of rabbitmq and added one other node in a cluster configuration with HA mirroring configured. I've been able to successfully test everything I've installed using the tutorials up until now. I don't see anything giving me any clue in the logs, except that perhaps there is nothing telling me the plugin is starting. I've tried searching through the documentation, but I'm out of ideas as to what to check next.

Any pointing in the right direction would be great. Thank you in advance.


Jon

--------------
Here's the result of the list command for the plugins. As you can see, they management plugin seems to be enabled.

rabbitmq-plugins list
[e] amqp_client                       3.0.1
[ ] cowboy                            0.5.0-rmq3.0.1-git4b93c2d
[ ] eldap                             3.0.1-gite309de4
[e] mochiweb                          2.3.1-rmq3.0.1-gitd541e9a
[ ] rabbitmq_auth_backend_ldap        3.0.1
[ ] rabbitmq_auth_mechanism_ssl       3.0.1
[ ] rabbitmq_consistent_hash_exchange 3.0.1
[ ] rabbitmq_federation               3.0.1
[ ] rabbitmq_federation_management    3.0.1
[ ] rabbitmq_jsonrpc                  3.0.1
[ ] rabbitmq_jsonrpc_channel          3.0.1
[ ] rabbitmq_jsonrpc_channel_examples 3.0.1
[E] rabbitmq_management               3.0.1
[e] rabbitmq_management_agent         3.0.1
[ ] rabbitmq_management_visualiser    3.0.1
[e] rabbitmq_mochiweb                 3.0.1
[ ] rabbitmq_mqtt                     3.0.1
[ ] rabbitmq_old_federation           3.0.1
[ ] rabbitmq_shovel                   3.0.1
[ ] rabbitmq_shovel_management        3.0.1
[ ] rabbitmq_stomp                    3.0.1
[ ] rabbitmq_tracing                  3.0.1
[ ] rabbitmq_web_stomp                3.0.1
[ ] rabbitmq_web_stomp_examples       3.0.1
[ ] rfc4627_jsonrpc                   3.0.1-git7ab174b
[ ] sockjs                            0.3.3-rmq3.0.1-git92d4ba4
[e] webmachine                        1.9.1-rmq3.0.1-git52e62bc


Here is the status of my rabbitmq node:

rabbit status
Status of node 'rabbit at rabbitvm03-stage' ...
[{pid,1159},
 {running_applications,[{rabbit,"RabbitMQ","3.0.1"},
                        {os_mon,"CPO  CXC 138 46","2.2.7"},
                        {mnesia,"MNESIA  CXC 138 12","4.5"},
                        {sasl,"SASL  CXC 138 11","2.1.10"},
                        {stdlib,"ERTS  CXC 138 10","1.17.5"},
                        {kernel,"ERTS  CXC 138 10","2.14.5"}]},
 {os,{unix,linux}},
 {erlang_version,"Erlang R14B04 (erts-5.8.5) [source] [64-bit] [rq:1] [async-threads:30] [kernel-poll:true]\n"},
 {memory,[{total,24533712},
          {connection_procs,8680},
          {queue_procs,113424},
          {plugins,0},
          {other_proc,9281056},
          {mnesia,83256},
          {mgmt_db,0},
          {msg_index,27072},
          {other_ets,732880},
          {binary,88256},
          {code,11672017},
          {atom,1200145},
          {other_system,1326926}]},
 {vm_memory_high_watermark,0.4},
 {vm_memory_limit,416414105},
 {disk_free_limit,1000000000},
 {disk_free,2456965120},
 {file_descriptors,[{total_limit,924},
                    {total_used,3},
                    {sockets_limit,829},
                    {sockets_used,1}]},
 {processes,[{limit,1048576},{used,137}]},
 {run_queue,0},
 {uptime,582723}]




More information about the rabbitmq-discuss mailing list