Hi Simon,<div><br></div><div>That worked perfectly - many thanks!</div><div><br></div><div>Arun<br><br><div class="gmail_quote">On 3 October 2012 16:50, Simon MacMullen <span dir="ltr">&lt;<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 03/10/12 16:22, Arun Horne wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
Rabbit Version: 2.8.2<br>
<br>
I have created a new virtual host &#39;X&#39;, and a user with admin permissions<br>
for it. I am logged into the admin too and go to &#39;Tracing&#39; (as<br>
rabbitmq_tracing plugin). I attempt to enable a new trace for virtual<br>
host &#39;X&#39; and I see a message saying there has been an error and to check<br>
the logs. The exact steps work for virtual host &#39;/&#39; but not my new<br>
virtual host &#39;X&#39;. The logs show the following, can anyone point me in<br>
the right direction please - I&#39;m not sure why access is being refused.<br>
</blockquote>
<br></div>
Hmm, this is maybe not very well documented. The rabbitmq_tracing plugin needs a user to use to publish the messages that it uses internally. If you haven&#39;t told it otherwise, it will use &quot;guest&quot;. If &quot;guest&quot; won&#39;t work, you&#39;ll need to add something like:<br>

<br>
{rabbitmq_tracing, [{username, &lt;&lt;&quot;my-user&quot;&gt;&gt;}]},<br>
<br>
to your config.<br>
<br>
<a href="http://hg.rabbitmq.com/rabbitmq-tracing/file/859ae4fb4875/README" target="_blank">http://hg.rabbitmq.com/<u></u>rabbitmq-tracing/file/<u></u>859ae4fb4875/README</a><br>
<br>
Cheers, Simon<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
-- <br>
Simon MacMullen<br>
RabbitMQ, VMware<br>
</font></span></blockquote></div><br></div>