aobag-dev / jzebra

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

Error: "The applet did not load correctly. Communication to the applet has failed, likely caused by Java Security Settings." #238

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Downloaded latest version of qzprint (1.8.7)
2. Installed latest version of Java (1.8) 
3. Created test page and added reference to deployJava.js and copied deployQZ() 
and other javascript provided in sample.html. I added a call to qzReady() after 
the deployQZ() call.
4. Copied qz-print.jar and qz-print_jnlp.jnlp to same directory where test page 
is located
5. I am using IIS7 on Windows 8 therefore added the following setting to my 
web.config under <system.webserver>
    <staticContent>
      <mimeMap fileExtension=".jnlp" mimeType="application/x-java-jnlp-file" />
    </staticContent>
6. In Java configuration added qz-free.csr under Security > Manage Certificates 
> Signer CA
7. When navigating to page I get the following error:

ERROR:  The applet did not load correctly.  Communication to the applet has 
failed, likely caused by Java Security Settings.  CAUSE:  Java 7 update 25 and 
higher block LiveConnect calls once Oracle has marked that version as outdated, 
which is likely the cause.  
SOLUTION:    1. Update Java to the latest Java version           (or)  2. Lower 
the security settings from the Java Control Panel.

I have my Java security settings set to High. Only two options are provided: 
High and Very High.

Thanks

Original issue reported on code.google.com by thewo...@gmail.com on 25 Mar 2015 at 4:38

GoogleCodeExporter commented 8 years ago
Did you try http://demo.qzindustries.com ?

P.S. Our bug tracker is not intended to be a support forum.  We have a mailing 
list for that.

Original comment by tres.fin...@gmail.com on 25 Mar 2015 at 6:32

GoogleCodeExporter commented 8 years ago

Original comment by tres.fin...@gmail.com on 25 Mar 2015 at 6:32