I have tried to run client_test from cpp/src/tests.
The client is being rejected because it is trying to use an empty
mechanism and the server wants 'ANONYMOUS' or 'PLAIN'.
2009-mar-16 08:13:38 notice Broker running
2009-mar-16 08:14:18 debug RECV [127.0.0.1:1716] INIT(0-10)
2009-mar-16 08:14:18 info SASL: Mechanism list: ANONYMOUS PLAIN
2009-mar-16 08:14:18 trace SENT 127.0.0.1:1716 INIT(0-10)
2009-mar-16 08:14:18 trace SENT [127.0.0.1:1716]: Frame[BEbe; channel=0;
{ConnectionStartBody:
server-properties={qpid.federation_tag:V2:36:str16(19f09716-9945-47c0-a136-a2acdc056dd1)};
mechanisms=str16{V2:9:str16(ANONYMOUS), V2:5:str16(PLAIN)};
locales=str16{V2:5:str16(en_US)}; }]
2009-mar-16 08:14:18 trace RECV [127.0.0.1:1716]: Frame[BEbe; channel=0;
{ConnectionStartOkBody:
client-properties={qpid.client_pid:F4:int32(7268),qpid.client_ppid:F4:int32(0),qpid.client_process:V2:0:str16(),qpid.session_flow:F4:int32(1)};
mechanism=; response=xxxxxx; locale=en_US; }]
2009-mar-16 08:14:18 info SASL: Starting authentication with mechanism:
2009-mar-16 08:14:18 debug Exception constructed: Unsupported mechanism
2009-mar-16 08:14:18 trace SENT [127.0.0.1:1716]: Frame[BEbe; channel=0;
{ConnectionCloseBody: reply-code=320; reply-text=connection-forced:
Unsupported mechanism; }]
This is with the VS solutions pretty much as-is, client and server on
the same XP box, modulo fixing the build issues with WinSDK 7 and Boost
1.38.
Looks clear-cut from the trace, but maybe its something I've done?
James
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]