alice icon indicating copy to clipboard operation
alice copied to clipboard

Unable to list queues

Open kyprizel opened this issue 15 years ago • 0 comments

Trying to list queues via wonderland, I get such an error in alice:

=INFO REPORT==== 7-Sep-2010::14:52:32 ===

(rest_server:232) Error in rest server: {function_clause,

                                     [{lists,map,
                                       [#Fun<queues.0.39488572>,
                                        {badrpc,
                                         {'EXIT',
                                          {undef,
                                           [{rabbit_amqqueue,info_all,
                                             [<<"/">>,
                                              [name,durable,auto_delete,
                                               arguments,messages_ready,
                                               messages_unacknowledged,
                                               messages_uncommitted,
                                               messages,acks_uncommitted,
                                               consumers,transactions,
                                               memory]]},
                                            {rpc,local_call,3},
                                            {queues,get_info_for,2},
                                            {queues,get_impl,1},
                                            {rest_server,run_controller,4},
                                            {mochiweb_http,headers,5},
                                            {proc_lib,init_p_do_apply,
                                             3}]}}}]},
                                      {queues,get_impl,1},
                                      {rest_server,run_controller,4},
                                      {mochiweb_http,headers,5},
                                      {proc_lib,init_p_do_apply,3}]}

$ /usr/sbin/rabbitmqctl list_vhosts Listing vhosts ...

/

celery_test

...done.

What am I doing wrong? How can it be fixed? Give me a note if you need more information.

kyprizel avatar Sep 07 '10 09:09 kyprizel