<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I'm sure this is old hat for some of you. But I am having issues getting the rabbitmq management console/portal/plugin to work.
<br>
<br>
I followed the online instructions at <a href="http://www.rabbitmq.com/management.html" target="_blank">
http://www.rabbitmq.com/management.html</a><br>
<br>
I enabled the plugin <br>
<pre class="example">rabbitmq-plugins enable rabbitmq_management<br><br>The return message said that there were no changes as it obviously was already installed. I see it in the <br>plugins directory actually: rabbitmq_management-2.8.7.ez as well as the mochiweb and other management ez<br>files<br><br>I restarted the RabbitMQ service just to be sure.<br><br>I then navigated to <a href="http://localhost:15672/" target="_blank">http://localhost:15672/</a> and I cannot connect.<br><br>Since this is using mochiweb server and has nothing to do with an existing server I have installed<br>what could the problem be? There appears to be no other mandatory changes to make.<br><br>I scrolled down to the configuration discussion on the RabbitMQ site <br>and changed my C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-2.8.7\ebin\rabbit_app.ini<br>file to look something like the following:<br><br>{application, rabbit,                %% -*- erlang -*-<br> [{description, &quot;RabbitMQ&quot;},<br>  {id, &quot;RabbitMQ&quot;},<br>  {vsn, &quot;2.8.7&quot;},<br>  {modules, []},<br>  {registered, [rabbit_amqqueue_sup,<br>                rabbit_log,<br>                rabbit_node_monitor,<br>                rabbit_router,<br>                rabbit_sup,<br>                rabbit_tcp_client_sup,<br>                rabbit_direct_client_sup]},<br>  {applications, [kernel, stdlib, sasl, mnesia, os_mon]},<br>%% we also depend on crypto, public_key and ssl but they shouldn't be<br>%% in here as we don't actually want to start it<br>  {mod, {rabbit, []}},<br>  {rabbitmq_management,       <br>        [ {http_log_dir,&quot;C:/Program Files (x86)/RabbitMQ Server/rabbitmq_server-2.8.7/logs&quot;} ] },<br>  {rabbitmq_management_agent, <br>        [ {force_fine_statistics, true} ] },<br>  {env, [{hipe_compile, false},<br>         {tcp_listeners, [5672]},<br>         {collect_statistics_interval, 10000},<br>         {ssl_listeners, []},<br>         {ssl_options, []},<br>         {vm_memory_high_watermark, 0.4},<br>         {disk_free_limit, 1000000000}, %% 1GB<br>         {msg_store_index_module, rabbit_msg_store_ets_index},<br>         {backing_queue_module, rabbit_variable_queue},<br>         {frame_max, 131072},<br>         {msg_store_file_size_limit, 16777216},<br>         {queue_index_max_journal_entries, 262144},<br>         {default_user, &lt;&lt;&quot;guest&quot;&gt;&gt;},<br>         {default_pass, &lt;&lt;&quot;guest&quot;&gt;&gt;},<br>         {default_user_tags, [administrator]},<br>         {default_vhost, &lt;&lt;&quot;/&quot;&gt;&gt;},<br>         {default_permissions, [&lt;&lt;&quot;.*&quot;&gt;&gt;, &lt;&lt;&quot;.*&quot;&gt;&gt;, &lt;&lt;&quot;.*&quot;&gt;&gt;]},<br>         {cluster_nodes, []},<br>         {server_properties, []},<br>         {collect_statistics, none},<br>         {collect_statistics_interval, 5000},<br>         {auth_mechanisms, ['PLAIN', 'AMQPLAIN']},<br>         {auth_backends, [rabbit_auth_backend_internal]},<br>         {delegate_count, 16},<br>         {trace_vhosts, []},<br>         {log_levels, [{connection, info}]},<br>         {ssl_cert_login_from, distinguished_name},<br>         {tcp_listen_options, [binary,<br>                               {packet,        raw},<br>                               {reuseaddr,     true},<br>                               {backlog,       128},<br>                               {nodelay,       true},<br>                               {linger,        {true, 0}},<br>                               {exit_on_close, false}]}<br>         ]}]}.<br><br><br>I restarted the RabbitMQ service and still cannot access the web page. I don't see an error log either. <br><br>Thanks,<br><br></pre>
</div>
</body>
</html>