[rabbitmq-discuss] rabbitmq_jsonrpc_channel broken on 2.5.1

Gavin M. Roy gmr at myyearbook.com
Sun Jul 3 00:50:33 BST 2011


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:

Activating RabbitMQ plugins ...
********************************************************************************
*WARNING* Undefined function webmachine:new_request/2
*WARNING* Undefined function webmachine_decision_core:handle_request/2
*WARNING* Undefined function webmachine_dispatcher:dispatch/2
*WARNING* Undefined function webmachine_error_handler:render_error/3
*WARNING* Undefined function webmachine_resource:new/4
********************************************************************************
6 plugins activated:
* amqp_client-2.5.1
* mochiweb-1.3-rmq2.5.1-git9a53dbd
* rabbitmq_jsonrpc-2.5.1
* rabbitmq_jsonrpc_channel-2.5.1
* rabbitmq_mochiweb-2.5.1
* rfc4627_jsonrpc-2.5.1-git30c8498

gmr-0x15:~ gmr$ telnet localhost 55672
Trying fe80::1...
telnet: connect to address fe80::1: Connection refused
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host


When the management plugin related plugins are added, Rabbit will now listen
on 55672, but unlike previous versions, it doesn't appear that /rpc/ is
registered, nor are the examples:

Activating RabbitMQ plugins ...
12 plugins activated:
* amqp_client-2.5.1
* mochiweb-1.3-rmq2.5.1-git9a53dbd
* rabbitmq_jsonrpc-2.5.1
* rabbitmq_jsonrpc_channel-2.5.1
* rabbitmq_jsonrpc_channel_examples-2.5.1
* rabbitmq_management-2.5.1
* rabbitmq_management_agent-2.5.1
* rabbitmq_mochiweb-2.5.1
* rabbitmq_shovel-2.5.1
* rabbitmq_stomp-2.5.1
* rfc4627_jsonrpc-2.5.1-git30c8498
* webmachine-1.7.0-rmq2.5.1-hg0c4b60a


http://localhost:55672 output (html stripped):

RabbitMQ Web Server

Contexts available:

Management: Web UI
Management: HTTP API
Management: Command Line Tool


Let me know if I can provide any other information to help track it down.
Erlang version is R14B03 on OSX (Lion).

Gavin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110702/16562ade/attachment.htm>


More information about the rabbitmq-discuss mailing list