With simple drilling down, I think it is related to GOOGLE_CERT in L32 of CertpathTest. Because it is a string, I've no idea to fix it.
The build can pass once I remove a little bit related code, and the server can start successfully. However, the interface looks far away from Google Wave, and looks buggy so far. Would like to know whether there are somebody keep contributing/maintaining the project? If no, I'll give up. Thanks! Best Regards, Xiaofeng On Sat, Sep 8, 2012 at 10:39 PM, 郭晓峰 <lamu...@gmail.com> wrote: > Hi there, > > Just try to build it, but looks failed. > > [junit] Running org.waveprotocol.wave.crypto.CertpathTest > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.038 sec > > Details as below: > Name Status Type Time(s) > testValidator_canGrokCriticalExtension Error Certificate validation failure > > 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:96) > Caused by: java.security.cert.CertPathValidatorException: timestamp check > failed > at > sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:153) > at > sun.security.provider.certpath.PKIXCertPathValidator.doValidate(PKIXCertPathValidator.java:325) > at > sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:187) > at java.security.cert.CertPathValidator.validate(CertPathValidator.java:267) > at > org.waveprotocol.wave.crypto.CachedCertPathValidator.validateNoCache(CachedCertPathValidator.java:101) > Caused by: java.security.cert.CertificateExpiredException: NotAfter: > Fri Sep 09 11:28:30 CST 2011 > at sun.security.x509.CertificateValidity.valid(CertificateValidity.java:273) > at sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:587) > at > sun.security.provider.certpath.BasicChecker.verifyTimestamp(BasicChecker.java:178) > at sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:130) > at > sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:131) > 0.037 > Properties » > > Is there anyone keeping the repository correct? Do I need to take a > look at it myself? Thanks! > > Best Regards, > Xiaofeng