Sun Management Center Change Manager 1.0.1 Administration Guide

JavaScript and Request-Handling Errors Occur When You Access the Web Application After You Upgrade Your Server From Change Manager 1.0 to Change Manager 1.0.1

Description:

The Sun Management Center Web Console server continues to use the cached Change Manager 1.0 JSP classes instead of recompiling them from the new Change Manager 1.0.1 JSP sources.

Cause:

This happens because the JSP classes have a later timestamp than the JSP source files.

Solution:

Stop the Sun Management Center Web Console server, remove the cached Change Manager 1.0 JSP classes, then restart the web console server.

The procedure differs, depending on the version of Solaris you are running on the Change Manager server.

  • If you are running Solaris 9 12/02, or an earlier release of Solaris, run these commands:


    # /usr/sadm/sbin/smcwebserver stop
    # rm -rf /var/sadm/webconsole/work/localhost/changemgr
    # /usr/sadm/bin/smcwebserver start
    
  • If you are running at least Solaris 9 4/03, run these commands:


    # /usr/sadm/bin/smcwebserver stop
    # rm -rf /var/sadm/webconsole/work/Standalone/localhost/changemgr
    # /usr/sadm/bin/smcwebserver start