openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #04118
[Bug 440841] Re: IcedTea Plugin Dont work APPLET
I am running into the same problem trying to access an online learning
site
(http://www2.sunpoweruniversity.com/SunPowerContent/VAR/site/index.html).
When I go to that page, it fails to finish loading and prints the
following error messages to the console:
OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu1)
OpenJDK 64-Bit 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:735)
at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:649)
at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:270)
at sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:82)
java.lang.Exception: Applet initialization timeout
at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:637)
at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:270)
at sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:82)
java.lang.RuntimeException: Failed to handle message: handle 27270028 for instance 1
at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:660)
at sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:270)
at sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:82)
Caused by: java.lang.Exception: Applet initialization timeout
at sun.applet.PluginAppletViewer.handleMessage(PluginAppletViewer.java:637)
... 2 more
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize applet.
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:603)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:547)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:728)
Caused by: java.lang.NullPointerException
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:587)
... 2 more
Caused by:
java.lang.NullPointerException
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)
Error: Unable to fetch applet instance id from Java side.
I can close the tab, but shortly afterwards the CPU usage for the Java
process goes to 100%. I can manually kill the Java process and Firefox
will still continue running. I am running Ubuntu 10.04 x86-64, and I
have the following Java packages installed:
icedtea6-plugin 6b18-1.8-0ubuntu1
openjdk-6-jre 6b18-1.8-0ubuntu1
openjdk-6-jre-headless 6b18-1.8-0ubuntu1
openjdk-6-jre-lib 6b18-1.8-0ubuntu1
sun-java6-bin 6.20dlj-1ubuntu3
sun-java6-fonts 6.20dlj-1ubuntu3
sun-java6-jdk 6.20dlj-1ubuntu3
sun-java6-jre 6.20dlj-1ubuntu3
I also tried installing sun-java6-plugin instead of icedtea and openjdk,
but I still could not access the site. With Sun's Java plugin, I do not
get any errors on the console and Firefox completely locks up.
--
IcedTea Plugin Dont work APPLET
https://bugs.launchpad.net/bugs/440841
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in OpenJDK: Fix Released
Status in “openjdk-6” package in Ubuntu: Triaged
Bug description:
Installed icedtea6-plugin and openjdk6 with firefox 3.0.14 on ubuntu jaunty. All main pkgs (supported).
Icedtea dont load/runs/works with applets. One example are geogebra applet.
Trying to load any applets from this page would fail. http://www.slu.edu/classes/maymk/GeoGebra/
One applet that fail:
http://www.slu.edu/classes/maymk/GeoGebra/SecantToTangent.html
Tried on other pc with sun-java6-jdk/plugin and worked perfectly.
References