Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255493 - signed applets not working with icedtea6-bin-1.3.1
Summary: signed applets not working with icedtea6-bin-1.3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Java team
URL: https://ibank.cib.hu/Applet2.html
Whiteboard:
Keywords:
Depends on: 258079
Blocks: icedtea-tracker
  Show dependency tree
 
Reported: 2009-01-19 11:15 UTC by Lukács, Árpád
Modified: 2009-02-09 22:08 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)