Login  Register

Re: EBS database post upgrade - Implementing Autoconfig failed in RAC

Posted by ErmanArslansOracleBlog on Jan 26, 2023; 8:45am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/EBS-database-post-upgrade-Implementing-Autoconfig-failed-in-RAC-tp11502p11507.html

Looks okay. I just checked my 19C instance, and the directory structure is similar.
However; in my instance adbldxml.pl uses the following java:

/u01/dbebs/product/19.0.0/jdk/jre/bin/java

And the version is;

[oracle@ebsclone bin]$ /u01/dbebs/product/19.0.0/jdk/jre/bin/java  -version
java version "1.8.0_261"
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)

Sp please check your java versions both the one in appsutil/jre and the one in ORACLE_HOME/jdk/jre/bin..

Also check from a proper instance and see if those 2 files that I mentioned in my last update are different than the ones in the problematic instance.. (you already find the files and know their directories) So, you can backup those 2 jar files and replace them from a proper instance(which can succesfully execute adbldxml.pl= and see if it will solve the issue or not. (normally we don't expect such an issue on 19C..So that's why it is weird but you can try

Bytheway, can you run the adbldxml.pl manually? Do you get any error when you do that?
--perl /u02/UAT19CBASE/19chome/appsutil/bin/adbldxml.pl appsuser=apps servername=erpuatdb1.ttd.com virtualhost=erpuatdb1-vip enablescan=Y scanname=erpuat-scan scanport=1528

I m aksing this because if you can succesully run adbldxml, then this fault is due to txkPostPDBCreationTasks.pl and if it is like that, we will concantrate on that part.