This is still broken on Intrepid using
ii icedtea6-plugin 6b12-0ubuntu6
I got this when running firefox from a terminal:
[EMAIL PROTECTED]:~$ firefox
ICEDTEAPLUGIN_DEBUG = (null)
ICEDTEAPLUGIN_DEBUG = (null)
Initializing JVM...
NOT IMPLEMENTED: virtual nsresult IcedTeaPluginInstance::Start()
Jar string: remcons.jar
jars length: 1
JNLPRuntime already initialized
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.LaunchException Fatal: Initialization Error: A fatal
error occurred while trying to verify jars.)
netx: Initialization Error: Could not initialize applet.
(net.sourceforge.jnlp.LaunchException Fatal: Initialization Error: A fatal
error occurred while trying to verify jars.)
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not
initialize applet.
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:472)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:418)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:597)
Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: A
fatal error occurred while trying to verify jars.
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:308)
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)
... 2 more
Caused by:
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: A fatal
error occurred while trying to verify jars.
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:308)
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)
NOT IMPLEMENTED: virtual nsresult IcedTeaPluginInstance::Stop()
IcedTeaPlugin.cc:3809: Error: Failed to flush bytes to output channel: Broken
pipe
[EMAIL PROTECTED]:~$
** Changed in: openjdk-6 (Ubuntu)
Sourcepackagename: icedtea-java7 => openjdk-6
--
The plugin does not properly start HP RiLOE II remote console
https://bugs.launchpad.net/bugs/198093
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” source package in Ubuntu: Incomplete
Bug description:
I have a java jar file, which is used by the HP RiLOE II remote console board.
The applet is embedded into the web interface of the RiLOE like so:
<!-- Use jar based archive -->
document.writeln("<APPLET CODE = \"remcons.class\" ARCHIVE = \"remcons.jar\"");
document.writeln("width="+consoleWidth+" height="+consoleHeight+">");
document.writeln("<PARAM NAME = ARCHIVE VALUE = \"remcons.jar\" >");
document.writeln("<PARAM NAME=\"DUALCURSOR\" VALUE=\"false\">");
The applet only produces a gray square area, with so signs of any interactivity.
When the applet does work, using the official JDK, the applet displays a screen
of my server, which I can use to remote control it.
Please note that on AMD64, I'm forced to using IcedTea as the official Sun JRE
does not provide a web plugin!
_______________________________________________
Mailing list: https://launchpad.net/~openjdk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openjdk
More help : https://help.launchpad.net/ListHelp