R12.2 Apps DBA. Powered by Blogger.

12.2 E-Business Suite Clone Fails During FS_CLONE Script pasteConfig.sh With 'ERROR: Script failed, exit code 255' And ' fail: write Domain ...CFGFWK-60550: Script execution aborted' (Doc ID 2187771.1)

No comments :
SYMPTOMS
E-Business Suite 12.2.4 Applications Manager, Rapidclone issues
During an execution of fs_clone, occurred the following error:
ERROR
-----------------------
During an execution of fs_clone, occurred the following error:
START: Creating new WLS domain.
Running /fs2/FMW_Home/oracle_common/bin/pasteConfig.sh -javaHome /fs2/EBSapps/comn/util/jdk64 -al /fs1/EBSapps/comn/adopclone_1/FMW/WLS/EBSdomain.jar -tdl /fs2/FMW_Home/user_projects/domains/EBS_domain -tmw /fs2/FMW_Home -mpl/fs1/EBSapps/comn/adopclone_1/FMW/WLS/plan/moveplan.xml -ldl /fs1/inst/apps/C_1/admin/log/clone/wlsT2PApply -silent true -debug true -domainAdminPassword /fs1/EBSapps/comn/adopclone_1/FMW/tempinfo.txt
Script Executed in 5138501 milliseconds, returning status 255
ERROR: Script failed, exit code 255
CAUSE
Potential cause:
The FMW_Home wasn't cleaned up (removed) before clone was attempted again.
The CLONE2016-08-23_10-49-34_184637119.log file reports the following:
>> fail: write Domain to "/fs2/FMW_Home/user_projects/domains/EBS_domain"
CFGFWK-60550: Script execution aborted. The script may contain an error.
The applications directory you specified contains files. Applications may only be written to an empty directory. Applications Directory currently is /fs2/FMW_Home/user_projects/applications/EBS_domain
FINE : Aug 23, 2016 11:00:18 - CLONE-22264 Time taken to restore sourceid "J2EECOMPONENT@EBS_domain" is "615,478" milliseconds.
FINE : Aug 23, 2016 11:00:18 - [CloneLogger:logTraceMessage] One cloner object was not executed properly, so rest were not executed.
INFO : Aug 23, 2016 11:00:18 - CLONE-21037 Time taken to restore all cloners from archive was "615" seconds.
INFO : Aug 23, 2016 11:00:18 - CLONE-21006 Total time taken by T2P process was 615 seconds.
SOLUTION
To resolve the issue test the following steps in a development instance and then migrate accordingly:
1. Clear the FMW_HOME following Note 2047809.1 - Cloning Oracle E-Business Suite Release 12.2 (AD-TXK Delta 6 or Lower Codelevel) with Rapid Clone Appendix A and the oraInventory as follows:
On the Applications tier:
A. De-register the Oracle Homes on both Run Edition and Patch Edition file system:
B. Verify if Oracle Inventory contains the following Oracle Home entries for the Run Edition or Patch Edition file system:
<FMW_HOME>/oracle_common
<FMW_HOME>/webtier
<FMW_HOME>/Oracle_EBS-app1
C. If any of the above Oracle Home entries are already registered in Oracle Inventory, you can execute the following command to de-register or detach that Oracle Home:
$ ./runInstaller -detachhome \
ORACLE_HOME=<Oracle Home Location> [-invPtrLoc <s_invPtrLoc>]
Note:
-invPtrLoc argument needs to be specified only if an 'EBS Installation Central' inventory is being used.
s_invPtrLoc is the context variable that stores the inventory pointer location.
For example:
$ cd /u02/r122/fs1/FMW_Home/oracle_common/oui/bin
$ ./runInstaller -detachhome \
ORACLE_HOME=/s0/r122/at1/FMW_Home/oracle_common
If the FMW_HOME directory structure exists, delete it as follows:
$ rm -rf <FMW_HOME>
2. Retest the fs_clone process and confirm it completes successfully.

No comments :

Post a Comment

Note: only a member of this blog may post a comment.