[rabbitmq-discuss] Management Plugin v2.1.0 Problems

Simon MacMullen simon at rabbitmq.com
Thu Oct 7 12:55:13 BST 2010


On 06/10/10 21:37, Chris Chew wrote:
> I get the following error:
>
> The server encountered an error while processing this request:
> {error,{exit,{json_encode,{bad_term,{bound_to,[<<"0.0.0.0:5672">>]}}},
<snip>
>
> Digging into it, it appears the problematic api call is:
>
> curl -iv -u guest:guest http://localhost:55672/api/overview
>
>
> Have I misconfigured something, or would this be a bug in the plugin?

Well, I doubt you've misconfigured anything, but I can't replicate what 
you're seeing. It's somehow failing to encode the port / IP the server 
is bound to - but you aren't doing anything unusual here.

Can you show me the output of:

sudo -u rabbitmq -H erl_call -sname rabbit@`hostname` \
   -a 'rabbit_mgmt_external_stats info'

please? That might shed some light on what's going on.

Cheers, Simon


More information about the rabbitmq-discuss mailing list