openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #02566
[Bug 198093] Re: The plugin does not properly start HP RiLOE II remote console
This is the output captured from the console when starting firefox from
console
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize applet.
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:495)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:441)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:620)
Caused by: java.lang.NullPointerException
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:481)
... 2 more
Caused by:
java.lang.NullPointerException
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:481)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:441)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:620)
java.lang.NullPointerException
at net.sourceforge.jnlp.NetxPanel.runLoader(NetxPanel.java:102)
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)
--
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” package in Ubuntu: Confirmed
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!