Creating Standalone domain in Oracle SOA 12.1.3.0 using qs_config. Tried same in 12.2.1.2 version also but getting error just after UI gets launched
Creating Standalone domain in Oracle SOA 12.2.1.2.0 using qs_config. Tried same in 12.2.1.3.0 version also but getting error just after UI gets launched
This question has been Answered.
com.oracle.cie.wizard.tasks.TaskExecutionException:CFGFWK-60930:Failed to select template
SOA version: 12.2.1.2.0
Platform: Unix / Linux
Error details:
Solution
It does not pick the variable from environment variables and hence path remain invalid .
1) Simply edit file qs_templates.sh from location $ORACLE_HOME/soa/common/bin
Uncomment your choice in the file and save it,
Or You can to set variable QS_TEMPLATES:
$ export JAVA_HOME="$HOME/jdk.1.8.0.144"
$ export ORACLE_HOME="$HOME/Oracle/Middleware/Oracle_Home_12212"
$ export QS_TEMPLATES="$ORACLE_HOME/soa/common/templates/wls/oracle.soa_template.jar, $ORACLE_HOME/osb/common/templates/wls/oracle.osb_template.jar"
2) Simply run qs_config.sh and create domain.
This question has been Answered.
com.oracle.cie.wizard.tasks.TaskExecutionException:CFGFWK-60930:Failed to select template
SOA version: 12.2.1.2.0
Platform: Unix / Linux
Error details:
Solution
It does not pick the variable from environment variables and hence path remain invalid .
1) Simply edit file qs_templates.sh from location $ORACLE_HOME/soa/common/bin
Uncomment your choice in the file and save it,
Or You can to set variable QS_TEMPLATES:
$ export JAVA_HOME="$HOME/jdk.1.8.0.144"
$ export ORACLE_HOME="$HOME/Oracle/Middleware/Oracle_Home_12212"
$ export QS_TEMPLATES="$ORACLE_HOME/soa/common/templates/wls/oracle.soa_template.jar, $ORACLE_HOME/osb/common/templates/wls/oracle.osb_template.jar"
2) Simply run qs_config.sh and create domain.
Komentar
Posting Komentar