RC-50013: Fatal: Instantiate driver did not complete successfully

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

RC-50013: Fatal: Instantiate driver did not complete successfully

Rabia
# perl adcfgclone.pl dbTier
while executing this command  i got the following error :


Beginning database tier Apply - Wed Oct  2 12:18:51 2024

/d01/db/TEST1/12.1.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/d01/db/TEST1/12.1.0/oui -classpath /d01/db/TEST1/12.1.0/appsutil/clone/jlib/xmlparserv2.jar:/d01/db/TEST1/12.1.0/appsutil/clone/jlib/ojdbc6.jar:/d01/db/TEST1/12.1.0/appsutil/clone/jlib/java:/d01/db/TEST1/12.1.0/appsutil/clone/jlib/oui/OraInstaller.jar:/d01/db/TEST1/12.1.0/appsutil/clone/jlib/oui/ewt3.jar:/d01/db/TEST1/12.1.0/appsutil/clone/jlib/oui/share.jar:/d01/db/TEST1/12.1.0/appsutil/clone/jlib/oui/srvm.jar:/d01/db/TEST1/12.1.0/appsutil/clone/jlib/ojmisc.jar   oracle.apps.ad.clone.ApplyDBTier -e /d01/db/TEST1/12.1.0/appsutil/TEST1_srv3.xml -stage /d01/db/TEST1/12.1.0/appsutil/clone   -showProgress
APPS Password : Log file located at /d01/db/TEST1/12.1.0/appsutil/log/TEST1_srv3/ApplyDBTier_10021218.log
  -      0% completed       RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack



ERROR while running Apply...
Wed Oct  2 12:19:17 2024

 ERROR: Failed to execute /d01/db/TEST1/12.1.0/appsutil/clone/bin/adclone.pl

 Please check logfile.



I have attached the output logfile.
ApplyDBTier_10021218.log
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully

ErmanArslansOracleBlog
Administrator
Okay.

That's an inventory problem.. "NON-COMPLIANT: /d01/db/TEST1/12.1.0/oraInst.loc does not point to an inventory inside the current ORACLE_HOME"

Please see -> OUICLI.pl Fails While Running Adcfgclone On Oracle EBS R12 If Global Inventory Does Not Exist (Doc ID 458653.1)
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully

Rabia
I have followed the steps in the Document but now its giving error but for  adchknls.pl


I have attached the output logfile.

ApplyDBTier_10021633.log
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully

ErmanArslansOracleBlog
Administrator
It seems you got some missing installation tasks in this environment.

9idata directory is missing.
It is already reported in the error log, as follows ->

Looking for the directory : /d01/db/TEST1/12.1.0/nls/data/9idata
Directory does not exist

Looking for file : /d01/db/TEST1/12.1.0/nls/data/old/cr9idata.pl
File exists

In a 12c instance, this amounts to either of the following
        - an uncertified version of 12c for Apps
        - an unsuccessful installation
Please refer to Metalink note: 1524398.1 for details on further steps
ERRORCODE = 1 ERRORCODE_END



So follow "MOS note 1524398.1 - Section 7 Create nls/data/9idata directory" to create nls/data/9idata directory.
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully

Rabia
Thank you. The issue has been resolved for dbTier clone. But now when I run the following command for appstier , I have encountered the following issue.

# perl adcfgclone.pl appsTier


Beginning application tier Apply - Thu Oct  3 10:17:26 2024

/d01/apps/TEST1/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true  -Doracle.installer.oui_loc=/oui -classpath /d01/apps/TEST1/fs1/EBSapps/comn/clone/jlib/xmlparserv2.jar:/d01/apps/TEST1/fs1/EBSapps/comn/clone/jlib/ojdbc6.jar:/d01/apps/TEST1/fs1/EBSapps/comn/clone/jlib/java:/d01/apps/TEST1/fs1/EBSapps/comn/clone/jlib/oui/OraInstaller.jar:/d01/apps/TEST1/fs1/EBSapps/comn/clone/jlib/oui/ewt3.jar:/d01/apps/TEST1/fs1/EBSapps/comn/clone/jlib/oui/share.jar:/d01/apps/TEST1/fs1/EBSapps/comn/clone/jlib/oui/srvm.jar:/d01/apps/TEST1/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/d01/apps/TEST1/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/d01/apps/TEST1/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar  oracle.apps.ad.clone.ApplyAppsTier -e /d01/apps/TEST1/fs1/inst/apps/TEST1_srv3/appl/admin/TEST1_srv3.xml -stage /d01/apps/TEST1/fs1/EBSapps/comn/clone    -showProgress -nopromptmsg
Log file located at /d01/apps/TEST1/fs1/inst/apps/TEST1_srv3/admin/log/ApplyAppsTier_10031017.log
  |      0% completed
ERROR while running Apply...
Thu Oct  3 10:17:27 2024

 ERROR: Failed to execute /d01/apps/TEST1/fs1/EBSapps/comn/clone/bin/adclone.pl

 Please check logfile.


I have attached the logfile.

ApplyAppsTier_10031017.log
Reply | Threaded
Open this post in threaded view
|

Re: RC-50013: Fatal: Instantiate driver did not complete successfully

ErmanArslansOracleBlog
Administrator
This is a different problem in different phase. Please create a separate issue for this.