Monday, January 19, 2015

NetIQ IDM 4.0.2 Install - iManager Error



Considering I keep forgetting to do this in my lab environments I thought I post a quick note on it.

Environment:
SLES 11 64 bit SP3
IDM 4.0.2

Error:
Unable to create AdminNamespace. java.lang.NoClassDefFoundError: Could not initialize class com.novell.admin.ns.nds.jclient.NDSNamespaceImpl




From tomcat log file:
java.lang.UnsatisfiedLinkError: /var/opt/novell/iManager/nps/WEB-INF/bin/linux/libJClient.so.1.0.0: libstdc++.so.5: cannot open shared objec
t file: No such file or directory
NDSNamespaceImpl....235 java.lang.Exception: Unable to initialize JClient: java.lang.UnsatisfiedLinkError: /var/opt/novell/iManager/nps/WEB-
INF/bin/linux/libJClient.so.1.0.0: libstdc++.so.5: cannot open shared object file: No such file or directory

Fix:
Install libstdc++33-32bit
Command: yast –i libstdc++33-32bit

Reference:
https://www.netiq.com/documentation/imanager/imanager_install/data/bobxl9n.html

No comments:

Followers