java - Applet Failed to Run -


when try run applet throw following exception,

java.security.cert.certificateexception: java.security.cert.certpathvalidatorexception: java.security.invalidkeyexception: wrong key usage @ com.sun.deploy.security.revocationchecker.checkocsp(unknown source) @ com.sun.deploy.security.revocationchecker.check(unknown source) @ com.sun.deploy.security.trustdecider.checkrevocationstatus(unknown source) @ com.sun.deploy.security.trustdecider.getvalidationstate(unknown source) @ com.sun.deploy.security.trustdecider.validatechain(unknown source) @ com.sun.deploy.security.trustdecider.isallpermissiongranted(unknown source) @ sun.plugin2.applet.plugin2classloader.istrustedbytrustdecider(unknown source) @ sun.plugin2.applet.plugin2classloader.gettrustedcodesources(unknown source) @ com.sun.deploy.security.cpcallbackhandler$parentcallback.strategy(unknown source) @ com.sun.deploy.security.cpcallbackhandler$parentcallback.openclasspathelement(unknown source) @ com.sun.deploy.security.deployurlclasspath$jarloader.getjarfile(unknown source) @ com.sun.deploy.security.deployurlclasspath$jarloader.access$1000(unknown source) @ com.sun.deploy.security.deployurlclasspath$jarloader$1.run(unknown source) @ java.security.accesscontroller.doprivileged(native method) @ com.sun.deploy.security.deployurlclasspath$jarloader.ensureopen(unknown source) @ com.sun.deploy.security.deployurlclasspath$jarloader.<init>(unknown source) @ com.sun.deploy.security.deployurlclasspath$3.run(unknown source) @ java.security.accesscontroller.doprivileged(native method) @ com.sun.deploy.security.deployurlclasspath.getloader(unknown source) @ com.sun.deploy.security.deployurlclasspath.getloader(unknown source) @ com.sun.deploy.security.deployurlclasspath.getresource(unknown source) @ sun.plugin2.applet.plugin2classloader$2.run(unknown source) @ java.security.accesscontroller.doprivileged(native method) @ sun.plugin2.applet.plugin2classloader.findclasshelper(unknown source) @ sun.plugin2.applet.applet2classloader.findclass(unknown source) @ sun.plugin2.applet.plugin2classloader.loadclass0(unknown source) @ sun.plugin2.applet.plugin2classloader.loadclass(unknown source) @ sun.plugin2.applet.plugin2classloader.loadclass0(unknown source) @ sun.plugin2.applet.plugin2classloader.loadclass(unknown source) @ sun.plugin2.applet.plugin2classloader.loadclass(unknown source) @ java.lang.classloader.loadclass(unknown source) @ sun.plugin2.applet.plugin2classloader.loadcode(unknown source) @ sun.plugin2.applet.plugin2manager.initappletadapter(unknown source) @ sun.plugin2.applet.plugin2manager$appletexecutionrunnable.run(unknown source) @ java.lang.thread.run(unknown source) suppressed: com.sun.deploy.security.revocationchecker$statusunknownexception @ com.sun.deploy.security.revocationchecker.checkcrls(unknown source) ... 34 more caused by: java.security.cert.certpathvalidatorexception: java.security.invalidkeyexception: wrong key usage @ sun.security.provider.certpath.ocspresponse.verifyresponse(unknown source) @ sun.security.provider.certpath.ocspresponse.<init>(unknown source) @ sun.security.provider.certpath.ocsp.check(unknown source) @ sun.security.provider.certpath.ocsp.check(unknown source) @ sun.security.provider.certpath.ocsp.check(unknown source) ... 35 more caused by: java.security.invalidkeyexception: wrong key usage @ java.security.signature.initverify(unknown source) ... 40 more 

our applet working fine until upgraded our pc java 7 update. application works fine in java 6 fails run in java 7.

i testing internet explorer,firefox , chrome.

i got link.. check helps or not..reported bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7198537


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -