Hi Roland,<br><br>The instructions may be a little lacking in this. rabbit_common is necessary for compilation and deployment outside of Rabbit. It does, however, include� a bunch of code otherwise included in the server itself. Removing rabbit_common.ez from the plugins directory should resolve your problem.<br>
<br>Cheers,<br>Paul.<br><br><div class="gmail_quote">On Fri, Jan 29, 2010 at 9:15 AM, Roland Reumerman <span dir="ltr">&lt;<a href="mailto:roland.reumerman@ecosourcing.ph">roland.reumerman@ecosourcing.ph</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
I&#39;ve followed the instructions on the RabbitMQ website in downloading<br>
rabbitmq-public-umbrella with Mercurial and getting the code there<br>
(including all the plugins) compiled. I created a new plugins<br>
directory in the rabbitmq-server directory and copied all the compiled<br>
.ez files from rabbitmq-smtp there (since that&#39;s the plugin I&#39;m<br>
interested in). However, when I run scripts/rabbitmq-activate-plugins<br>
from the rabbitmq-server directory I get the following error:<br>
<br>
ERROR: generation of boot script file scripts/../ebin/rabbit.script failed:<br>
Duplicated modules:<br>
 � � � �rabbit_writer specified in rabbit and rabbit_common<br>
 � � � �rabbit_reader specified in rabbit and rabbit_common<br>
 � � � �rabbit_net specified in rabbit and rabbit_common<br>
 � � � �rabbit_misc specified in rabbit and rabbit_common<br>
 � � � �rabbit_heartbeat specified in rabbit and rabbit_common<br>
 � � � �rabbit_framing_channel specified in rabbit and rabbit_common<br>
 � � � �rabbit_framing specified in rabbit and rabbit_common<br>
 � � � �rabbit_channel specified in rabbit and rabbit_common<br>
 � � � �rabbit_binary_parser specified in rabbit and rabbit_common<br>
 � � � �rabbit_binary_generator specified in rabbit and rabbit_common<br>
 � � � �rabbit_basic specified in rabbit and rabbit_common<br>
 � � � �gen_server2 specified in rabbit and rabbit_common<br>
<br>
I&#39;ve googled for this error, but can&#39;t find anything relevant that<br>
might help me with this issue. My platform details:<br>
<br>
RabbitMQ 1.7.0<br>
Erlang 5.7.2<br>
Ubuntu 9.10 (Karmic Koala)<br>
<br>
Any help with this issue is appreciated.<br>
Roland<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br>