Problems on the java trunk,
Martin, I think you commits r518989, r518988 are the cluprits:
Trying to run a Java broker I get:
org.apache.commons.configuration.ConfigurationException:
java.io.FileNotFoundException: Cannot find password file
/home/aconway/svn/qpid/java/distribution/target/qpid-1.0-incubating-M2-SNAPSHOT-java-bin/qpid-1.0-incubating-M2-SNAPSHOT/etc/passwdVhost
Error configuring message broker:
org.apache.commons.configuration.ConfigurationException:
java.io.FileNotFoundException: Cannot find password file
/home/aconway/svn/qpid/java/distribution/target/qpid-1.0-incubating-M2-SNAPSHOT-java-bin/qpid-1.0-incubating-M2-SNAPSHOT/etc/md5passwd
I fixed the problem by copying the files from qpid/broker/etc to the
(ridiculous) location where where maven is installing things but I don't
know how to fix maven to do this during the build.
Also I'm merging python to trunk and with the java broker I'm getting
all python tests failing with:
Closed: Method(name=close, id=60) (506, 'Unable to create SASL Server
[error code 506: resource error]', 10, 11) content = None
It could well be my screw-up but I was a bit suspicious to see another
security related failure - Martin, did you run the python tests on those
commits?
Cheers,
Alan.