<div dir="ltr">I have a 3-node cluster running 3.3.1 with 2 disk and 1 ram node. The RAM node (may be a red herring, not sure) is currently displaying only: "Not Found" when I attempt to connect to the management console.<div>
<br></div><div>rabbitmqctl status says that the management plugin is up and running:</div><div><br></div><div><div>Status of node 'rabbit@dev-rabbitmq-1005' ...</div><div>[{pid,27060},</div><div> {running_applications,</div>
<div>     [{rabbitmq_management,"RabbitMQ Management Console","3.3.1"},</div><div>      {rabbitmq_management_agent,"RabbitMQ Management Agent","3.3.1"},</div><div>      {rabbit,"RabbitMQ","3.3.1"},</div>
<div>      {os_mon,"CPO  CXC 138 46","2.2.7"},</div><div>      {rabbitmq_web_dispatch,"RabbitMQ Web Dispatcher","3.3.1"},</div><div>      {webmachine,"webmachine","1.10.3-rmq3.3.1-gite9359c7"},</div>
<div>      {mochiweb,"MochiMedia Web Server","2.7.0-rmq3.3.1-git680dba8"},</div><div>      {mnesia,"MNESIA  CXC 138 12","4.5"},</div><div>      {amqp_client,"RabbitMQ AMQP Client","3.3.1"},</div>
<div>      {ssl,"Erlang/OTP SSL application","4.1.6"},</div><div>      {public_key,"Public key infrastructure","0.13"},</div><div>      {crypto,"CRYPTO version 2","2.0.4"},</div>
<div>      {asn1,"The Erlang ASN1 compiler version 1.6.18","1.6.18"},</div><div>      {xmerl,"XML parser","1.2.10"},</div><div>      {inets,"INETS  CXC 138 49","5.7.1"},</div>
<div>      {sasl,"SASL  CXC 138 11","2.1.10"},</div><div>      {stdlib,"ERTS  CXC 138 10","1.17.5"},</div><div>      {kernel,"ERTS  CXC 138 10","2.14.5"}]},</div>
<div> {os,{unix,linux}},</div><div> {erlang_version,</div><div>     "Erlang R14B04 (erts-5.8.5) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:30] [kernel-poll:true]\n"},</div><div> {memory,</div><div>     [{total,89013360},</div>
<div>      {connection_procs,812000},</div><div>      {queue_procs,611688},</div><div>      {plugins,300776},</div><div>      {other_proc,9746376},</div><div>      {mnesia,219952},</div><div>      {mgmt_db,11840},</div><div>
      {msg_index,1086432},</div><div>      {other_ets,6219592},</div><div>      {binary,8045192},</div><div>      {code,19622549},</div><div>      {atom,2313537},</div><div>      {other_system,40023426}]},</div><div> {alarms,[]},</div>
<div> {listeners,</div><div>     [{clustering,9100,"::"},</div><div>      {amqp,5672,"0.0.0.0"},</div><div>      {'amqp/ssl',5671,"0.0.0.0"}]},</div><div> {vm_memory_high_watermark,0.4},</div>
<div> {vm_memory_limit,4995638886},</div><div> {disk_free_limit,50000000},</div><div> {disk_free,27163828224},</div><div> {file_descriptors,</div><div>     [{total_limit,65436},</div><div>      {total_used,28},</div><div>
      {sockets_limit,58890},</div><div>      {sockets_used,15}]},</div><div> {processes,[{limit,1048576},{used,349}]},</div><div> {run_queue,0},</div><div> {uptime,437829}]</div><div>...done.</div></div><div><br></div><div>
The following is what's output to the browser:</div><div><br></div><div>Not found.</div><div><br></div><div>There are no errors in any of the RabbitMQ logs.</div><div><br></div><div>If it happens again, I will increase the log level in our configuration in our dev environment and see if that produces any useful logs.</div>
</div>