Did anyone have a similar problem?
We are running Solaris Management Console 2.1 on Solaris 10 update 3
It was working fine until recently.
Now, it hangs forever.
We have no problem in launching it, loging to using our normal account, and switching to sysadmin role.
However, it hangs forever every time we try to do some action with the following error message showing on the terminal screen:
Exception in thread "Thread-21" java.lang.NoClassDefFoundError: com/sun/admin/cis/common/ShowCommands
at com.sun.admin.usermgr.client.users.UserContent$MyListFetch.listAll(UserContent.java:1133)
at com.sun.admin.cis.common.ListFetch.run(ListFetch.java:284)
I am not an expert in Java, but the above message seems to indicate a Sun JRE classpath problem. The symptom in the X-Windows session is always the same: hangs forever when trying to browse users to perform necessary operations, such as adding, deleting, changing groups, and so on.
We have the following JDK installed
$ java -version
java version "1.5.0_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode)
$
All the Java symbolic links seems OK
$ ls -l /usr | grep j
lrwxrwxrwx 1 root root 4 Apr 15 14:10 j2se -> java
drwxr-xr-x 9 root bin 512 Jun 21 2007 j2se.old
lrwxrwxrwx 1 root other 15 Feb 2 02:33 java -> jdk/jdk1.5.0_14
drwxr-xr-x 4 root bin 512 Feb 2 02:33 jdk
$