Cannot add clients to the DAS object in ConsoleOne

  • 3886714
  • 07-Feb-2007
  • 26-Apr-2012

Environment


Novell BorderManager 3.8
Novell NetWare 6.5
Novell NMAS Radius

Situation

Adding a client to the Dial Access System object in ConsoleOne doesn't save changes, and gives a "busy" cursor. Clicking the"Cancel" button prompts to save the changes, even though one of the"OK" or "apply" buttons was pressed.

Resolution

Ensure that the ConsoleOne application extension directory ("C:\Novell\ConsoleOne\1.2\ConsoleOneExt" in Windows,"/usr/ConsoleOne/ConsoleOneExt" in Linux) contains the njclv2.jar file. If it does not, copy this from a workstation that has the library, or copy it from a NetWare server that has ConsoleOne on it ("SYS:/public/mgmt/ConsoleOne/1.2/ConsoleOneExt/njclv2.jar"). Restart ConsoleOne.

Additional Information

Using the -debug and the -windowout parameters when starting ConsoleOne (in order to debug ConsoleOne), this error manifests itself with the following error message in the output :

SnapinClassLoader could not load bytes for class com.novell.java.io.EndianInputStream  Throwing ClassNotFoundException.
java.lang.NoClassDefFoundError: com/novell/java/io/EndianInputStream
at com.novell.admin.bm.snapins.dialaccesssystem.das.DasSecrets.readData(DasSecrets.java:156)
at com.novell.admin.bm.snapins.dialaccesssystem.das.DasSecrets.getAllSecretNamesOfType(DasSecrets.java:119)
at com.novell.admin.bm.snapins.dialaccesssystem.das.DasClientUIData.getNDSData(DasClientUIData.java:71)
at com.novell.admin.bm.snapins.dialaccesssystem.das.DasClientsPanel.setActive(DasClientsPanel.java:218)
at com.novell.admin.common.snapins.AdminPageSnapin.setActive(AdminPageSnapin.java)
at com.novell.utility.mpec.MPEC.gainFocus(MPEC.java)
at com.novell.utility.mpec.MPEC.initPages(MPEC.java)
at com.novell.application.console.shell.ShellStubs.showDetails(ShellStubs.java)
at com.novell.application.console.shell.Menus$6.actionPerformed(Menus.java)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
at javax.swing.AbstractButton.doClick(AbstractButton.java:269)
at com.novell.application.console.shell.ShellStubs.executeDefaultPopupMenuItemAction(ShellStubs.java)
at com.novell.application.console.snapin.MainShell.executeDefaultPopupMenuItemAction(MainShell.java)
at com.novell.application.console.consolesnapins.ListView.executeObjectEntry(ListView.java)
at com.novell.application.console.consolesnapins.ListView$MouseViewListener.mouseClicked(ListView.java)
at java.awt.Component.processMouseEvent(Component.java:5103)
at com.novell.application.console.util.vlist.VList.broadcastMouseEvent(VList.java)
at com.novell.application.console.util.vlist.VList.mouseClicked(VList.java)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
at java.awt.Component.processMouseEvent(Component.java:5103)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3207)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)