Note that there are some explanatory texts on larger screens.

plurals
  1. POCertificate Loading Issue
    primarykey
    data
    text
    <p>I have developed one applet and I am finding a strange behavior.</p> <p>This is for implemented security based application which build in GWT, Hibernate and Spring.</p> <p>The applet is mainly accessing browser certificates and using it for encryption and decryption of data.</p> <p>It is working fine on all the system but I don't know one client machine I am finding a strange behavior.</p> <p><strong>When I login in Internet Explorer. The applet loading stops at following point and then closes down automatically.</strong></p> <p>Error in applet console saying:</p> <blockquote> <p>basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@337d0f</p> <p>basic: Plugin2ClassLoader.addURL parent called for <a href="http://phil.etenders.in/securityApplet.jar" rel="nofollow">http://phil.etenders.in/securityApplet.jar</a> security: Blacklist revocation check is enabled security: Trusted libraries list check is enabled network: Cache entry found [url: <a href="http://phil.etenders.in/securityApplet.jar" rel="nofollow">http://phil.etenders.in/securityApplet.jar</a>, version: null] prevalidated=false/0</p> </blockquote> <p><strong>Removed Blacklist Revocation</strong> Check and Trusted Library check but there is no impact. (They are passing through well), </p> <p>If I open any sample applet from <a href="http://csis.pace.edu/~bergin/Java/applets.htm" rel="nofollow">http://csis.pace.edu/~bergin/Java/applets.htm</a> it stops on following line</p> <pre><code> basic: Plugin2ClassLoader.isTrustedByPolicy called basic: Plugin2ClassLoader.isTrustedByPolicy returns false </code></pre> <p><strong>Behaviour on all three browsers.</strong></p> <blockquote> <ol> <li>Firefox and Chrome : Does not load at all.</li> <li>IE : First time does not load when hit refresh it loads.</li> </ol> </blockquote> <p>Let me know if more detail needed. Refer <strong>source code</strong> from <a href="http://ideone.com/PXgr39" rel="nofollow">here</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload