Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 255493

Summary: signed applets not working with icedtea6-bin-1.3.1
Product: Gentoo Linux Reporter: Lukács, Árpád <lukacs.arpad>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: major CC: gentoo, gnu_andrew, kanelxake
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://ibank.cib.hu/Applet2.html
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 258079    
Bug Blocks: 247140    

Description Lukács, Árpád 2009-01-19 11:15:51 UTC
Signed applets, like the above e-banking site do not work with the icedtea6-bin
java plugins.
Relevant error messages:
java.lang.NullPointerException
        at net.sourceforge.jnlp.tools.JarSigner.verifyJars(JarSigner.java:192)
        at net.sourceforge.jnlp.runtime.JNLPClassLoader.verifyJars(JNLPClassLoader.java:609)
        at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:302)
        at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:134)
        at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:191)
        at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:445)
        at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:418)
        at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:597)
netx: Initialization Error: Could not initialize applet. (net.sourceforge.jnlp.Laun

Reproducible: Always

Steps to Reproduce:
1. Try opening the site: https://ibank.cib.hu/Applet2.html
2.
3.

Actual Results:  
none

Expected Results:  
Opening logon page of e-bank.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2009-02-09 18:46:39 UTC
Please try the just-added icedtea6-bin-1.4
Comment 2 Peter Weilbacher 2009-02-09 21:11:30 UTC
Yay, works for me on all the problematic pages, including the one in the URL field. Thanks! :-)
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2009-02-09 22:08:04 UTC
Great :)