I see:
Buildfile: build.xml
init:
proto_compile:
compile:
[javac] Compiling 18 source files to
/home/brian/wave-protocol/build/core
test:
[javac] Compiling 6 source files to /home/brian/wave-protocol/build/test
[copy] Copying 70 files to /home/brian/wave-protocol/build/instr
Trying to override old definition of datatype junit
BUILD FAILED
/home/brian/wave-protocol/build.xml:145: Test
org.waveprotocol.wave.crypto.CertpathTest failed
Total time: 11 seconds
At the bottom of TEST-org.waveprotocol.wave.crypto.CertpathTest.xml, which at
quick glance looks related, I see:
<testcase classname="org.waveprotocol.wave.crypto.CertpathTest"
name="testValidator_canGrokCriticalExtension" time="0.32">
<error message="Certificate validation failure"
type="org.waveprotocol.wave.crypto.SignatureException">org.waveprotocol.wave.crypto.SignatureException:
Certificate validation failure
at
org.waveprotocol.wave.crypto.CachedCertPathValidator.validateNoCache(CachedCertPathValidator.java:103)
at
org.waveprotocol.wave.crypto.CachedCertPathValidator.validate(CachedCertPathValidator.java:65)
at
org.waveprotocol.wave.crypto.CertpathTest.testValidator_canGrokCriticalExtension(CertpathTest.java:95)
Caused by: java.security.cert.CertPathValidatorException: Path does not chain
with any of the trust anchors
at
sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:203)
at java.security.cert.CertPathValidator.validate(CertPathValidator.java:267)
at
org.waveprotocol.wave.crypto.CachedCertPathValidator.validateNoCache(CachedCertPathValidator.java:101)
</error>
</testcase>
Is this something I need to be concerned about? I have seen this on two
seperate Debian/Lenny boxes.
--
Brian May <[email protected]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Wave
Protocol" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/wave-protocol?hl=en
-~----------~----~----~----~------~----~------~--~---