First, let me say that I have tried looking at other posts and other
solutions have not solved my problem. Forgive the length of this post
but I've done a lot of work and I am pulling my hair out at this point.
I cannot connect to the Management page.
Windows Server 2008 R2
Erlang 17.4
RabbitMQ Server 3.4.2
Both package installed as administrator
Rabbit is Running as service.
Status shows the following
C:\Windows\system32>rabbitmqctl status
Status of node 'rabbit@<servername>' ...
[{pid,2068},
{running_applications,
[{rabbitmq_management,"RabbitMQ Management Console","3.4.2"},
{rabbitmq_web_dispatch,"RabbitMQ Web Dispatcher","3.4.2"},
{webmachine,"webmachine","1.10.3-rmq3.4.2-gite9359c7"},
{mochiweb,"MochiMedia Web Server","2.7.0-rmq3.4.2-git680dba8"},
{rabbitmq_management_agent,"RabbitMQ Management Agent","3.4.2"},
{amqp_client,"RabbitMQ AMQP Client","3.4.2"},
{rabbit,"RabbitMQ","3.4.2"},
{os_mon,"CPO CXC 138 46","2.3"},
{inets,"INETS CXC 138 49","5.10.4"},
{mnesia,"MNESIA CXC 138 12","4.12.4"},
{xmerl,"XML parser","1.3.7"},
{sasl,"SASL CXC 138 11","2.4.1"},
{stdlib,"ERTS CXC 138 10","2.3"},
{kernel,"ERTS CXC 138 10","3.1"}]},
{os,{win32,nt}},
{erlang_version,
"Erlang/OTP 17 [erts-6.3] [64-bit] [smp:2:2] [async-threads:30]\n"},
{memory,
[{total,40629296},
{connection_readers,0},
{connection_writers,0},
{connection_channels,0},
{connection_other,5408},
{queue_procs,2704},
{queue_slave_procs,0},
{plugins,252960},
{other_proc,14460448},
{mnesia,62696},
{mgmt_db,66272},
{msg_index,41072},
{other_ets,1140104},
{binary,23376},
{code,20154479},
{atom,703377},
{other_system,3716400}]},
{alarms,[]},
{listeners,[{clustering,25672,"::"},{amqp,5672,"::"},{amqp,5672,"0.0.0.0"}]},
{vm_memory_high_watermark,0.4},
{vm_memory_limit,1717800140},
{disk_free_limit,50000000},
{disk_free,188812619776},
{file_descriptors,
[{total_limit,8092},
{total_used,4},
{sockets_limit,7280},
{sockets_used,2}]},
{processes,[{limit,1048576},{used,182}]},
{run_queue,0},
{uptime,77}]
All the plugins seem to be listed
C:\Windows\system32>rabbitmq-plugins list
Configured: E = explicitly enabled; e = implicitly enabled
| Status: * = running on rabbit@CMS-PROD-QUEUE
|/
[e*] amqp_client 3.4.2
[ ] cowboy 0.5.0-rmq3.4.2-git4b93c2d
[ ] eldap 3.4.2-gite309de4
[e*] mochiweb 2.7.0-rmq3.4.2-git680dba8
[ ] rabbitmq_amqp1_0 3.4.2
[ ] rabbitmq_auth_backend_ldap 3.4.2
[ ] rabbitmq_auth_mechanism_ssl 3.4.2
[ ] rabbitmq_consistent_hash_exchange 3.4.2
[ ] rabbitmq_federation 3.4.2
[ ] rabbitmq_federation_management 3.4.2
[E*] rabbitmq_management 3.4.2
[e*] rabbitmq_management_agent 3.4.2
[ ] rabbitmq_management_visualiser 3.4.2
[ ] rabbitmq_mqtt 3.4.2
[ ] rabbitmq_shovel 3.4.2
[ ] rabbitmq_shovel_management 3.4.2
[ ] rabbitmq_stomp 3.4.2
[ ] rabbitmq_test 3.4.2
[ ] rabbitmq_tracing 3.4.2
[e*] rabbitmq_web_dispatch 3.4.2
[ ] rabbitmq_web_stomp 3.4.2
[ ] rabbitmq_web_stomp_examples 3.4.2
[ ] sockjs 0.3.4-rmq3.4.2-git3132eb9
[e*] webmachine 1.10.3-rmq3.4.2-gite9359c7
C:\Windows\system32>
I
have set the RABBITMQ_BASE but I copied the enabled plugin file over to
the new location and verified that both contain the same information
(one line [rabbitmq_management].
I currently have the firewalls
turned off. I cannot telnet to the port so I made sure that the telnet
server was enabled as a roll on the server. I've restarted the service
several times in various ways with no success either. I've uninstalled
and reinstalled the RabbitMQ several times as well with no success.
I've rebooted the server several times with no success
Any ideas?