Login  Register

Re: Adop prepare failed

Posted by big on Aug 13, 2021; 2:05pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Adop-prepare-failed-tp10069p10088.html

Hi,
In ADOPValidations_detailed.log we have:
 ================================
  ERROR: File versions mismatch.
  ================================

  Template File: /u01/appl_top/dev/fs2/EBSapps/appl/fnd/12.0.0/admin/template/ssl_conf_FMW.tmp 120.5.12020000.2
 Target File: /u01/appl_top/dev/fs2/FMW_Home/webtier/instances/EBS_web_dev_OHS1/config/OHS/EBS_web_dev/ssl.conf  120.5.12020000.3

  Template File: /u01/appl_top/dev/fs2/EBSapps/appl/fnd/12.0.0/admin/template/admin_conf_FMW.tmp 120.1.12020000.2
 Target File: /u01/appl_top/dev/fs2/FMW_Home/webtier/instances/EBS_web_dev_OHS1/config/OHS/EBS_web_dev/admin.conf  120.1.12020000.2
================================
 ERROR: Oracle HTTP service configuration file version does not match corresponding AutoConfig template file.

Then we see that admin_conf_FMW.tmp 120.1.12020000.2 and admin.conf  120.1.12020000.2, then why mismatch? They are the same version.
As said in 2368793.1 I replaced admin.conf with admin_conf_FMW.tmp,(rename admin_conf_FMW.tmp to admin.conf) and edited and changed:
Change the following lines in my new admin.conf file:

FROM
Listen %s_ohs_adminport%
PortDescription %s_ohs_adminport% "OHS Administrator port"


TO
Listen xxxxx
PortDescription xxxxx "OHS Administrator port"

Ran autoconfig on RUN and then adop phase=prepare which failed with the same errors (as above)in ADOPValidations_detailed.log.

adop_prepare_error_2.txt

I cannot apply the latest AD and TXK release because we should keep DEV at the same release of AD and TXK of our other systems.

Thanks for help.