Hi,<br><br>I cant seem to get bql working after creating the rabbitmq.conf file with content mentioned.<br>I get a crash dump when it try to execute bql<br><br><br>Pasting rabbitmq status and bql output<br><br><br>root@akhil-laptop:~# rabbitmqctl status<br>

Status of node &#39;rabbit@akhil-laptop&#39; ...<br>[{running_applications,<br>���� [{rabbit_jsonrpc_channel,&quot;RabbitMQ JSON-RPC Channels&quot;,&quot;0.01&quot;},<br>����� {rabbitmq_bql,&quot;RabbitMQ Broker Query Language&quot;,&quot;0.01&quot;},<br>

����� {amqp_client,&quot;RabbitMQ AMQP Client&quot;,&quot;0.0.0&quot;},<br>����� {rfc4627_jsonrpc,&quot;JSON RPC Service&quot;,&quot;0.01&quot;},<br>����� {rabbit_jsonrpc,&quot;Rabbit JSON-RPC&quot;,&quot;0.01&quot;},<br>

����� {rabbit_status,&quot;RabbitMQ Status Page&quot;,&quot;0.01&quot;},<br>����� {rabbit,&quot;RabbitMQ&quot;,&quot;1.8.1&quot;},<br>����� {os_mon,&quot;CPO� CXC 138 46&quot;,&quot;2.2.4&quot;},<br>����� {sasl,&quot;SASL� CXC 138 11&quot;,&quot;2.1.8&quot;},<br>

����� {rabbithub,&quot;rabbithub&quot;,&quot;0.0.1&quot;},<br>����� {crypto,&quot;CRYPTO version 1&quot;,&quot;1.6.3&quot;},<br>����� {rabbit_mochiweb,&quot;RabbitMQ Mochiweb Embedding&quot;,&quot;0.01&quot;},<br>����� {mochiweb,&quot;MochiMedia Web Server&quot;,&quot;0.01&quot;},<br>

����� {mnesia,&quot;MNESIA� CXC 138 12&quot;,&quot;4.4.12&quot;},<br>����� {stdlib,&quot;ERTS� CXC 138 10&quot;,&quot;1.16.4&quot;},<br>����� {kernel,&quot;ERTS� CXC 138 10&quot;,&quot;2.13.4&quot;}]},<br>�{nodes,[{disc,[&#39;rabbit@akhil-laptop&#39;]}]},<br>

�{running_nodes,[&#39;rabbit@akhil-laptop&#39;]}]<br>...done.<br><br><br>akhil@akhil-laptop:~/rabbitmq-public-umbrella/rabbitmq-bql/scripts$ sudo ./bql<br>{&quot;init terminating in do_boot&quot;,{undef,[{bql_shell,start,[]},{init,start_it,1},{init,start_em,1}]}}<br>

<br>Crash dump was written to: erl_crash.dump<br>init terminating in do_boot ()<br><br><br><br clear="all">----<br>Regards,<br>Akhil Kodali<br><br>
<br><br><div class="gmail_quote">On Mon, Jul 5, 2010 at 8:08 PM, Alexandru Scvortov <span dir="ltr">&lt;<a href="mailto:alexandru@rabbitmq.com">alexandru@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Hi,<br>
<br>
As you say, it&#39;s not really a bug. �If all you need is the bql plugin,<br>
this rabbitmq.config should be fine (you may need to change the user and<br>
password):<br>
<br>
[<br>
 �{rabbitmq_bql, [<br>
 � �{user, &quot;guest&quot;},<br>
 � �{password, &quot;guest&quot;}<br>
 �]}<br>
].<br>
<br>
Also, you said /etc/rabbitmq/rabbitmq.conf. � What you want is probably<br>
rabbitmq.config.<br>
<br>
Cheers,<br>
Alex<br>
<div><div></div><div class="h5"><br>
On 07/05/2010 03:00 PM, Akhil Kodali wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I just installed rabbitmq 1.8.0 on ubuntu 10.04 lucid.<br>
&gt; I was unable to find /etc/rabbitmq/rabbitmq.conf<br>
&gt; /etc/rabbitmq is empty.<br>
&gt;<br>
&gt; but the rabbitmq seems to be running fine.<br>
&gt;<br>
&gt; I needed to edit the file to install bql plugin.<br>
&gt;<br>
&gt; Anyone face such issue earlier.<br>
&gt;<br>
&gt; ----<br>
&gt; Regards,<br>
&gt; Akhil Kodali<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; rabbitmq-discuss mailing list<br>
&gt; <a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
&gt; <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>
&gt;<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="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br>