Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

security error on launch java ...

KstoreAug 4 2020 — edited Aug 4 2020

i have this error exeute java forms on pc windows ...

java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Response is unreliable: its validity interval is out-of-date

    at com.sun.deploy.security.RevocationChecker.checkOCSP(Unknown Source)

    at com.sun.deploy.security.RevocationChecker.check(Unknown Source)

    at com.sun.deploy.security.TrustDecider.checkRevocationStatus(Unknown Source)

    at com.sun.deploy.security.TrustDecider.getValidationState(Unknown Source)

    at com.sun.deploy.security.TrustDecider.validateChain(Unknown Source)

    at com.sun.deploy.security.TrustDecider.isAllPermissionGrantedInt(Unknown Source)

    at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(Unknown Source)

    at com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess(Unknown Source)

    at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source)

    at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source)

    at sun.plugin2.applet.JNLP2Manager.prepareLaunchFile(Unknown Source)

    at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)

    at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

    Suppressed: com.sun.deploy.security.RevocationChecker$StatusUnknownException

        at com.sun.deploy.security.RevocationChecker.checkCRLs(Unknown Source)

        ... 13 more

Caused by: java.security.cert.CertPathValidatorException: Response is unreliable: its validity interval is out-of-date

    at sun.security.provider.certpath.OCSPResponse.verify(Unknown Source)

    at sun.security.provider.certpath.OCSP.check(Unknown Source)

    at sun.security.provider.certpath.OCSP.check(Unknown Source)

    at sun.security.provider.certpath.OCSP.check(Unknown Source)

    at sun.security.provider.certpath.OCSP.check(Unknown Source)

    at com.sun.deploy.security.RevocationChecker$2.run(Unknown Source)

    at com.sun.deploy.security.RevocationChecker$2.run(Unknown Source)

    at java.security.AccessController.doPrivileged(Native Method)

    at com.sun.deploy.security.RevocationChecker.doPrivilegedOCSPCheck(Unknown Source)

    ... 14 more

what is this ???

Comments
Post Details
Added on Aug 4 2020
1 comment
6,374 views