RabbitMQ, Management Plugin and Windows server

87 views
Skip to first unread message

Michael Warden

unread,
Jan 2, 2015, 6:29:32 PM1/2/15
to rabbitm...@googlegroups.com
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?

Michael Levy

unread,
Jan 3, 2015, 10:23:42 AM1/3/15
to Michael Warden, rabbitm...@googlegroups.com
>>  I cannot connect to the Management page.  

Are you trying from the server? If not,  can you access the management UI from the server?

-Mike

Michael Warden

unread,
Jan 5, 2015, 11:19:10 AM1/5/15
to rabbitm...@googlegroups.com, c.michae...@gmail.com
I am getting the same message on the server as I am on a remote system

Jean-Sébastien Pédron

unread,
Jan 8, 2015, 12:21:41 PM1/8/15
to rabbitm...@googlegroups.com
On 03.01.2015 00:29, Michael Warden wrote:
> I currently have the firewalls turned off. I cannot telnet to the port

Which port do you use in your browser or with telnet?

> so I made sure that the telnet server was enabled as a roll on the
> server.

You don't need the telnet service and even probably don't want to run it
for security reasons.

The telnet service is only to allow real telnet sessions. Even with the
service disabled, you can use the telnet command to connect to a port.
In fact, these days, the telnet command is mostly "abused" to connect to
a random port to debug network issues.

--
Jean-Sébastien Pédron
Pivotal / RabbitMQ

Michael Warden

unread,
Jan 14, 2015, 1:20:53 PM1/14/15
to rabbitm...@googlegroups.com, jean-se...@rabbitmq.com
Port 15762

Jean-Sébastien Pédron

unread,
Jan 15, 2015, 3:15:28 AM1/15/15
to rabbitm...@googlegroups.com
On 14.01.2015 19:20, Michael Warden wrote:
> Port 15762

The default port is 15672 (7 and 6 swapped).

Michael Warden

unread,
Jan 21, 2015, 11:57:50 AM1/21/15
to rabbitm...@googlegroups.com, jean-se...@rabbitmq.com
Dyslexic much?  *sigh* 

Thank you.  I'm going to go beat my head against the wall now.
Reply all
Reply to author
Forward
0 new messages