It looks like the wrong auth mechanism. Try adding --mechanism PLAIN If that fails, restart the broker with -t and then you'll be able to see the exchange that produces the exception.
-- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -----Original Message----- > From: Anthony Foglia [mailto:[email protected]] > Sent: Monday, May 16, 2011 5:47 PM > To: [email protected] > Subject: qpid-perftest fails to connect > > > I'm trying to do some performance analysis on the qpid C++ broker > packaged by Fedora 14, but the qpid-perftest tool fails to > connect with > the following message: > > $ qpid-perftest --username guest --password guest > 2011-05-16 17:34:29 warning Closing connection due to internal-error: > Sasl error: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS > failure. Minor code may provide more information (Credentials cache > file '/tmp/krb5cc_500' not found) (qpid/SaslFactory.cpp:275) > > internal-error: Sasl error: SASL(-1): generic failure: GSSAPI Error: > Unspecified GSS failure. Minor code may provide more information > (Credentials cache file '/tmp/krb5cc_500' not found) > (qpid/SaslFactory.cpp:275) > > I can connect via the python libraries, using the same username and > password, and with qpid-python-test. qpid-client-test fails with the > same error as qpid-perftest. > > Any ideas what is wrong/misconfigured? > > -- > Anthony Foglia > Princeton Consultants > (609) 987-8787 x233 > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
