Server Management - Systems Insight Manager
1833588 Members
4258 Online
110061 Solutions
New Discussion

Bug with SIM 4.2 and Java 1.5.0

 
Steve Kadish
Trusted Contributor

Bug with SIM 4.2 and Java 1.5.0

Hi,

There is a small, but annoying, incompatibility between SIM 4.2 and Java 1.5.0_01-b08.

If you load up a list (system, event, whatever) and click the top check box (which selects every item in the list), every item will be selected but the check mark you clicked will not be checked and none of the applicble action buttons will light up.

This error shows up in the Java Console:

Exception in thread "AWT-EventQueue-3" java.lang.NullPointerException
at com.hp.mx.portal.applet.view.tableview.MapleTable.setSelection(MapleTable.java:360)
at com.hp.mx.portal.applet.view.tableview.MapleTable$1.actionPerformed(MapleTable.java:268)
at javax.swing.Timer.fireActionPerformed(Unknown Source)
at javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Thanks,
- Steve