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

注:
 已生成用于加密管理资料档案库中敏感数据的加密密钥。如果此密钥丢失, 则资料档案库中的所有加密数据都将无法使用。

信息: oracle.sysman.top.oms:calling function BIPConfig : writeInFile:D:\oem\mid\install\setupinfo.txt data 

以下位置也提供此信息: 

    D:\oem\mid\install\setupinfo.txt

请查看下面的内容以获取与 Enterprise Manager 安装有关的信息:


使用以下 URL 可以访问:

    1. Enterprise Manager Cloud Control URL: https://WIN-87L5NG3HGT4:7799/em
    2. 管理服务器 URL: https://WIN-87L5NG3HGT4:7101/console
    3. BI Publisher URL: https://WIN-87L5NG3HGT4:9802/xmlpserver/servlet/home

安装其他 OMS 时需要提供以下详细信息:

    1. 管理服务器主机名: WIN-87L5NG3HGT4
    2. 管理服务器端口: 7101

可以在以下位置查找此部署所使用端口的详细信息: D:\oem\mid\install\portlist.ini


 注:
 已生成用于加密管理资料档案库中敏感数据的加密密钥。如果此密钥丢失, 则资料档案库中的所有加密数据都将无法使用。

信息: oracle.sysman.top.oms:start writing
信息: oracle.sysman.top.oms:data written successfully
信息: oracle.sysman.top.oms:file flush successfully
信息: oracle.sysman.top.oms:file closed successfully
信息: oracle.sysman.top.oms:The plug-in BI Publisher Configuration has failed its perform method

C:\Users\jyc>set CLASSPATH=

C:\Users\jyc>d:

D:\>cd D:\oem\mid\oui\bin

D:\oem\mid\oui\bin>D:\oem\mid\oui\bin\runConfig.bat ORACLE_HOME=D:\oem\mid MODE=perform ACTION=configure COMPONENT_XML={encap_oms.1_0_0_0_0.xml}

13.4: OMS Install/Upgrade Fails During BIP Configuration (Doc ID 2634802.1) To BottomTo Bottom

In this Document

  Symptoms
  Cause
  Solution
  References

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_<timestamp>.log

INFO: oracle.sysman.top.oms:Cannot find Jar file #1 named '<PATH>'
INFO: oracle.sysman.top.oms:Cannot find Jar file #2 named '<PATH>'
INFO: oracle.sysman.top.oms:Cannot find Jar file #3 named '<PATH>'
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.

猜你喜欢

转载自blog.csdn.net/jycjyc/article/details/108914164