Sponsored Content
Full Discussion: Smc
Operating Systems Solaris Smc Post 302077469 by RTM on Thursday 22nd of June 2006 10:28:09 AM
Old 06-22-2006
Post the OS and version - post the exact error you receive.

Example from Sunsolve:

What causes the following fatal java exception when I try to run Solaris
Management Console 2.1 on Solaris 9?

zp@wildfire> smc
Warning: Cannot convert string
"-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct
com.sun.management.viper.CriticalStopException: javax/help/JHelp
at
com.sun.management.viperimpl.console.gui.SMCConsole.start(SMCConsole.java:276)

Resolution:
The problem was that the SUNWjhrt package had been deleted. SMC relies on it.
The solution is to pkgadd it.

It exists on the Solaris 9 - disk2 of the OS

/Solaris_9/Product/SUNWjhrt.


It does not exist in the Java[TM] 1.4.2 runtime or the Java 1.4.2 SDK that can
be downloaded from the net.
( http://java.sun.com/j2se/1.4.2/download.html )
It is a separate product; an extension to Java at this point.
It was developed separately and not a part of the JDK so it isn't bundled
with the basic Java downloads. Thus, the confusion.

This optional JavaHelp technology bundle that can be downloaded separately from http://java.sun.com .
(As of the date of publication of this doc, it is) http://java.sun.com/products/javahelp/index.jsp
Temporary Workaround: Top

Additional Information: Top

Another instance of this problem may show up simply by updating the version of Java from one supported version to another. eg: from 1.4.1 to 1.4.2.
Java v1.4.1 ships with Solaris[TM] 9. It contains the JavaHelp extension packages which SMC requires. The downloaded v1.4.2 does not (as stated above in the Resolution section).

One solution would be to pkgrm the four Java Help packages from the older 1.4.1 directory, and pkgadd the same four packaged into the newer 1.4.2 directory.

There are four packages in the JavaHelp Technology bundle

application SUNWjhdem JavaHelp Demos
application SUNWjhdev JavaHelp Development Utilities
application SUNWjhdoc JavaHelp Documentation
application SUNWjhrt JavaHelp Runtime


The first three depend on SUNWjhrt.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing SMC

I justed installed Solaris 9 for Sparc, for some reason SMC was not installed. How can I reinstall SMC, with out reinstall solaris 9. Could some one please help me out. Thanks Chamkils (2 Replies)
Discussion started by: chamkila
2 Replies

2. Solaris

SMC Help Please

We changed our root password on one of our Master NIS machines. We tried going into the SMC after the password change and it keeps failing for root login. I can login to the server via the root account. Just cannot open the SMC with the root account. This user is required to manage the users. ... (2 Replies)
Discussion started by: buckhtr77
2 Replies

3. UNIX for Dummies Questions & Answers

smc problem

Hello, I've a Solaris 10. When I attemp to run SMC and click somthing there (for example "system information") , an error message is shown on the screen and says me WBEM is not running. (But actually WBEM is working). It says "if WBEM runing, I should stop/start wbem and try again." but I do it... (0 Replies)
Discussion started by: XNOR
0 Replies

4. UNIX for Advanced & Expert Users

Creating Users with SMC

Hi, I tried to create a user test1 using SMC and its only partially created with following errors: Jun 25 13:44:54 wasana WBEM_Logging_Service: The alias for user test1 could not be created. This indicates an error accessing the alias table. The error was null. Jun 25 13:44:54 wasana... (2 Replies)
Discussion started by: chaandana
2 Replies

5. Solaris

cannot new user with smc

Hi, I am new to solaris and i am trying solaris 10 7/08. I cannot add new user account with smc. I got the error "the management domain file:/solaris/solaris does not exist". Host name of my box is solaris. I do not know what should i do. Can someone help me pls? Regards, rock2happy (4 Replies)
Discussion started by: rock2happy
4 Replies

6. Solaris

SMC require a password

Launching for the first time Solaris Management Console. Management Tools - This Computer - System Status - System Information. A window with info appear: In the right side: Solaris Management Console Server: 127.0.0.1 User Name: Root (Already written. And under it Password: (need typing).... (1 Reply)
Discussion started by: Xcislav
1 Replies

7. Solaris

SMC not opening

I am working with Solaris 9.In that I am trying to open SMC(Solaris Management Console) but when I am clicking it,nothing is opening. Can any1 tell me why it is not opening??:confused: (1 Reply)
Discussion started by: smartgupta
1 Replies

8. Solaris

A little help with SMC

I installed the smc and now I'm getting the below error when i try to access it via web. Apache Tomcat/4.0.5 - HTTP Status 404 - /smconsole.jnlp The service Apache2 is in maintenance mode and I can't get it online. Can someone help with this please? Thanks. (5 Replies)
Discussion started by: bbbngowc
5 Replies

9. Solaris

SMC server is not working

Hi Guys, I m using Solaris 10. When I run smc, I get message No SMC Server available please start the smc server in Server Toolbox Window. How can I start SMC (solaris management console) on solaris 10? it's standalone server. (2 Replies)
Discussion started by: daya.pandit
2 Replies

10. Solaris

SMC Display error

Dear all, I try to run smc but i have the below message : It appears you are attempting to run the graphical Solaris Management Console from a terminal which does not have a suitable 'DISPLAY' environment. Please check your 'DISPLAY' settings and that the user identity of this terminal... (1 Reply)
Discussion started by: dhrabah
1 Replies
rmiregistry(1)						      General Commands Manual						    rmiregistry(1)

NAME
rmiregistry - Java remote object registry SYNOPSIS
rmiregistry [ port ] DESCRIPTION
The rmiregistry command creates and starts a remote object registry on the specified port on the current host. If port number is omitted, the registry is started on port 1099. The rmiregistry command produces no output and is typically run in the background. For example: example% rmiregistry & A remote object registry is a bootstrap naming service that is used by RMI servers on a host to bind remote objects to names. Clients can then look up remote objects and make remote method invocations. The registry is typically used to locate the first remote object on which an application needs to invoke methods. That object in turn pro- vides application-specific support for finding other objects. The methods of the java.rmi.registry.LocateRegistry class are used to get a registry operating on a particular host or host and port. The URL-based methods of the java.rmi.Naming class operate on a registry and can be used to look up a remote object, bind a simple (string) name to a remote object, rebind a new name to a remote object (overriding the old binding), unbind a remote object, and list the URLs bound in the registry. OPTIONS
The following option is supported: -Joption Used in conjunction with any java option, this option passes option (no spaces between -J and option) on to the java inter- preter. SEE ALSO
See (or search java.sun.com) for the following: java.rmi.Naming @ http://java.sun.com/j2se/1.5/docs/api/java/rmi/Naming.html java.rmi.registry.LocateRegistry @ http://java.sun.com/j2se/1.5/docs/api/java/rmi/registry/LocateRegistry.html 23 Apr 2001 rmiregistry(1)
All times are GMT -4. The time now is 04:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy