<p>Seems that the port is already in use. Check if you have some application that is already running on the same port. </p>
<p>Thanks<br>
Marutha </p>
<div class="gmail_quote">On Dec 4, 2012 4:03 PM, &quot;PONMUTHU M&quot; &lt;<a href="mailto:ponmuthu@omnesysindia.com">ponmuthu@omnesysindia.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
RabbitMQ 3.0.0<br>
Erlang R15B02<br>
<br>
My Aim is to start multiple nodes comes under same mgnt port (say 15672 in<br>
latest version). but its getting crashed &amp; o/p is like 15672 port releated .<br>
please help me to fix this issue.<br>
<br>
<br>
Startup for multi nodes<br>
----------------------------------<br>
<br>
RABBITMQ_NODENAME=$1 \<br>
RABBITMQ_NODE_PORT=$2 \<br>
RABBITMQ_MNESIA_DIR=/tmp/rabbitmq-$1-mnesia \<br>
RABBITMQ_PLUGINS_EXPAND_DIR=/tmp/rabbitmq-$1-plugins-scratch \<br>
RABBITMQ_LOG_BASE=/tmp \<br>
RABBITMQ_SERVER_START_ARGS=&quot;-rabbitmq_management port 15672&quot; \<br>
${RMQ_ROOT_PATH}rabbitmq-server &amp; # -detached<br>
<br>
<br>
:::Error :::<br>
<br>
<br>
+---+ +---+<br>
| | | |<br>
| | | |<br>
| | | |<br>
| +---+ +-------+<br>
| |<br>
| RabbitMQ +---+ |<br>
| | | |<br>
| v3.0.0 +---+ |<br>
| |<br>
+-------------------+<br>
AMQP 0-9-1 / 0-9 / 0-8<br>
Copyright (C) 2007-2012 VMware, Inc.<br>
Licensed under the MPL. See <a href="http://www.rabbitmq.com/" target="_blank">http://www.rabbitmq.com/</a><br>
<br>
.<br>
.<br>
. (lot of lines)<br>
.<br>
BOOT FAILED<br>
===========<br>
<br>
Error description:<br>
{could_not_start,rabbitmq_management,<br>
{could_not_start_listener,[{port,15672}],eaddrinuse}}<br>
<br>
Log files (may contain more information):<br>
/tmp/test1.log<br>
/tmp/test1-sasl.log<br>
<br>
{&quot;init terminating in<br>
do_boot&quot;,{rabbit,failure_during_boot,{could_not_start,rabbitmq_management,{could_not_start_listener,[{port,15672}],eaddrinuse}}}}<br>
<br>
Crash dump was written to: erl_crash.dump<br>
init terminating in do_boot ()<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://rabbitmq.1065348.n5.nabble.com/RMQ-3-0-0-multi-rabbit-nodes-not-able-to-start-tp23817.html" target="_blank">http://rabbitmq.1065348.n5.nabble.com/RMQ-3-0-0-multi-rabbit-nodes-not-able-to-start-tp23817.html</a><br>

Sent from the RabbitMQ mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div>