Sun Java Enterprise System 5 Release Notes for UNIX

Access Manager Uninstallation Issues

The Access Manager monitoring module is not unregistered during uninstallation (6360971, 6369681)

When uninstalling Access Manager, its monitoring module descriptor is not unregistered.

Solution Use cacaoadm to unregister the com.sun.cmm.am descriptor:

  1. Confirm the presence of the com.sun.cmm.am descriptor:


    # cacaoadm list-modules
    List of modules registered:
    com.sun.cacao.agent_logging 1.0
    ...
    com.sun.cmm.am 1.0
    ...
  2. Unregister the descriptor:


    # cacaoadm unregister-module com.sun.cmm.am.xml
  3. Restart cacao:


    cacaoadm restart
  4. Confirm that com.sun.cmm.am has been unregistered:


    # cacaoadm list-modules
    List of modules registered:
    com.sun.cacao.agent_logging 1.0
    ...

    (com.sun.cmm.am 1.0 should no longer appear in the list of registered modules.)