Server Management - Remote Server Management
1752519 Members
4942 Online
108788 Solutions
New Discussion юеВ

Re: ILO 2 Advanced Java console doesn't work with Firefox 3.x, why??

 
Tom Lyczko
Super Advisor

ILO 2 Advanced Java console doesn't work with Firefox 3.x, why??

I get various Java errors:

These are the errors for the serial console:

load: class com.compaq.issg.lom.xterm.xterm not found.
java.lang.ClassNotFoundException: com.compaq.issg.lom.xterm.xterm
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection
failed:https://172.16.0.232/com/compaq/issg/lom/xterm/xterm.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 7 more
Exception: java.lang.ClassNotFoundException:
com.compaq.issg.lom.xterm.xterm

These are the errors for the remote Java console:

Java Plug-in 1.6.0_11
Using JRE version 1.6.0_11 Java HotSpot(TM) Client VM

load: class com.hp.ilo2.remcons.remcons.class not found.
java.lang.ClassNotFoundException: com.hp.ilo2.remcons.remcons.class
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at
sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection
failed:https://172.16.0.232/com/hp/ilo2/remcons/remcons/class.class
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 7 more
Exception: java.lang.ClassNotFoundException:
com.hp.ilo2.remcons.remcons.class

The Internet Explorer remote console does work.
Firefox is my default browser, though, and before I pay for ILO,
I would like to know that it will work as it is supposed to.

3 REPLIES 3

Re: ILO 2 Advanced Java console doesn't work with Firefox 3.x, why??

I had the same problem on a laptop running Fedora 10 x86_64. I spent some time fiddeling with the alternatives command line utility (a linux specific command) without any luck. Then closed Firefox, moved $HOME/.mozilla to $HOME/.mozilla.old, restarted Firefox and the iLO2 console started to work without any errors. So then I went on with finding out what the problem was by moving the newly generated .mozilla to .mozilla.new and .mozilla.old back to .mozilla. And the problem was reproduced.

My conclusion is that something was corrupted inside the original $HOME/.mozilla folder causing the java-applet to fail. Anyway, the fix for the problem in my case was to let Firefox regenerate the $HOME/.mozilla.

I'm not sure where Firefox put it's stuff on a Windows client, perhaps in the Application Data? I'm not sure.

My version of mozilla Firefox is 3.0.8 (3.0.8-1.fc10.x86_64)

BTW! If the remote machine is a Windows server, or any other server running in graphical mode, then the remote console will not work unless you have an advanced iLO2 license. The iLO2 console will only show text based consoles until you install a Advanced iLO/iLO2 license. You can get a trial Advanced iLO license at the HP website.
Adrian Bridgett
New Member

Re: ILO 2 Advanced Java console doesn't work with Firefox 3.x, why??

Well the real reason it fails for me (although only chrome told me why - others just fail) is that the software certificate expired in March 2009 (v1.78 firmware on a brand new G6 DL360).

In particular for the com.hp.ilo2.remcons.remcons class.

So I wonder when this will be fixed and how come it was done in the first place? Surely iLO firmware should work for let's say 10 years.
O-Deka-K
Occasional Visitor

Re: ILO 2 Advanced Java console doesn't work with Firefox 3.x, why??

I'm on CentOS 5.4 running Firefox 15.0.1 and JRE 1.7.0_15.

 

I know this is an old thread, but I've been fighting with this for a while and finally figured it out. I was getting a ClassNotFoundException for com.hp.ilo2.remcons.remcons.class.

 

The reason that it wasn't working for me was that I had set Firefox not to accept third-party cookies. After I allowed it again, Remote Console started working. This can be found under Firefox Preferences -> Privacy -> History -> Use custom settings for history -> Accept third-party cookies.