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"><<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>></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 'X', and a user with admin permissions<br>
for it. I am logged into the admin too and go to 'Tracing' (as<br>
rabbitmq_tracing plugin). I attempt to enable a new trace for virtual<br>
host 'X' and I see a message saying there has been an error and to check<br>
the logs. The exact steps work for virtual host '/' but not my new<br>
virtual host 'X'. The logs show the following, can anyone point me in<br>
the right direction please - I'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't told it otherwise, it will use "guest". If "guest" won't work, you'll need to add something like:<br>
<br>
{rabbitmq_tracing, [{username, <<"my-user">>}]},<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>