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:
Log in to the server where iManager is installed.
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
Restart nds using the following commands:
ndsmanage stopall ndsmanage startall