OEM安装到最后会有插件安装失败
这里是OEM的一个BUG
APPLIES TO:
Enterprise Manager Base Platform - Version 13.4.0.0.0 and later
Information in this document applies to any platform.
SYMPTOMS
Installing/Upgrading to OMS 13.4 fails during the BIP Configuration without much errors except for this one:
INFO: oracle.sysman.top.oms:The plug-in BI Publisher Configuration has failed its perform method
Screening through the configuration logs reveals the following error:
$OMS_HOME/cfgtoollogs/cfgfw/CfmLogger_.log
INFO: oracle.sysman.top.oms:Cannot find Jar file #1 named ‘
INFO: oracle.sysman.top.oms:Cannot find Jar file #2 named ‘
INFO: oracle.sysman.top.oms:Cannot find Jar file #3 named ‘
INFO: oracle.sysman.top.oms:There are missing Java CLASSPATH elements, aborting!
INFO: oracle.sysman.top.oms:The OutOfBox command execution completed with the status 1.
CAUSE
The installation/upgrade to 13.4 fails when the CLASSPATH variable is set. This was reported in an internal bug.
SOLUTION
The fix for this issue is available from 13.4 Release Update 2. This patch can be applied during the install/upgrade by following the instructions from the document:
13.4: How To Apply Release Updates on OMS During Installation/Upgrade Note 2670039.1
Workaround: If patching is not an option or the install/upgrade is already in progress, this issue can be fixed by following the steps:
-
Close the installer window.
-
Unset the CLASSPATH variable:
$ export CLASSPATH=
-
Resume the Install/Upgrade using the runConfig.sh script:
$ OMS_HOME/oui/bin> ./runConfig.sh ORACLE_HOME=$OMS_HOME MODE=perform ACTION=configure COMPONENT_XML={encap_oms.1_0_0_0_0.xml}
-
The Install/Upgrade will resume the BIP Configuration.