Monday, February 26, 2018

Error in Oracle EBS 12.2.5 Application Tier Cloning in Oracle Compute Cloud Server

Application Tier Cloning Errors

Configuring: Run file system....
LogFile located at /u01/TEST/fs2/inst/apps/TEST_oftest/admin/log/clone/run/RCloneApplyAppstier_02250759.log

ERROR: Failed to configure the target system,
please check the logfile in : /u01/TEST/fs2/inst/apps/TEST_oftest/admin/log/clone

-------------------------------------------------------------------------------

START: Creating new WLS domain.
Running /u01/TEST/fs2/FMW_Home/oracle_common/bin/pasteConfig.sh -javaHome /u01/TEST/fs2/EBSapps/comn/util/jdk64 -al /u01/TEST/fs2/EBSapps/comn/clone/FMW/WLS/EBSdomain.jar -tdl /u01/TEST/fs2/FMW_Home/user_projects/domains/EBS_domain_TEST -tmw /u01/TEST/fs2/FMW_Home -mpl /u01/TEST/fs2/EBSapps/comn/clone/FMW/WLS/plan/moveplan.xml -ldl /u01/TEST/fs2/inst/apps/TEST_oftest/admin/log/clone/run/wlsT2PApply -silent true -debug true -domainAdminPassword /u01/TEST/fs2/EBSapps/comn/clone/FMW/tempinfo.txt
Script Executed in 2102 milliseconds, returning status 255
ERROR: Script failed, exit code 255

--------------------------------------------------------------------------------

SEVERE : Feb 23, 2018 11:32:19 - ERROR - CLONE-20372 Server port validation failed.
SEVERE : Feb 23, 2018 11:32:19 - CAUSE - CLONE-20372 Possible causes were :Ports of following servers - AdminServer(7021),oacore_server1(7221),forms_server1(7421),oafm_server1(7621),forms-c4ws_server1(7821) - were not available.
SEVERE : Feb 23, 2018 11:32:19 - 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)
at oracle.as.clone.cloner.component.j2ee.config.GenericPasteConfigSteps.executeGenericPasteConfig(GenericPasteConfigSteps.java:385)
at oracle.as.clone.cloner.component.J2EEComponentApplyCloner.doClone(J2EEComponentApplyCloner.java:259)
at oracle.as.clone.cloner.Cloner.doFinalClone(Cloner.java:63)
at oracle.as.clone.request.ApplyCloneRequest.applyArchive(ApplyCloneRequest.java:198)
at oracle.as.clone.request.ApplyCloneRequest._clone(ApplyCloneRequest.java:77)
at oracle.as.clone.process.CloningExecutionProcess.execute(CloningExecutionProcess.java:131)
at oracle.as.clone.process.CloningExecutionProcess.execute(CloningExecutionProcess.java:114)
at oracle.as.clone.client.CloningClient.executeT2PCommand(CloningClient.java:236)
at oracle.as.clone.client.CloningClient.main(CloningClient.java:124)
oracle.as.t2p.exceptions.FMWT2PPasteConfigException: PasteConfig failed. Make sure that the move plan and the values specified in moveplan are correct.
at oracle.as.clone.cloner.component.J2EEComponentApplyCloner.doClone(J2EEComponentApplyCloner.java:314)
at oracle.as.clone.cloner.Cloner.doFinalClone(Cloner.java:63)
at oracle.as.clone.request.ApplyCloneRequest.applyArchive(ApplyCloneRequest.java:198)
at oracle.as.clone.request.ApplyCloneRequest._clone(ApplyCloneRequest.java:77)
at oracle.as.clone.process.CloningExecutionProcess.execute(CloningExecutionProcess.java:131)
at oracle.as.clone.process.CloningExecutionProcess.execute(CloningExecutionProcess.java:114)
at oracle.as.clone.client.CloningClient.executeT2PCommand(CloningClient.java:236)
at oracle.as.clone.client.CloningClient.main(CloningClient.java:124)
SEVERE : Feb 23, 2018 11:32:19 - SEVERE - CLONE-20937 "pasteConfig" operation of J2EE domain failed. Check clone log and error files for more details.
SEVERE : Feb 23, 2018 11:32:19 - ERROR - CLONE-20237 Restoring the sourceid "J2EECOMPONENT@EBS_domain_PROD" has failed.
SEVERE : Feb 23, 2018 11:32:19 - CAUSE - CLONE-20237 An internal operation failed.
SEVERE : Feb 23, 2018 11:32:19 - ACTION - CLONE-20237 Check the clone log for more details.
SEVERE : Feb 23, 2018 11:32:19 - ERROR - CLONE-20218 Cloning is not successful.
SEVERE : Feb 23, 2018 11:32:19 - CAUSE - CLONE-20218 An internal operation failed.
SEVERE : Feb 23, 2018 11:32:19 - ACTION - CLONE-20218 Provide the clone log and error file for investigation.

Relevance to the Issue 

Script failed because the following ports weren't available:

AdminServer(7021),oacore_server1(7221),forms_server1(7421),oafm_server1(7621),forms-c4ws_server1(7821)

Cause 

Clone was configured with a public ip address in /etc/hosts.

Solution 

Generally, a public ip address is not bindable in cloud setup.
Only private ip addresses are bindable.

1. Ensure a valid backup exists of the /etc/hosts file.
2. Configure /etc/hosts with PRIVATE ip addresse and redo the application tier cloning.

Reference

12.2 E-Business Suite Cloud Administration Task Running 'perl adcfgclone.pl appsTier dualfs' on Oracle Cloud Reports Ports were not Available (Doc ID 2278401.1)

No comments:

Post a Comment