当前位置: 代码迷 >> 综合 >> 13.4OEM The plug-in BI Publisher Configuration has failed its perform method
  详细解决方案

13.4OEM The plug-in BI Publisher Configuration has failed its perform method

热度:88   发布时间:2024-02-27 00:35:27.0

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:

  1. Close the installer window.

  2. Unset the CLASSPATH variable:

    $ export CLASSPATH=

  3. 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}

  4. The Install/Upgrade will resume the BIP Configuration.

  相关解决方案