[rabbitmq-discuss] Connection Error

Matthias Radestock matthias at rabbitmq.com
Thu Feb 10 19:00:17 GMT 2011


Jason,

On 10/02/11 18:32, Jason J. W. Williams wrote:
> I'm having some issues connecting to Rabbit using the 0-9-1 AMQP spec
> file with txamqp. Working with Esteve on the txamqp side, but I was
> curious if anyone had some pointers on what this error message means
> from Rabbit (I get it on connect):
>
> {channel0_error,starting,
>      {error,function_clause,'connection.start_ok',
>          [{rabbit_binary_parser,parse_field_value,
>               [<<119,112,109,95,97,112,105,0,119,112,109,95,97,112,105>>]},
>           {rabbit_binary_parser,parse_table,1},
>           {rabbit_auth_mechanism_amqplain,handle_response,2},
>           {rabbit_reader,auth_phase,2},
>           {rabbit_reader,handle_method0,3},
>           {rabbit_reader,mainloop,2},
>           {rabbit_reader,start_connection,7},
>           {proc_lib,init_p_do_apply,3}]}}

Looks like the client selected the AMQPLAIN auth mechanism but sent auth 
data in accordance with the PLAIN mechanism.

Matthias.


More information about the rabbitmq-discuss mailing list