Andrea Gazzarini wrote:
Hi all, I'm writing "online" test cases for QMan. That means that QMan &
(C++) broker must be running and up in order to run those tests.
Now, I have a startup problem with 705855 build but I don't know what could
be the reason of the failure.
Note that the svn update & build process were successfully executed.
These are startup messages (qpid.log) :
2008-oct-22 19:24:28 debug Exception constructed: Failed: Security library:
bad database. [-8174] (qpid/sys/ssl/util.cpp:102)
This should now be fixed so you could either
*rebuild the latest
* or disable the ssl module (--no-module-dir to qpidd is simplest way to
do that)
* or point it at a valid db e.g.
--ssl-cert-db=/path/to/qpid/cpp/src/tests/test_cert_db (assuming you ran
make check at some point).