What steps will reproduce the problem?
1. Press launch button on Project Home page What is the expected output? What do you see instead?
Application launch and run What version of the product are you using? On what operating system?
1.2.4
Please provide any additional information below.
com.ibm.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: The revocation status of the certificate with subject (CN=Sun Microsystems Inc Root CA, OU=VeriSign Trust Network, O=Sun Microsystems Inc) could not be determined.
at com.ibm.security.validator.PKIXValidator.doValidate
(PKIXValidator.java:265)
at com.ibm.security.validator.PKIXValidator.doValidate
(PKIXValidator.java:248)
at com.ibm.security.validator.PKIXValidator.engineValidate
(PKIXValidator.java:162)
at com.ibm.security.validator.Validator.validate
(Validator.java:232)
at com.ibm.security.validator.Validator.validate
(Validator.java:201)
at com.sun.deploy.security.TrustDecider.isAllPermissionGranted
(TrustDecider.java:521)
at com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess
(AppPolicy.java:276)
at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper
(LaunchDownload.java:1472)
at com.sun.javaws.LaunchDownload.checkSignedResources
(LaunchDownload.java:1182)
at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:1032)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:318)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:195)
at com.sun.javaws.Launcher.launch(Launcher.java:116)
at com.sun.javaws.Main.launchApp(Main.java:403)
at com.sun.javaws.Main.continueInSecureThread(Main.java:250)
at com.sun.javaws.Main$1.run(Main.java:111)
at java.lang.Thread.run(Thread.java:736)
Caused by: java.security.cert.CertPathValidatorException: The revocation status of the certificate with subject (CN=Sun Microsystems Inc Root CA, OU=VeriSign Trust Network, O=Sun Microsystems Inc) could not be determined.
at com.ibm.security.cert.CRSChecker.check(CRSChecker.java:508)
at com.ibm.security.cert.PKIXCertPathValidatorImpl.recheck
(PKIXCertPathValidatorImpl.java:412)
at com.ibm.security.cert.PKIXCertPathValidatorImpl.engineValidate
(PKIXCertPathValidatorImpl.java:334)
at java.security.cert.CertPathValidator.validate
(CertPathValidator.java:267)
at com.ibm.security.validator.PKIXValidator.doValidate
(PKIXValidator.java:260)
... 16 more
Original issue reported on code.google.com by
lenyablokoon 4 May 2010 at 7:43