Even with downloading the proper file for rfc4627_jsonrpc-2.5.1-git30c8498, when I try and run RabbitMQ 2.5.1 with only the base requirements for rabbitmq_jsonrpc_channel I receive the following error and find that RabbitMQ is not listening on 55672:<br>

<br><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">Activating RabbitMQ plugins ...<br>********************************************************************************<br>

*WARNING* Undefined function webmachine:new_request/2<br>*WARNING* Undefined function webmachine_decision_core:handle_request/2<br>*WARNING* Undefined function webmachine_dispatcher:dispatch/2<br>*WARNING* Undefined function webmachine_error_handler:render_error/3<br>

*WARNING* Undefined function webmachine_resource:new/4<br>********************************************************************************<br>6 plugins activated:<br>* amqp_client-2.5.1<br>* mochiweb-1.3-rmq2.5.1-git9a53dbd<br>

* rabbitmq_jsonrpc-2.5.1<br>* rabbitmq_jsonrpc_channel-2.5.1<br>* rabbitmq_mochiweb-2.5.1<br>* rfc4627_jsonrpc-2.5.1-git30c8498<br><br>gmr-0x15:~ gmr$ telnet localhost 55672<br>Trying fe80::1...<br>telnet: connect to address fe80::1: Connection refused<br>

Trying ::1...<br>telnet: connect to address ::1: Connection refused<br>Trying 127.0.0.1...<br>telnet: connect to address <a href="http://127.0.0.1">127.0.0.1</a>: Connection refused<br>telnet: Unable to connect to remote host</blockquote>

<br><div>When the management plugin related plugins are added, Rabbit will now listen on 55672, but unlike previous versions, it doesn&#39;t appear that /rpc/ is registered, nor are the examples:</div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">

<div><div>Activating RabbitMQ plugins ...</div></div><div><div>12 plugins activated:</div></div><div><div>* amqp_client-2.5.1</div></div><div><div>* mochiweb-1.3-rmq2.5.1-git9a53dbd</div></div><div><div>* rabbitmq_jsonrpc-2.5.1</div>

</div><div><div>* rabbitmq_jsonrpc_channel-2.5.1</div></div><div><div>* rabbitmq_jsonrpc_channel_examples-2.5.1</div></div><div><div>* rabbitmq_management-2.5.1</div></div><div><div>* rabbitmq_management_agent-2.5.1</div>

</div><div><div>* rabbitmq_mochiweb-2.5.1</div></div><div><div>* rabbitmq_shovel-2.5.1</div></div><div><div>* rabbitmq_stomp-2.5.1</div></div><div><div>* rfc4627_jsonrpc-2.5.1-git30c8498</div></div><div><div>* webmachine-1.7.0-rmq2.5.1-hg0c4b60a</div>

</div></blockquote><div><div><br></div><div><div><a href="http://localhost:55672">http://localhost:55672</a> output (html stripped):</div></div></div><div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">

<div><div><div>RabbitMQ Web Server</div></div></div><div><div><div><br></div></div></div><div><div><div>Contexts available:</div></div></div><div><div><div><br></div></div></div><div><div><div>Management: Web UI</div></div>

</div><div><div><div>Management: HTTP API</div></div></div><div><div><div>Management: Command Line Tool</div></div></div></blockquote><div><div><br></div><div>Let me know if I can provide any other information to help track it down. Erlang version is R14B03 on OSX (Lion).</div>

</div><div><br></div><div>Gavin</div>