openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #11695
[Bug 527139]
details: http://icedtea.classpath.org//people/andrew/icedtea8?cmd=changeset;node=aca7e8363025
author: Omair Majid <omajid@xxxxxxxxxx>
date: Thu Jul 08 14:25:02 2010 -0400
PR460: Add ForbiddenTargetException for legacy support.
2010-07-08 Omair Majid <omajid@xxxxxxxxxx>
PR icedtea/460
* plugin/icedteanp/java/netscape/security/ForbiddenTargetException.java:
New file. Some applets, for legacy support, expect this class to be
present.
--
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in Ubuntu.
https://bugs.launchpad.net/bugs/527139
Title:
IcedTea does not work with Piraeus Online Banking (Ukraine)
Status in OpenJDK:
Fix Released
Status in openjdk-6 package in Ubuntu:
Fix Released
Bug description:
When I visit https://online.piraeusbank.ua and click on the "Standard
Client" (Стандартный клиент), I can not get to the login screen. The
status line shows "starting applet" and then it is replaced by "Start:
applet not initialized".
The following is printed to the terminal:
Looking for 0xafa74bcc 0xaf8a8a80 0xb58d988c (document)
java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8pre) (6b18~pre1-1ubuntu1)
OpenJDK Server VM (build 14.0-b16, mixed mode)
java.lang.InterruptedException: sleep interrupted
at java.lang.Thread.sleep(Native Method)
at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:670)
at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:645)
at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:295)
at sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:72)
Exception in thread "CheckCertApplet applet" java.lang.NoClassDefFoundError: netscape/security/ForbiddenTargetException
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2444)
at java.lang.Class.getDeclaredMethod(Class.java:1952)
at java.awt.Component.isCoalesceEventsOverriden(Component.java:5793)
at java.awt.Component.access$100(Component.java:167)
at java.awt.Component$3.run(Component.java:5747)
at java.awt.Component$3.run(Component.java:5745)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Component.checkCoalescing(Component.java:5744)
at java.awt.Component.<init>(Component.java:5713)
at java.awt.Container.<init>(Container.java:270)
at java.awt.Panel.<init>(Panel.java:64)
at java.awt.Panel.<init>(Panel.java:56)
at java.applet.Applet.<init>(Applet.java:65)
at cs.b.a.<init>(Unknown Source)
at cs.checkcertapplet.CheckCertApplet.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at java.lang.Class.newInstance0(Class.java:372)
at java.lang.Class.newInstance(Class.java:325)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:587)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:547)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:728)
java.lang.NullPointerException
at net.sourceforge.jnlp.NetxPanel.runLoader(NetxPanel.java:99)
at sun.applet.AppletPanel.run(AppletPanel.java:380)
at java.lang.Thread.run(Thread.java:636)
java.lang.NullPointerException
at sun.applet.AppletPanel.run(AppletPanel.java:430)
at java.lang.Thread.run(Thread.java:636)
java.lang.Exception: Applet initialization timeout
at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:633)
at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:295)
at sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:72)
java.lang.RuntimeException: Failed to handle message: handle 92277113 for instance 1
at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:656)
at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:295)
at sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:72)
Caused by: java.lang.Exception: Applet initialization timeout
at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:633)
... 2 more
Distributor ID: Ubuntu
Description: Ubuntu lucid (development branch)
Release: 10.04
Codename: lucid
icedtea6-plugin:
Installed: 6b18~pre1-1ubuntu1
Candidate: 6b18~pre1-1ubuntu1
Version table:
*** 6b18~pre1-1ubuntu1 0
500 http://archive.ubuntu.com lucid/main Packages
100 /var/lib/dpkg/status
openjdk-6-jdk:
Installed: 6b18~pre1-1ubuntu1
Candidate: 6b18~pre1-1ubuntu1
Version table:
*** 6b18~pre1-1ubuntu1 0
500 http://archive.ubuntu.com lucid/main Packages
100 /var/lib/dpkg/status
I have created a blank profile to minimize the impact of locally-
installed extensions.
Unfortunately, since sun java is dropped from Lucid this greatly
impacts my ability to work with this bank (the other link is "Light
Client" - Легкий клиент, which is a read-only version, w/o support for
account operations. This interface works fine with java plugin from
Sun.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openjdk/+bug/527139/+subscriptions
References