Langsung ke konten utama

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.

Komentar

Postingan populer dari blog ini

Mounting USB drives in Windows Subsystem for Linux

Windows Subsystem for Linux can use (mount): SD card USB drives CD drives (CDFS) Network drives UNC paths Local storage / drives Drives formatted as FAT, ExFAT or NTFS can be mounted in WSL. For this example, we assume the drive shows in Windows as F:\ If Windows changes the USB drive letter on a subsequent session, you need to repeat this process. The commands are typed into the Windows Subsystem for Linux Terminal. Create a mount location in WSL: $ sudo mkdir /mnt/f Mount the drive in WSL: $ sudo mount -t drvfs f: /mnt/f After this one-time setup, one can create and manipulate files from both Windows and WSL on the same drive. network storage Here we assume: networked storage is already showing in Windows under \\server\share we want to access this network storage from WSL as /mnt/share Create a mount location in WSL: $ sudo mkdir /mnt/share Mount the network share in WSL: $ sudo mount -t drvfs '\\server\share' /mnt/share

FMW 12.2.1.3.0: "ONS configuration failed" or "oracle.ons.NoServersAvailable: Subscription time out"

FMW 12.2.1.3.0: "ONS configuration failed" or "oracle.ons.NoServersAvailable: Subscription time out" Solving To implement the workaround in the Configuration Wizard(config.sh) set the following environment variable before launching config.sh. $ export CONFIG_JVM_ARGS=-Doracle.jdbc.fanEnabled=false

ERROR ORACLE DB: The version 12.2.0.1.0 of the database that you are using is not a supported version

ERROR ORACLE DB: The version 12.2.0.1.0 of the database that you are using is not a supported version or The specified user may not have sufficient privileges to perform this operation. User should have sysdba or dba privileges. Solution SQL> alter system set db_32k_cache_size = 512M scope=both;