SMPATCH / SMC BROKEN

I am having a lot of issues with w/ smpatch. Two prod servers have lost the ability to run smc and updatemanager. I get the follwing error:

# smc

Warning: Cannot convert string

"-monotype-arial-regular-r-normal--*-140-*-*-p-*-

iso8859-1" to type FontStruct

Warning: Unable to load any usable ISO8859-1 font

Warning:

Name: FONTLIST_DEFAULT_TAG_STRING

Class: XmRendition

Conversion failed. Cannot load font.

Java Accessibility Bridge for GNOME loaded.

java.lang.InternalError: java/langNullPointerException

at sun.awt.motif.MComponentPeer.pSetFont(Native Method)

at sun.awt.motif.MComponentPeer.setFont(MComponentPeer.java:247)

at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:116)

at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:58)

at sun.awt.motif.MToolkit.createFrame(MToolkit.java:231)

at java.awt.Frame.addNotify(Frame.java:491)

at java.awt.Window.addNotify(Window.java:461)

at java.awt.Window.show(Window.java:513)

at

com.sun.management.viper.console.gui.VSplashScreen.show(VSplashScreen

.java:166)

at

com.sun.management.viperimpl.console.BaseConsoleOptionsManager.openCo

nsole(BaseConsoleOptionsManager.java:746)

at

com.sun.management.viperimpl.console.BaseConsoleOptionsManager.redire

ctToConsole(BaseConsoleOptionsManager.java:648)

at

com.sun.management.viperimpl.console.BaseConsoleOptionsManager.launch

Console(BaseConsoleOptionsManager.java:173)

at

com.sun.management.viperimpl.console.BaseConsoleOptionsManager.main(B

aseConsoleOptionsManager.java:861

I assume java is broken. Not being a java programmer I am at a loss. After countless searches on the web I decided to post the issue here in hops of a resolution.

I am currently installing another test server and trying to patch it up using smpatch update. I have read about other tools to patch Solaris 10 but was hoping to stay with Sun's tools.

Ironically, I moved numerous servers from FreeBSD to Solaris because I wanted binary updates and was getting tired of "make world".....

Any help/pointers would be greatly appreciated.

Thanks

[2268 byte] By [casteld73a] at [2007-11-27 6:47:01]
# 1
Bump....Anyone have any ideas.......I reinstalled Soalris sec\veral times and run into the same problem repeatedly. Anyone?
casteld73a at 2007-7-12 18:19:31 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Well, lets see ...There do happen to be forums for patch management and administration: http://forum.java.sun.com/index.jspa?tab=adminPerhaps those might be of some value, from whomever haunts those postings.
rukbata at 2007-7-12 18:19:31 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3

Assuming you are running Solaris 10 11/06, make sure you have jre/jdk 1.5.0.11 as your default java installation. SMC WILL NOT WORK with jdk 1.6+, along with Sun Studio 11, Java Media Player, jdshelp, etc.

If you have installed patch 121118-12, it will cause grave problems with smpatch and Sun Update Manager. I would remove it, return to 121118-10, and wait for the next rev of the patch.

sparcmastera at 2007-7-12 18:19:31 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4
Sparcmaster-I am coming from the BSD world. When I patched the serers there was a NOTES file in the directory where you download the source. Is there something like that for sun or do I need to read the info about each and every patch.
casteld73a at 2007-7-12 18:19:31 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 5

You shouldn't have to read info about every patch, but there are problems with some patches that you will discover through trial and error. Post problems with patches on this forum for help if you need it.

Whatever you do, if you are using Solaris 10, NEVER remove jre/jdk 1.5 from your system. You can install 1.6, but keep 1.5.0.11 as your main/default java.

sparcmastera at 2007-7-12 18:19:31 > top of Java-index,Solaris Operating System,Solaris 10 Features...