7.1 Identity Manager Engine Reports an Error After Upgrading iManager to Version 3.2.6.0300

Issue: After upgrading iManager to version 3.2.6.0300, you might encounter the following error in Identity Manager Engine component: java.lang.NoClassDefFoundError: Could not initialize class novel.jclient.JCContext

This issue happens because Identity Manager Engine 4.8.6 and iManager 3.2.6.0300 do not support the same version of Java.

Workaround: After upgrading iManager to version 3.2.6.0300, perform the following steps:

  1. Log in to the server where iManager is installed.

  2. Copy the jclient.jar file from the iManager lib folder and to eDIrectory lib folder using the following command:

    cp /var/opt/novell/iManager/nps/WEB-INF/lib/jclient.jar /opt/novell/eDirectory/lib64/jclient.jar
  3. Restart nds using the following commands:

    ndsmanage stopall
    ndsmanage startall