ConsoleOne JClient error
Firstly, I just found these forums. Some good info here!
This all started when I installed Java 5 from yast2. On one of our SLES boxes when I launch ConsoleOne it looks normal. Let me autheticate to NDS. But when I try to select anything in the tree I get the following errors in the terminal:
GW-CH2A:/usr/ConsoleOne/bin # ./ConsoleOne
Novell JClient 1.3.1182-1.3.1182. Copyright 1999 Novell Inc. All Rights Reserved.
java.lang.AbstractMethodError: com.novell.gw.admin.view.GWListView$GWListViewEnum eration.getCount()I
at com.novell.application.console.util.vlist.BListCon tentUI.getCount(BListContentUI.java)
at com.novell.application.console.util.vlist.VListCon tentPanel.getCount(VListContentPanel.java)
at com.novell.application.console.util.vlist.VList.se tModel(VList.java)
at com.novell.gw.admin.view.GWListView.refresh(Unknow n Source)
at com.novell.gw.admin.view.GWView.getView(Unknown Source)
at com.novell.application.console.shell.ViewManager.s howView(ViewManager.java)
at com.novell.application.console.shell.ViewManager.t reeItemSelected(ViewManager.java)
at com.novell.application.console.shell.ViewManager.s electionChanged(ViewManager.java)
at com.novell.application.console.shell.GuiSwitcher.s electionChanged(GuiSwitcher.java)
at com.novell.application.console.shell.ShellSelectio nEventCoordinator.selectionChanged(ShellSelectionE ventCoordinator.java)
at com.novell.application.console.shell.ShellStubs.po stShellSelectionEvent(ShellStubs.java)
at com.novell.application.console.shell.Tree$4.valueC hanged(Tree.java)
at javax.swing.JTree.fireValueChanged(JTree.java:2406 )
at javax.swing.JTree$TreeSelectionRedirector.valueCha nged(JTree.java:2777)
at javax.swing.tree.DefaultTreeSelectionModel.fireVal ueChanged(DefaultTreeSelectionModel.java:629)
at javax.swing.tree.DefaultTreeSelectionModel.notifyP athChange(DefaultTreeSelectionModel.java:1076)
at javax.swing.tree.DefaultTreeSelectionModel.setSele ctionPaths(DefaultTreeSelectionModel.java:287)
at javax.swing.tree.DefaultTreeSelectionModel.setSele ctionPath(DefaultTreeSelectionModel.java:170)
at javax.swing.JTree.setSelectionPath(JTree.java:1181 )
at javax.swing.plaf.basic.BasicTreeUI.selectPathForEv ent(BasicTreeUI.java:2192)
at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.ha ndleSelection(BasicTreeUI.java:2840)
at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mo usePressed(BasicTreeUI.java:2801)
at java.awt.AWTEventMulticaster.mousePressed(AWTEvent Multicaster.java:218)
at java.awt.AWTEventMulticaster.mousePressed(AWTEvent Multicaster.java:217)
at java.awt.AWTEventMulticaster.mousePressed(AWTEvent Multicaster.java:217)
at java.awt.Component.processMouseEvent(Component.jav a:5131)
at java.awt.Component.processEvent(Component.java:493 1)
at java.awt.Container.processEvent(Container.java:156 6)
at java.awt.Component.dispatchEventImpl(Component.jav a:3639)
at java.awt.Container.dispatchEventImpl(Container.jav a:1623)
at java.awt.Component.dispatchEvent(Component.java:34 80)
at java.awt.LightweightDispatcher.retargetMouseEvent( Container.java:3450)
at java.awt.LightweightDispatcher.processMouseEvent(C ontainer.java:3162)
at java.awt.LightweightDispatcher.dispatchEvent(Conta iner.java:3095)
at java.awt.Container.dispatchEventImpl(Container.jav a:1609)
at java.awt.Window.dispatchEventImpl(Window.java:1590 )
at java.awt.Component.dispatchEvent(Component.java:34 80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 450)
at java.awt.EventDispatchThread.pumpOneEventForHierar chy(EventDispatchThread.java:197)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:144)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:136)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:99)
I have uninstalled Java 5 and also tried reinstalling Novell JClient but neither worked. Any help short of rebuilding the box would be appreciated.
|