smc stops working after installing patch 121309-03

Hi,

After installing 121309-03 (patch for smc) smc won't start and gives this error:

[ERROR]

Exception in thread"main" java.lang.UnsupportedClassVersionError: com/sun/management/viperimpl/console/BaseConsoleOptionsManager (Unsupported major.minor version 49.0)

at java.lang.ClassLoader.defineClass0(Native Method)

at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)

at java.net.URLClassLoader.access$100(URLClassLoader.java:55)

at java.net.URLClassLoader$1.run(URLClassLoader.java:194)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(URLClassLoader.java:187)

at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)

at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

[/ERROR]

i don't know java and i can make any sense of this message.

is anybody else facing the same problem?

regards,

girish

[1280 byte] By [ephemera] at [2007-11-26 8:08:18]
# 1
Can you post the output of "java -version" please?
SunSSE at 2007-7-6 20:49:04 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2

Hi,

sorry had to reinstall solaris as i was having another wierd problem with it.

[rant]

after booting and before starting X the system would become unresponsive as if under extremely heavy load but vmstat show only about 5% cpu usage and iostat shows only 1-2 kb/s of disk activity, actually its a command "fc-cache" thats causing the problem, disabling this service from smf somehow does'nt prevent it from starting again on next boot, so i decided that i had enough and reinstalled solaris.

[/rant]

it seems to be patch problem since smc worked when i removed the patch 121309-03.

if i remember correctly java update 7 patch was installed.

anyway, thanks.

girish

ephemera at 2007-7-6 20:49:04 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...