Configure Oracle Configuration Manager Manually After Enterprise Manager Installation

During Enterprise Manager 13c Release 4 installation process, Oracle Configuration Manager (OCM) setup is optional and done through My Oracle Support Details screen.

If there is no connectivity to ccr.oracle.com when providing My Oracle Support credentials for OCM configuration, you will get exception errors similar to the following:

Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError:
oracle/ewt/lwAWT/LWComponent 
at oracle.sysman.install.oneclick.ocm.EMGCOCMProxy.mkMllLabel(EMGCOCMProxy.java:1433)
at oracle.sysman.install.oneclick.ocm.EMGCOCMProxy.createUI(EMGCOCMProxy.java:488)
at oracle.sysman.install.oneclick.ocm.EMGCOCMProxy.<init>(EMGCOCMProxy.java:205) 
at oracle.sysman.install.oneclick.ocm.EMGCOCMUI.validateConnection(EMGCOCMUI.java:454)
at oracle.sysman.install.oneclick.ocm.EMGCOCMUI.validateInputs(EMGCOCMUI.java:571)
at oracle.sysman.install.oneclick.ocm.EMGCOCMInterfaceManager.validate(EMGCOCMInterfaceManager.java:246)
at oracle.sysman.install.oneclick.EMGCOCMDialogonNext.actionsOnClickofNext(EMGCOCMDialogonNext.java:85)
...

To avoid the errors, do not provide your My Oracle Support email address or My Oracle Support password when you get to the My Oracle Support Details screen and configure Oracle Configuration Manager later.

After the Enterprise Manager 13c Release 4 installation process completed, you can configure Oracle Configuration Manager manually by running the following on each OMS instance:

  1. Stop OMS
  2. Run setupCCR /configCCR without ORACLE_CONFIG_HOME environment variable set:

    For Linux: $ORACLE_HOME/oracle_common/ccr/bin/setupCCR /configCCR -a

    For Windows: $ORACLE_HOME/oracle_common/ccr/bin/setupCCR /configCCR.exe -a

  3. Start OMS

(Bug 30812916)