[rabbitmq-discuss] Management Plugin v2.1.0 Problems

Chris Chew chrisch at ecollege.com
Thu Oct 7 15:53:13 BST 2010


> From: rabbitmq-discuss-bounces at lists.rabbitmq.com [mailto:rabbitmq-
> discuss-bounces at lists.rabbitmq.com] On Behalf Of Simon MacMullen
> Sent: Thursday, October 07, 2010 5:55 AM
> To: rabbitmq-discuss at lists.rabbitmq.com
> Subject: Re: [rabbitmq-discuss] Management Plugin v2.1.0 Problems
> 
> 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.
> 

The output:

[{bound_to, [#Bin<48,46,48,46,48,46,48,58,53,54,55,50>]}, {fd_used, 32},
{fd_total, 1024}, {mem_used, 47857952}, {mem_total, 842724147.000000},
{proc_used, 189}


Thank you!

Chris


More information about the rabbitmq-discuss mailing list