The plug-in OMS Configuration has failed its perform method on 11.2.0 RDBMS
The plug-in OMS Configuration has failed its perform method
After installing the OEM software using the response file, its time to configure the OEM to complete the installation.
The following error is encountered with i ran it while trying to Configure OEM 10.2.0.5 against a 11.2.0 Oracle Database.
[oracle@oem]$ /u00/oracle/product/10.2.0/oms10g/perl/bin/perl /u00/oracle/product/10.2.0/oms10g/sysman/install/ConfigureGC.pl /u00/oracle/product/10.2.0
INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
‘Enter SYS user’s password :
Enter repository user password :
Enter My Oracle Support user password :
Getting temporary tablespace from database…
Could not connect to SYS/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oem.yenlo.nl)(PORT=1521)))(CONNECT_DATA=(SID=R001))): ORA-01017: invalid username/password; logon denied (DBD ERROR: OCISessionBegin)
‘
INFO: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
”
INFO: oracle.sysman.top.oms:RepManager Create Repository Error = 50. Please check the log file at /u00/oracle/product/10.2.0/oms10g/sysman/log/emca_repos_create20_13_52.log
WARNING: oracle.sysman.top.oms:EmcpPlug:startProcessing:Exception in runner=RepManager Create Repository Error = 50. Please check the log file at /u00/oracle/product/10.2.0/oms10g/sysman/log/emca_repos_create20_13_52.log
INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
INFO: oracle.sysman.top.oms:Internal PlugIn for {Micro Step state:step:2:configuration in CfmAggregateInstance: oracle.sysman.top.oms:10.2.0.3.0:common:family=CFM:oh=/u00/oracle/product/10.2.0/oms10g:label=2} failed with an unhandled exception:
java.lang.Exception: RepManager Create Repository Error = 50. Please check the log file at /u00/oracle/product/10.2.0/oms10g/sysman/log/emca_repos_create20_13_52.log
at oracle.sysman.emcp.util.EmcpPlug.startProcessing(EmcpPlug.java:389)
at oracle.sysman.emcp.util.EmcpPlug.invoke(EmcpPlug.java:360)
at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:540)
at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:120)
at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
INFO: Cfm.save() was called
INFO: Cfm.save(): 15 aggregate instances saved
INFO: done waiting for Action from 20:09:54.795
SQL>alter user sys identified by default;
After this restart your ConfigureGC.pl command which should run fine now.
You will face yet another error ( on patching the agent10g ) :
Running OMS patch configuration using /u00/oracle/product/10.2.0/oms10g/oui/bin/runConfig.sh INV_PTR_LOC=/u00/oracle/product/10.2.0/oms10g/oraInst.loc ORACLE_HOME=/u00/oracle/product/10.2.0/oms10g ACTION=patchsetConfigure MODE=perform COMPONENT_XML={oracle.sysman.top.oms.10_2_0_5_0.xml} RESPONSE_FILE=/u00/oracle/product/10.2.0/oms10g/config.rsp
perform – mode is starting for action: patchsetConfigureperform – mode finished for action: patchsetConfigure
You can see the log file: /u00/oracle/product/10.2.0/oms10g/cfgtoollogs/oui/configActions2010-03-05_08-51-19-PM.log
10205 OMS Configuration failed with errors. Please check the above log
This is your trigger to change the sys password back to whatever you gave up in the response file installation.
Alter that restart your ConfigureGC.pl again and see your installation continue successfully.

Comments are closed.