openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #02526
[Bug 198093] Re: The plugin does not properly start HP RiLOE II remote console
I run the latest available versions and I have the same issue which make
this issue fully reproducible. Mine also occurs when I open the page to
my Compaq Remote Insight Lights-Out Edition
$ aptitude search icedtea openjdk -F "%V %v %p"
6b14-1.4.1 6b14-1.4.1 icedtea-6-jre-cacao
1.0-1ubunt <geen> icedtea-gcjwebplugin
<geen> <geen> icedtea6-jre-cacao
6b14-1.4.1 6b14-1.4.1 icedtea6-plugin
6b14-1.4.1 <geen> openjdk-6-dbg
6b14-1.4.1 <geen> openjdk-6-demo
6b14-1.4.1 <geen> openjdk-6-doc
6b14-1.4.1 6b14-1.4.1 openjdk-6-jdk
6b14-1.4.1 6b14-1.4.1 openjdk-6-jre
6b14-1.4.1 6b14-1.4.1 openjdk-6-jre-headless
6b14-1.4.1 6b14-1.4.1 openjdk-6-jre-lib
6b14-1.4.1 <geen> openjdk-6-jre-zero
6b14-1.4.1 <geen> openjdk-6-source
6b14-1.4.1 <geen> openjdk-6-source-files
** Changed in: openjdk-6 (Ubuntu)
Status: Incomplete => Confirmed
--
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!