If you click the Resource Groups link in the N1 Advance Architecture (N1AA) graphical user interface (GUI), the operation fails and the following exception is thrown:
Application Error com.iplanet.jato.NavigationException: Exception encountered during forward Root cause = [java.lang.NoSuchMethodError: com.sun.n1.sps.model. install.InstalledComponentBean.getGeneratedVariableSettings ()Lcom/sun/n1/sps/model/component/GeneratedVariableSettings;] |
This error occurs on systems that are running the Solaris 9 and Solaris 10 operating systems.
Workaround: Follow these steps.
Download and apply the following patches to the Master Server and CLI client.
These patches are available at http://sunsolve.sun.com.
System |
Operating System |
Patch ID |
---|---|---|
Master Server |
Solaris OS for SPARC based systems |
122989–01 |
Solaris OS for x86 based systems |
122990–01 |
|
CLUI |
Solaris OS for SPARC based systems |
122991–01 |
Solaris OS for x86 based systems |
122992–02 |
Stop the Sun Java Web Console.
# /usr/sbin/smcwebserver stop |
Unregister the N1AA application.
# /usr/sbin/smreg remove -a com.sun.web.admin.n1aa_2.2.4 |
Reregister the N1AA application.
# /usr/sbin/smreg add -a /usr/share/webconsole/n1aa |
Start the Sun Java Web Console.
# /usr/sbin/smcwebserver start |