ramonlopes / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

jZebra applet is not losing in self signed htttps pages. #197

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. We are using your applet code from sample.html and using it in our https page
2. We are running the application container using tomcat
3. When we tried to run the https page on firefox. we encounter the following 
error :

IcedTea-Web Plugin version: 1.4.1 (rhel-0.el6-x86_64)
Wed Dec 11 14:59:32 IST 2013
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not 
initialize applet. For more information click "more information button".
   at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:734)
   at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:662)
   at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:914)
Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: A 
fatal error occurred while trying to verify jars. An exception has been thrown 
in class JarCertVerifier. Being unable to read the cacerts or trusted.certs 
files could be a possible cause for this exception.: error in opening zip file
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:680)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:249)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:382)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:444)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:420)
   at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:700)
   ... 2 more

Chain:
1) at Wed Dec 11 14:59:25 IST 2013
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: A fatal 
error occurred while trying to verify jars. An exception has been thrown in 
class JarCertVerifier. Being unable to read the cacerts or trusted.certs files 
could be a possible cause for this exception.: error in opening zip file
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:680)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:249)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:382)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:444)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:420)
   at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:700)
   at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:662)
   at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:914)
2) at Wed Dec 11 14:59:25 IST 2013
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not 
initialize applet. For more information click "more information button".
   at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:734)
   at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:662)
   at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:914)
Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: A 
fatal error occurred while trying to verify jars. An exception has been thrown 
in class JarCertVerifier. Being unable to read the cacerts or trusted.certs 
files could be a possible cause for this exception.: error in opening zip file
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:680)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:249)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:382)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:444)
   at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:420)
   at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:700)
   ... 2 more

What is the expected output? What do you see instead?
The applet should run and install. We see the above exception after clicking on 
applet.

What version of the product are you using? On what operating system?
We are using the latest version. OS Cent OS

Please provide any additional information below.

Original issue reported on code.google.com by indrajit...@nvsoft.com on 11 Dec 2013 at 11:26

GoogleCodeExporter commented 8 years ago

Original comment by tres.fin...@gmail.com on 26 Aug 2014 at 12:32