The following table lists general errors and solutions in Network Configuration Manager.

Error

Solution

To conserve per-device communication resources, Network Configuration Manager migrates active sessions between user and privilege modes. Each driver class provides the specifications of this process in the commands for Cisco driver classes. The "disable" command is used when the session is deemed to be in the privilege mode.

When the external authentication provides the account credential in the privilege mode, the usage of saved commands executes in the user mode, which requires issuing the "disable" command in terminal communications.

The Cisco common driver code checks for the existence of a privilege password. If it does not exist, the process fails to guard against locking out of the session, and returns to the privilege mode.

This scenario can be overcome by saving a privilege password for a device in the Communications tab, this can also be done for multiple devices by appropriately highlighting the devices before accessing the tab.

A database failure warning message was displayed on a Windows server.

Recurring Daily Network Pull Job failed to schedule and remained in the approved status or executed at a wrong time.

This is a table corruption issue. The recurring jobs were created and they occupy a part of the cm_job table.

A workaround for this issue is to cluster the table by executing the following steps:

  1. Stop services

  2. Run the following command at the database prompt: cluster cm_job_pkey on cm_job; at the database prompt

  3. Restart services

  4. Observe the behavior of the Job on the next run.

JBOSS core dump is observed on Linux platforms

Check for the JAVA_OPTS value.

The MaxPermSize should be 512m. Restart JBOSS.

Launching of the user interface fails when it is launched using http.

Stop the iptables service using the command /etc/init.d/iptables stop

Relaunch the user interface.

Out of memory error in the client log.

When large number of device configuration is selected for saving, the out of memory error is observed.

The maximum number of device configuration that can be saved is 400 only.

Catalina displays the following error message:

The lock box stable value threshold was not met because the system fingerprint has changed. To reset the system fingerprint, open the lock box using the pass phrase. : File : /opt/smarts-ncm/lockbox/xml/csp.clb 

Perform the following steps:

  1. cd /opt/smarts-ncm/bin

  2. source /etc/voyence.conf

  3. cmd ./cstdriver -lockbox ../data/lockb.clb -passphrase <passphrase for lockbox>

  4. Restart vcmaster.

Launching of JMX Console fails with Blank page Perform the following steps to launch the JMX Console properly:
  1. Open the Internet Explorer and select Tools > Internet options.
  2. Select the Advanced tab, and then select Reset.
  3. In the Reset Internet Explorer settings dialog box, select Reset.
  4. When Internet Explorer finishes applying the default settings, select Close > OK.
  5. Restart your PC to apply the changes.