"unable to create adminNamespace.jar" when logging into iManager

  • 3919079
  • 26-Sep-2007
  • 30-Apr-2012

Environment

Novell iManager 2.6
Novell SUSE Linux Enterprise Server 9 64 Bit

Situation

After an upgrade from iManager 2.5 the error "unable to create adminNamespace.jar" appears when trying to login. This appears to only occur when upgrading to iManager 2.6 on SLES 9 64 bit.
This error occurred because the following links were not created:
libJClient_g.so -> libJClient.so.1.0.0
libJClient.so -> libJClient.so.1.0.0
libJClient.so.1 -> libJClient.so.1.0.0

Resolution

While in the /var/opt/novell/iManager/nps/WEB-INF/bin/linux directory, run the following commands:
ln -s libJClient.so.1.0.0 libJClient_g.so
ln -s libJClient.so.1.0.0 libJClient.so
ln -s libJClient.so.1.0.0 libJClient.so.1