when attempting to execute “adop phase=fs_clone”,
the following error occurs:
# Calling ApplyAppsTier…
# Creating the FMW Home from ApplyAppsTier
Creating FMW Home.
Running /u01/app/fs1/EBSapps/comn/clone/FMW/pasteBinary.sh -javaHome /u01/app/fs1/EBSapps/comn/clone/FMW/t2pjdk -al /u01/app/fs1/EBSapps/comn/clone/FMW/FMW_Home.jar -tl /u01/app/fs2/FMW_Home -invPtrLoc /etc/oraInst.loc -ldl /u01/app/fs1/EBSapps/comn/clone/FMW/logs -silent true -executeSysPrereqs false
Script Executed in 7200015 milliseconds, returning status -1
Script timed out.
Cause:
The issue is caused by the following setup:
pasteBinary is run within a TimedProcess:
TimedProcess pasteBinaryProc = new TimedProcess(l_pasteBinarycmd, 7200000);
Solution:
To implement the solution, please perform the following:
1. Open a new terminal.
2. Execute:
export TIMEDPROCESS_TIMEOUT=-1
3. Execute:
adop phase=fs_clone
NOTE: The script may take some time depending on the server resources (CPU and RAM).