Cloning Oracle E-Business Suite Release 12.2 with Rapid Clone, command ‘perl adcfgclone.pl appsTier dualfs’ fails with the below error

Error While Creating new WLS domain When Performing a Clone Of EBS R 12.2

When attempting to clone of EBS 12.2.6 the following error occurs.

START: Creating new WLS domain.
Running /XXXX/XXXX/fs1/FMW_Home/oracle_common/bin/pasteConfig.sh -javaHome /XXXX/XXXX//fs1/EBSapps/comn/util/jdk64 -al /XXXX/XXXX/fs1/EBSapps/comn/adopclone_XXXX/FMW/WLS/EBSdomain.jar -tdl /XXXX/XXXX/fs1/FMW_Home/user_projects/domains/EBS_domain_ASCP -tmw /XXXX/XXXX/fs1/FMW_Home -mpl /XXXX/XXXX/fs1/EBSapps/comn/adopclone_XXXX/FMW/WLS/plan/moveplan.xml -ldl /XXXX/XXXX//fs1/inst/apps/XXXX_ascptest/admin/log/clone/wlsT2PApply -silent true -debug true -domainAdminPassword /XXXX/XXXX/fs1/EBSapps/comn/adopclone_XXXX/FMW/tempinfo.txt
Script Executed in 4975 milliseconds, returning status 255
ERROR: Script failed, exit code 2
Check CLONE2019-08-30_00-19-55_1073268040.log and CLONE2019-08-30_00-19-55_1073268040.error

Relevance to the Issue from : CLONE2019-08-30_00-19-55_1073268040.log

FINE : Nov 14, 2022.10.10:588 – [CloneLogger:logTraceMessage] map_serverName_vs_actualPort_vs_TempPort = {}
FINE : Nov 14, 2022.10.10:588 – [CloneLogger:logTraceMessage] Invoking unsetSystemOutErrToCloneLogger 1
FINE : Nov 14, 2022.10.10:588 – [CloneLogger:logTraceMessage] Invoking unsetSystemOutErrToCloneLogger 2
FINE : Nov 14, 2022.10.10:588 – CLONE-22264 Time taken to restore sourceid “J2EECOMPONENT@EBS_domain_XXXX” is “2,354” milliseconds.
FINE : Nov 14, 2022.10.10:588 – [CloneLogger:logTraceMessage] One cloner object was not executed properly, so rest were not executed.
INFO : Nov 14, 2022.10.10:588 – CLONE-21037 Time taken to restore all cloners from archive was “2” seconds.
INFO : Nov 14, 2022.10.10:588 – CLONE-21006 Total time taken by T2P process was 2 seconds.

Relevance to the Issue from : CLONE2019-08-30_00-19-55_1073268040.error

===================

Error Message :1
Nov 14, 2022.10.10:588 – ERROR – CLONE-20372 Server port validation failed.
Nov 14, 2022.10.10:588 – CAUSE – CLONE-20372 Possible causes were :Ports of following servers – AdminServer(7031),oacore_server1(7231),forms_server1(7431),oafm_server1(7631),forms-c4ws_server1(7831) – were not available.
Nov 14, 2022.10.10:588 – ACTION – CLONE-20372 Provide valid free ports or if those servers are targeted to non admin host, then use temporary port range mechanism.
Error Message :2
Nov 14, 2022.10.10:588 – SEVERE – CLONE-20937 “pasteConfig” operation of J2EE domain failed. Check clone log and error files for more details.
Error Message :3
Nov 14, 2022.10.10:588 – ERROR – CLONE-20237 Restoring the sourceid “J2EECOMPONENT@EBS_domain_XXXX” has failed.
Nov 14, 2022.10.10:588 – CAUSE – CLONE-20237 An internal operation failed.
Nov 14, 2022.10.10:588 – ACTION – CLONE-20237 Check the clone log for more details.

SEVERE : Nov 14, 2022.10.10:588 – ERROR – CLONE-20372 Server port validation failed.
SEVERE : Nov 14, 2022.10.10:588 – CAUSE – CLONE-20372 Possible causes were :Ports of following servers – AdminServer(7031),oacore_server1(7231),forms_server1(7431),oafm_server1(7631),forms-c4ws_server1(7831) – were not available.
SEVERE : Nov 14, 2022.10.10:588 – ACTION – CLONE-20372 Provide valid free ports or if those servers are targeted to non admin host, then use temporary port range mechanism.
java.lang.Exception: Error in validating “SERVER_CONFIG” parameters in “moveplan”.
at oracle.as.clone.cloner.component.j2ee.util.J2EEGenericValidationUtil.validateServerConfig(J2EEGenericValidationUtil.java:218)
at oracle.as.clone.cloner.component.j2ee.config.GenericPasteConfigSteps.getServerConfig(GenericPasteConfigSteps.java:922)

Cause:

But ” There was multiple host entry for different server i.e. printer, smtp, outlook, Prod IP was in /etc/hosts file”

SOLUTION:

Please follow below mentioned steps:

  1. Verify host details
  2. Make sure you have only target host details (All the entry we should remove and keep only server entry itself) as below format
    127.0.0.1 localhost.localdomain localhost
    [ip_address] [node_name].[domain_name] [node_name]
  3. Re-start the adcfgclone on apps tier.

Leave a Comment

Your email address will not be published. Required fields are marked *