Vidhya Murali wrote: > Hi, > This is vidhya.I am student at University of Wisconsin Madison.I was > setting up qpid c++ broker for my project.I downloaded the package from > http://www.apache.org/dist/qpid/0.5/qpid-cpp-0.5.tar.gz and followed the > instructions as given at http://qpid.apache.org/rasc.html > Now and when i try to run the examples,specifically the request response > example i get the following error > (116)$ ./server > 2009-jun-02 18:51:46 warning Closing connection due to internal-error: > Sasl error: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS > failure. Minor code may provide more information (Server not found in > Kerberos database) (qpid/client/SaslFactory.cpp:226) > internal-error: Sasl error: SASL(-1): generic failure: GSSAPI Error: > Unspecified GSS failure. Minor code may provide more information > (Server not found in Kerberos database) (qpid/client/SaslFactory.cpp:226) > > Also when i tried the make check,it said > 4 of 14 tests failed > Please report to [email protected] > > Kindly let me know as to what could be the problem and if i am missing > anything in the setup. > Thanks > vidhya
Vidhya, Sounds like authentication is being attempted. For your initial work it's likely that you do not care much about authentication. Try starting your broker with "--auth no" to disable it. Best, matt --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
