pasteConfig.sh won't accept arguments and gets CLONE-20200 error
(Doc ID 2492826.1)
Last updated on NOVEMBER 15, 2023
Applies to:
Oracle SOA Suite - Version 12.2.1.2.0 and laterInformation in this document applies to any platform.
Symptoms
On : 12.2.1.2.0 version, Fabric
pasteConfig.sh won't accept arguments and gets CLONE-20200 error
I'm trying to execute the pasteConfig.sh script to clone an environment but the script will not accept the arguments.
I run the command:
./pasteConfig.sh –javaHome /u01/app/oracle/product/jdk1.8.0_77 –archiveLoc /u01/software/binaries/mv_soa_config.jar –movePlanLocation /u01/software/binaries/plan/moveplan.xml –targetDomainLoc /u01/app/oracle/admin/SOANP/aserver/SOANP -targetOracleHomeLoc /u01/app/oracle/product/SOA12 -domainAdminPasswordFile /u01/software/binaries/passwd.txt -domainAdminUserName weblogic -appDir /u01/app/oracle/admin/SOANP/aserver/applications -logDirLoc /tmp/logs -silent false
and all I get back is the help menu. I modified the script to bypass the java check. Now I get the error
CAUSE - CLONE-20200 The option or argument "–archiveLoc" was not supported by movement scripts.
I also tried using the abbreviations but get the same issue
./pasteConfig.sh –javaHome /u01/app/oracle/product/jdk1.8.0_77 –al /u01/software/binaries/mv_soa_config.jar –mpl /u01/software/binaries/plan/moveplan.xml –tdl /u01/app/oracle/admin/SOANP/aserver/SOANP -toh /u01/app/oracle/product/SOA12 -dap /u01/software/binaries/passwd.txt -ad /u01/app/oracle/admin/SOANP/aserver/applications -ldl /tmp/logs -silent false
CAUSE - CLONE-20200 The option or argument "–al" was not supported by movement scripts.
ERROR
-----------------------
SEVERE : Jan 9, 2019 1:33:09 PM - ERROR - CLONE-20200 The clone option or argument is invalid.
SEVERE : Jan 9, 2019 1:33:09 PM - CAUSE - CLONE-20200 The option or argument "–al" was not supported by movement scripts.
SEVERE : Jan 9, 2019 1:33:09 PM - ACTION - CLONE-20200 Provide a valid option or argument. Use the "-help" option for more information about movement scripts options and arguments.
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
Running pasteConfig.sh.
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot run pasteConfig.sh.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |