Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Solaris Management Console hanging

800451Apr 21 2008 — edited Oct 14 2009
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
$
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2009
Added on Apr 21 2008
23 comments
408 views