22 Migrating Application and Database Binaries
You can move Oracle Identity Governance application and database binaries from a source host to a target host.
This chapter contains the following topics:
22.1 Migrating Application Binaries to a New Host With Existing Database
Migrate the application binaries to the new host and point them to the existing database.
This section contains the following topics:
22.1.1 Moving the Application Binary Files
To migrate the application binaries to a new host and point the binaries to the existing database:
-
Perform the following steps on HOST1, which is the source host:
-
Create a cold backup of the database and the
ORACLE_HOME
directory. -
Create a directory in any location, for example
/temporary_location/t2p/copyBinary_xbo
.This directory will contain the generated JAR file when the copyBinary script is run, and this location will be referred to as the
archiveLoc
attribute of the copyBinary script. -
Navigate to
/temporary_location/t2p/MW/oracle_common/bin/
. -
Run the
copyBinary
command in any of the following ways:./copyBinary.sh -javaHome /temporary_location/t2p/jdk1.8.0_131 -archiveLoc /temporary_location/t2p/copyBinary_xbo/copyBinary_source.jar -sourceOracleHomeLoc /temporary_location/t2p/MW
Or:
./copyBinary.sh -javaHome /temporary_location/t2p/jdk1.8.0_131 -archiveLoc /temporary_location/t2p/copyBinary_xbo/copyBinary_source.jar -sourceOracleHomeLoc /temporary_location/t2p/MW -invPtrLoc /temporary_location/t2p/oraInventory/oraInst.loc -logDirLoc /temporary_location/t2p/MW/clone_log/ -ignoreDiskWarning true
The output is as shown:
Launcher log file is /temporary_location/OraInstall2018-05-03_04-12-08AM/launcher2018-05-03_04-12-08AM.log.Checking swap space: must be greater than 500 MB. Actual 15455 MB PassedChecking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)Parsing arguments for clone archive creationInitializing variables for clone archiveRequired space for archive: 5325145157 bytesAvailable space: 25149345792 bytesThe archive will be located in /temporary_location/t2p/copyBinary_xbo/copyBinary_source.jarGetting files installed by OUIProcessing directory ouiProcessing directory soaProcessing directory coherenceProcessing directory .patch_storageProcessing directory emProcessing directory inventoryProcessing directory oracle_commonProcessing directory idmProcessing directory wlserverProcessing directory jdeveloperProcessing directory mftProcessing directory oepProcessing directory OPatchProcessing directory osbGetting include directoriesGenerating manifestGenerating permissions fileAdding main class to jarArchive created successfully at /temporary_location/t2p/copyBinary_xbo/copyBinary_source.jarLogs successfully copied to /temporary_location/t2p/app/oraInventory/logs.Logs details :" ============================================================================ " Netrw Directory Listing(netrw v134)" /temporary_location/t2p/app/oraInventory/logs" Sorted by name" Sort sequence: [\/]$,\.h$,\.c$,\.cpp$,*,\.o$,\.obj$,\.info$,\.swp$,\.bak$,\~$" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:exec" ============================================================================ ../ NextGenCreateCloneArchive2018-05-03_04-12-08AM.loginstall2017-11-10_01-22-14AM.log install2017-11-10_01-22-14AM.log install2018-03-05_01-15-24AM.log install2018-03-19_02-48-21AM.log install2018-04-05_10-54-59PM.log install2018-04-12_02-45-22AM.log install2018-04-17_10-45-24PM.log install2018-05-02_11-22-05PM.log installActions2017-11-09_11-56-26PM.log installProfile2017-11-10_01-22-14AM.log installProfile2018-03-05_01-15-24AM.log installProfile2018-03-19_02-48-21AM.log installProfile2018-04-05_10-54-59PM.log installProfile2018-04-12_02-45-22AM.log installProfile2018-04-17_10-45-24PM.log installProfile2018-05-02_11-22-05PM.log launcher2017-11-10_01-22-14AM.log launcher2018-03-05_01-15-24AM.log launcher2018-03-19_02-48-21AM.log launcher2018-04-05_10-54-59PM.log launcher2018-04-12_02-45-22AM.log launcher2018-04-17_10-45-24PM.log launcher2018-05-02_11-22-05PM.log launcher2018-05-03_04-12-08AM.log oraInstall2017-11-09_11-56-26PM.err oraInstall2017-11-09_11-56-26PM.out oraInstall2017-11-10_01-22-14AM.err oraInstall2017-11-10_01-22-14AM.out oraInstall2018-03-05_01-15-24AM.err oraInstall2018-03-05_01-15-24AM.out oraInstall2018-03-19_02-48-21AM.err oraInstall2018-03-19_02-48-21AM.out oraInstall2018-04-05_10-54-59PM.err oraInstall2018-04-05_10-54-59PM.out oraInstall2018-04-12_02-45-22AM.err oraInstall2018-04-12_02-45-22AM.out oraInstall2018-04-17_10-45-24PM.err oraInstall2018-04-17_10-45-24PM.out oraInstall2018-05-02_11-22-05PM.err oraInstall2018-05-02_11-22-05PM.out time2017-11-09_11-56-26PM.log
The copyBinary utility has run successfully, and the
copyBinary_source.jar
file is created. -
Validate the following:
-
The
copyBinary_source.jar
file is created in the/temporary_location/t2p/copyBinary_xbo/
directory. -
Ensure that all servers WebLogic, SOA, and OIG are in stopped state.
-
-
Create the
user_project.zip
file. To do so:-
Navigate to
MW_HOME
. -
Run the following command:
zip –r user_project.zip user_project
-
Copy the
user_project.zip
to the target host, which is HOST2.
-
-
- Perform the following steps on HOST2:
-
Copy the
copyBinary_source.jar
file to any location on HOST2, for example:/temporary_location/t2p/copyBinary_source.jar
. -
Copy the
pasteBinary.jar
file anywhere in HOST2, for example:/temporary_location/t2p/pasteBinary.jar
. -
Copy the
oraInst.loc
file from HOST1 to HOST2.Example location on HOST1:
/temporary_location/t2p/oraInventory/oraInst.loc
Example location on HOST2:
/temporary_location/t2p/oraInventory/oraInst.loc
-
Copy JDK on HOST2.
Note:
Make sure that both environments have the same Java version. -
Run the
./pasteBinary.sh
command, as shown:/temporary_location/t2p/jdk1.8.0_131/bin/java -jar /temporary_location/t2p/copyBinary_source1.jar -targetOracleHomeLoc /temporary_location/t2p/MW -invPtrLoc /temporary_location/t2p/oraInventory/oraInst.loc -javaHome /temporary_location/t2p/jdk1.8.0_131
Note:
In this command, the binaries are extracted from the JAR file created in the copy binaries command.The output is as shown:
Setup successful Save inventory pending Saving inventory 100% Saving inventory complete 100% Configuration complete Starting permissions check Finished permissions check Archive applied successfully at /temporary_location/t2p/MW Logs successfully copied to /temporary_location2/app/oraInventory/logs.
-
Validate the following:
- In the Middleware directory, folders are created for IDM, SOA, and WLSERVER except DOMAIN_HOME.
- With the execution of
pasteBinary.sh
orcopyBinary.sh
, everything is done except creation of DOMAIN_HOME.
-
Copy
user_project.zip
file to HOST2 in the /temporary_location/t2p/MW/ directory, and unzip it. After extraction, the user_projects folder will be under the MW (Middleware) folder. -
Create the text.txt file, say at the location /temporary_location/t2p/ with the following contents:
[ARGUMENTS] [SERVER_HOST_MAPPING] #pattern source_host_name=target_host_name
For example,
source_host.example.com=target_host.example.com
-
Configure wallet on HOST2. To do so, navigate to /temporary_location/t2p/MW/oracle_common/common/bin/, and run the following command:
./configWallet.sh -walletDir /temporary_location/t2p/myWalletDir weblogic weblogic: Must enter password. weblogic: Confirm weblogic:
The
wallet.sso
andcwallet.sso.lck
files are generated in the /temporary_location/t2p/myWalletDirc/ directory. -
In the installationpath/idm/plugins/t2p/ directory, remove the
am_t2p_registration.xml
file. -
Navigate to
MIDDLEWARE_HOME
, and set the following environment variable:<MiddleWare_HOME > Setenv CHGHOST_JAVA_OPTIONS "-Dchghost.ignore.validation.port=true -Dchghost.temporary.port.range=14000-14100"
-
Set the value of
–logPriority
toFINE
to enable debugging at the command line. To do so, set theT2P_JAVA_OPTIONS
variable to include the following:-Dt2p.logging.level=FINE
-
Navigate to
MW_HOME
/oracle_common/bin/
, and run the following command:./chghost.sh -chgHostInputFile /temporary_location/t2p/text.txt -javaHome /temporary_location/t2p/jdk1.8.0_131 -domainLoc /temporary_location/t2p/MW/user_projects/domains/domain_name -domainAdminUserName weblogic -walletDir /temporary_location/t2p/myWalletDir -logPriority FINE -logDir /temporary_location/t2p/logs
For example:
/temporary_location/t2p/jdk1.8.0_131/jre/bin/java -Xms4g -Xmx8g -DignoreErrors=true -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dchghost.ignore.validation.port=true -Dchghost.temporary.port.range=14000-14100 -cp /temporary_location/t2p/MW/wlserver/server/lib/weblogic.jar:/temporary_location/t2p/MW/oracle_common/modules/oracle.pki/oraclepki.jar:/temporary_location/t2p/MW/oracle_common/jlib/cloningclient.jar:/temporary_location/t2p/MW/oracle_common/jlib/chghost.jar:/temporary_location/t2p/MW/oracle_common/modules/oracle.ldap/ojmisc.jar:/temporary_location/t2p/MW/oracle_common/modules/features/cieCfg_cam_lib.jar oracle.glcm.fmw.chghost.Chghost -chgHostInputFile /temporary_location/t2p/text.txt -domainLoc /temporary_location/t2p/MW/user_projects/domains/domain_name -domainAdminUserName weblogic -walletDir /temporary_location/t2p/myWalletDir -logPriority FINE -logDir /temporary_location/t2p/logs
The chghost log file is saved at
/temporary_location/t2p/logs/CHGHOST2018-05-07_07-41_1387880282/logs/chghost.log
. The following is a sample log:May 07, 2018 7:41:58 AM oracle.glcm.fmw.chghost.util.DomainUtil isDomainHomeValid INFO: DomainHome found from domain home /temporary_location/t2p/MW/user_projects/domains/domain_name is /temporary_location/t2p/MW/user_projects/domains/domain_name May 07, 2018 7:42:00 AM oracle.glcm.fmw.chghost.util.DomainUtil isDomainHomeValid INFO: [CHGHOST-21001-INFO] Domain home "/temporary_location/t2p/MW/user_projects/domains/domain_name" is configured using Oracle Home "/temporary_location/t2p/MW". May 07, 2018 7:42:00 AM oracle.glcm.fmw.chghost.util.DomainUtil isDomainHomeValid INFO: [CHGHOST-23033-INFO] Domain home "/temporary_location/t2p/MW/user_projects/domains/domain_name" is configured using java home "/temporary_location/t2p/jdk1.8.0_131". May 07, 2018 7:42:00 AM oracle.glcm.fmw.chghost.Chghost initializeDomainProps INFO: Domain home /temporary_location/t2p/MW/user_projects/domains/domain_name is associated with Oracle home /temporary_location/t2p/MW May 07, 2018 7:42:00 AM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute execute INFO: Gathering more information from domain ... May 07, 2018 7:42:00 AM oracle.glcm.fmw.chghost.util.DomainUtil isStandAloneAttributeSet INFO: In domain home /temporary_location/t2p/MW/user_projects/domains/domain_name , value of cam-environment attribute is : appserver May 07, 2018 7:42:00 AM oracle.glcm.fmw.chghost.util.DomainUtil isWebLogicManagedDomain INFO: Domain home /temporary_location/t2p/MW/user_projects/domains/domain_name is a WebLogic managed domain. May 07, 2018 7:42:00 AM oracle.glcm.fmw.chghost.util.DomainUtil isStandAloneAttributeSet INFO: In domain home /temporary_location/t2p/MW/user_projects/domains/domain_name , value of cam-environment attribute is : appserver May 07, 2018 7:42:00 AM oracle.glcm.fmw.chghost.util.DomainUtil isWebLogicManagedDomain INFO: Domain home /temporary_location/t2p/MW/user_projects/domains/domain_name is a WebLogic managed domain. May 07, 2018 7:42:44 AM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort INFO: Found AdminServerName : AdminServer May 07, 2018 7:42:44 AM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort INFO: Trying to find out admin server host and port by reading its properties . May 07, 2018 7:43:06 AM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort INFO: Admin server host is :localhost . So setting its value to default value : localhost May 07, 2018 7:43:06 AM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort INFO: Admin server host and port are : localhost , 7001 May 07, 2018 7:43:06 AM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute validateServerHost INFO: Performing server host validation ... May 07, 2018 7:43:06 AM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute validateServerHost INFO: [CHGHOST-23043-INFO] Validating server hosts {host.example.com=host.example.com} May 07, 2018 7:43:06 AM oracle.glcm.fmw.chghost.util.HostNameUtil validateHostName INFO: [CHGHOST-23042-INFO] Server host validation successful for host.example.com May 07, 2018 7:43:06 AM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute validateServerPort INFO: Performing server port validation ... May 07, 2018 7:43:06 AM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts INFO: Trying to find out servers host and port from domain /temporary_location/t2p/MW/user_projects/domains/domain_name May 07, 2018 7:43:27 AM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts INFO: Entry in server_details_properties : server_name = oim_servername server_host = All Local Addresses server_port = 14000 ssl_port = None May 07, 2018 7:43:27 AM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts INFO: Entry in server_details_properties : server_name = AdminServer server_host = All Local Addresses server_port = 7001 ssl_port = None May 07, 2018 7:43:27 AM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts INFO: Entry in server_details_properties : server_name = soa_servername server_host = All Local Addresses server_port = 7003 ssl_port = None May 07, 2018 7:43:27 AM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts INFO: Checking if ports are unique across all server or not ... May 07, 2018 7:43:27 AM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts INFO: No duplicate port found across servers. May 07, 2018 7:43:28 AM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts INFO: Port : 7001 is free to bind with localhost. May 07, 2018 7:43:28 AM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts INFO: Port : 7003 is free to bind with localhost. May 07, 2018 7:43:28 AM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts INFO: Port : 14000 is free to bind with localhost. May 07, 2018 7:43:28 AM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute backupConfigDir INFO: Taking backup of config directory /temporary_location/t2p/MW/user_projects/domains/domain_name/config of size 4 MB , at /temporary_location/CHGHOST275881279/config_dir_backup_bf_any_update_-706830822.jar May 07, 2018 7:43:28 AM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute updateHost INFO: Updating domain present in admin server host with new host(s) information using standard wlst command in offline mode ... May 07, 2018 7:44:23 AM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute execute INFO: Update of domain with new host(s) information using standard wlst command is successful. May 07, 2018 7:44:23 AM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute backupConfigDir INFO: Taking backup of config directory /temporary_location/t2p/MW/user_projects/domains/domain_name/config of size 4 MB , at /temporary_location/CHGHOST275881279/config_dir_backup_af_any_update_-522610278.jar May 07, 2018 7:44:23 AM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute execute INFO: Updating domain with new host(s) information using chghost and T2P plugins ... May 07, 2018 7:44:23 AM oracle.glcm.fmw.chghost.framework.process.PluginExecution executeAllPlugins INFO: Gathering more information from domain ... May 07, 2018 7:44:23 AM oracle.glcm.fmw.chghost.util.DomainUtil isStandAloneAttributeSet INFO: In domain home /temporary_location/t2p/MW/user_projects/domains/domain_name , value of cam-environment attribute is : appserver May 07, 2018 7:44:23 AM oracle.glcm.fmw.chghost.util.DomainUtil isWebLogicManagedDomain INFO: Domain home /temporary_location/t2p/MW/user_projects/domains/domain_name is a WebLogic managed domain. May 07, 2018 7:44:23 AM oracle.glcm.fmw.chghost.util.DomainUtil isStandAloneAttributeSet INFO: In domain home /temporary_location/t2p/MW/user_projects/domains/domain_name , value of cam-environment attribute is : appserver May 07, 2018 7:44:23 AM oracle.glcm.fmw.chghost.util.DomainUtil isWebLogicManagedDomain INFO: Domain home /temporary_location/t2p/MW/user_projects/domains/domain_name is a WebLogic managed domain. May 07, 2018 7:44:45 AM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort INFO: Found AdminServerName : AdminServer May 07, 2018 7:44:45 AM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort INFO: Trying to find out admin server host and port by reading its properties . May 07, 2018 7:45:07 AM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort INFO: Admin server host is :localhost . So setting its value to default value : localhost May 07, 2018 7:45:07 AM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort INFO: Admin server host and port are : localhost , 7001 May 07, 2018 7:45:07 AM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper getT2PPlugins INFO: Finding T2P plugins from Oracle home /temporary_location/t2p/MW May 07, 2018 7:45:07 AM oracle.glcm.fmw.chghost.framework.plugin.factory.PluginInfoFactory getPluginInfoObject INFO: list of pluginFiles : [/temporary_location/t2p/MW/soa/plugins/t2p/soa_t2p_registration.xml, /temporary_location/t2p/MW/soa/plugins/t2p/BAM_t2p_registration.xml] May 07, 2018 7:45:07 AM oracle.glcm.fmw.chghost.framework.plugin.factory.PluginInfoFactory getPluginInfoObject INFO: list of pluginFiles : [/temporary_location/t2p/MW/oracle_common/plugins/t2p/ess_t2p_registration.xml, /temporary_location/t2p/MW/oracle_common/plugins/t2p/ums_t2p_registration.xml, /temporary_location/t2p/MW/oracle_common/plugins/t2p/opss_t2p_registration.xml, /temporary_location/t2p/MW/oracle_common/plugins/t2p/libovd_t2p_registration.xml, /temporary_location/t2p/MW/oracle_common/plugins/t2p/wsm_t2p_registration.xml, /temporary_location/t2p/MW/oracle_common/plugins/t2p/adf_t2p_registration.xml] May 07, 2018 7:45:07 AM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper getChgHostPlugins INFO: Finding chghost plugins from Oracle home /temporary_location/t2p/MW May 07, 2018 7:45:07 AM oracle.glcm.fmw.chghost.framework.plugin.factory.PluginInfoFactory getPluginInfoObject INFO: list of pluginFiles : [/temporary_location/t2p/MW/oracle_common/plugins/chghost/libovd_chghost_metadata.xml, /temporary_location/t2p/MW/oracle_common/plugins/chghost/opss_chghost_metadata.xml] May 07, 2018 7:45:07 AM oracle.glcm.fmw.chghost.framework.plugin.filter.PluginFilter filterT2PPluginBasedOnChgHostPlugin INFO: Removing T2P plugin /temporary_location/t2p/MW/oracle_common/plugins/t2p/libovd_t2p_registration.xml from execution list as corresponding chghost metadata file exist. May 07, 2018 7:45:07 AM oracle.glcm.fmw.chghost.framework.plugin.filter.PluginFilter filterT2PPluginBasedOnChgHostPlugin INFO: Removing T2P plugin /temporary_location/t2p/MW/oracle_common/plugins/t2p/opss_t2p_registration.xml from execution list as corresponding chghost metadata file exist. May 07, 2018 7:45:07 AM oracle.glcm.fmw.chghost.framework.process.PluginExecution executeAllPlugins INFO: Executing chghost plugins ... May 07, 2018 7:45:07 AM oracle.glcm.fmw.chghost.framework.plugin.impl.chghost.ChghostMetadataPluginExecutorImpl executePlugin INFO: Invoking file fixing for chghost metadata registration file /temporary_location/t2p/MW/oracle_common/plugins/chghost/libovd_chghost_metadata.xml May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.chghost.ChghostMetadataPluginExecutorImpl executePlugin INFO: Status of Invoking file fixing forchghost metadata registration file /temporary_location/t2p/MW/oracle_common/plugins/chghost/libovd_chghost_metadata.xml is true May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.chghost.ChghostMetadataPluginExecutorImpl executePlugin INFO: Invoking file fixing for chghost metadata registration file /temporary_location/t2p/MW/oracle_common/plugins/chghost/opss_chghost_metadata.xml May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.chghost.ChghostMetadataPluginExecutorImpl executePlugin INFO: Status of Invoking file fixing forchghost metadata registration file /temporary_location/t2p/MW/oracle_common/plugins/chghost/opss_chghost_metadata.xml is true May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.process.PluginExecution executeAllPlugins INFO: Status of execution of chghost plugins true May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.process.PluginExecution executeAllPlugins INFO: Executing T2P plugins ... May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder buildPluginsByParsingRegistration INFO: Preparing class loaders for all T2P plugins ... May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderForT2PPlugin INFO: Initializing class loader for plugin registrationFileLoc: /temporary_location/t2p/MW/soa/plugins/t2p/soa_t2p_registration.xml , productDir: /temporary_location/t2p/MW/soa , id : soa , type: T2P ... May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderPerRegistrationFile INFO: Initializing class loader for registration file =/temporary_location/t2p/MW/soa/plugins/t2p/soa_t2p_registration.xml with ProductHome=/temporary_location/t2p/MW/soa May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderForT2PPlugin INFO: Initializing class loader for plugin registrationFileLoc: /temporary_location/t2p/MW/soa/plugins/t2p/BAM_t2p_registration.xml , productDir: /temporary_location/t2p/MW/soa , id : BAM , type: T2P ... May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderPerRegistrationFile INFO: Initializing class loader for registration file =/temporary_location/t2p/MW/soa/plugins/t2p/BAM_t2p_registration.xml with ProductHome=/temporary_location/t2p/MW/soa May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderForT2PPlugin INFO: Initializing class loader for plugin registrationFileLoc: /temporary_location/t2p/MW/oracle_common/plugins/t2p/ess_t2p_registration.xml , productDir: /temporary_location/t2p/MW/oracle_common , id : ess , type: T2P ... May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderPerRegistrationFile INFO: Initializing class loader for registration file =/temporary_location/t2p/MW/oracle_common/plugins/t2p/ess_t2p_registration.xml with ProductHome=/temporary_location/t2p/MW/oracle_common May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderForT2PPlugin INFO: Initializing class loader for plugin registrationFileLoc: /temporary_location/t2p/MW/oracle_common/plugins/t2p/ums_t2p_registration.xml , productDir: /temporary_location/t2p/MW/oracle_common , id : ums , type: T2P ... May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderPerRegistrationFile INFO: Initializing class loader for registration file =/temporary_location/t2p/MW/oracle_common/plugins/t2p/ums_t2p_registration.xml with ProductHome=/temporary_location/t2p/MW/oracle_common May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderForT2PPlugin INFO: Initializing class loader for plugin registrationFileLoc: /temporary_location/t2p/MW/oracle_common/plugins/t2p/wsm_t2p_registration.xml , productDir: /temporary_location/t2p/MW/oracle_common , id : wsm , type: T2P ... May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderPerRegistrationFile INFO: Initializing class loader for registration file =/temporary_location/t2p/MW/oracle_common/plugins/t2p/wsm_t2p_registration.xml with ProductHome=/temporary_location/t2p/MW/oracle_common May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderForT2PPlugin INFO: Initializing class loader for plugin registrationFileLoc: /temporary_location/t2p/MW/oracle_common/plugins/t2p/adf_t2p_registration.xml , productDir: /temporary_location/t2p/MW/oracle_common , id : adf , type: T2P ... May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderPerRegistrationFile INFO: Initializing class loader for registration file =/temporary_location/t2p/MW/oracle_common/plugins/t2p/adf_t2p_registration.xml with ProductHome=/temporary_location/t2p/MW/oracle_common May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyConfigOps INFO: * * * * * * * * executeCopy * * * * * * * * May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain INFO: Building FMWT2PCopyBean object ... May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain INFO: Starting AdminServer ... May 07, 2018 7:45:08 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl startAdminServer INFO: /temporary_location/t2p/MW/user_projects/domains/domain_name weblogic password : *** localhost 7001 /temporary_location/t2p/MW INFO : May 7, 2018 7:45:18 AM - CLONE-23538 Starting Administration Server ... ............ 1 minute ........ INFO : May 7, 2018 7:47:20 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 7:47:20 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:47:20 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 7:47:20 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 7:47:20 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:47:21 AM - CLONE-23269 Successfully connected to runtime. INFO : May 7, 2018 7:47:21 AM - CLONE-23357 AdminServer is already running on port 7001 INFO : May 7, 2018 7:47:21 AM - CLONE-23552 Administration Server started successfully. May 07, 2018 7:47:21 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper enableOrDisableNetworkChannelForServersViaOnline INFO: NetworkChannel is not configured. So nothing to disable May 07, 2018 7:47:21 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain INFO: Starting all managed servers ... May 07, 2018 7:47:21 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper startEachManagedServer INFO: Starting managed server AdminServer May 07, 2018 7:47:21 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper startEachManagedServer INFO: Starting managed server oim_servername INFO : May 7, 2018 7:47:48 AM - CLONE-23540 Starting Managed Server oim_servername ... INFO : May 7, 2018 7:51:20 AM - CLONE-23553 Managed Server oim_servername started successfully. May 07, 2018 7:51:20 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper startEachManagedServer INFO: Starting managed server soa_servername INFO : May 7, 2018 7:51:53 AM - CLONE-23540 Starting Managed Server soa_servername ... INFO : May 7, 2018 7:54:28 AM - CLONE-23553 Managed Server soa_servername started successfully. May 07, 2018 7:56:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain INFO: Executing copyConfig operation of T2P plugins ... May 07, 2018 7:56:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeT2PPluginsForCopy INFO: Introspecting domain configuration ... INFO : May 7, 2018 7:56:30 AM - CLONE-23273 Examining Servers. INFO : May 7, 2018 7:56:30 AM - CLONE-23274 Examining Machines. INFO : May 7, 2018 7:56:30 AM - CLONE-23275 Examining Clusters. INFO : May 7, 2018 7:56:30 AM - CLONE-23276 Examining Datasources. INFO : May 7, 2018 7:56:31 AM - CLONE-23264 Examining FileStore ... INFO : May 7, 2018 7:56:31 AM - CLONE-23362 Examining RDBMS Security Store. INFO : May 7, 2018 7:56:31 AM - CLONE-23312 Examining LDAP Authenticators. INFO : May 7, 2018 7:56:31 AM - CLONE-23292 Examining Adapters. INFO : May 7, 2018 7:56:31 AM - CLONE-23293 Examining Resource Adapters. The Resource Adapters with deployment plan will be added to move plan. INFO : May 7, 2018 7:56:31 AM - CLONE-23374 Examining applications with custom deployment plans. INFO : May 7, 2018 7:56:31 AM - CLONE-23375 Examining applications with custom deployment plans. The applications with a deployment plan will be added to the move plan. INFO : May 7, 2018 7:56:32 AM - CLONE-21274 Examining Coherence Cluster configuration. INFO : May 7, 2018 7:56:32 AM - CLONE-21268 Examining Node Manager configuration. INFO : May 7, 2018 7:57:02 AM - CLONE-23351 MDS data export flag is set to false. Skipping MDS configurations. INFO : May 7, 2018 7:57:02 AM - CLONE-23394 Exporting default providers ... May 07, 2018 7:57:10 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeT2PPluginsForCopy INFO: Executing T2P plugins ... May 07, 2018 7:57:10 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeAllJ2EET2PPlugins INFO: - - - - - - Execution of copy operation for all J2EE T2P plugin started ... May 07, 2018 7:57:10 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Executing oracle.as.t2p.plugin.soa.impl.SOACopyConfigImpl ... May 07, 2018 7:57:10 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: CopyConfig implementation Class name = oracle.as.t2p.plugin.soa.impl.SOACopyConfigImpl and its product home =/temporary_location/t2p/MW/soa May 07, 2018 7:57:10 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting product home in the T2P bin to =/temporary_location/t2p/MW/soa May 07, 2018 7:57:10 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting current thread context classloader to custom class loader... INFO : May 7, 2018 7:57:10 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 7:57:10 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:57:10 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 7:57:10 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 7:57:10 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:57:10 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 7:57:10 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfigValidation of oracle.as.t2p.plugin.soa.impl.SOACopyConfigImpl INFO : [PLUGIN][SOA] May 7, 2018 7:57:10 AM - CLONE-51002 Executing "copyConfig Validation" operation of the SOA plugin. INFO : [PLUGIN][SOA] May 7, 2018 7:57:10 AM - CLONE-51000 Is SOA Domain = true. INFO : [PLUGIN][SOA] May 7, 2018 7:57:10 AM - CLONE-51004 SOA Oracle Home Location is /temporary_location/t2p/MW/soa May 07, 2018 7:57:11 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfig of oracle.as.t2p.plugin.soa.impl.SOACopyConfigImpl INFO : [PLUGIN][SOA] DEBUG : System Flag 'ignoreErrors' is set to 'true'. INFO : [PLUGIN][SOA] May 7, 2018 7:57:10 AM - CLONE-51002 Executing "copyConfig Validation" operation of the SOA plugin. INFO : [PLUGIN][SOA] May 7, 2018 7:57:10 AM - CLONE-51000 Is SOA Domain = true. INFO : [PLUGIN][SOA] May 7, 2018 7:57:10 AM - CLONE-51004 SOA Oracle Home Location is /temporary_location/t2p/MW/soa May 07, 2018 7:57:11 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfig of oracle.as.t2p.plugin.soa.impl.SOACopyConfigImpl INFO : [PLUGIN][SOA] DEBUG : System Flag 'ignoreErrors' is set to 'true'. INFO : [PLUGIN][SOA] May 7, 2018 7:57:11 AM - CLONE-51003 Executing "Copy Configuration" operation of the SOA plugin. INFO : [PLUGIN][SOA] May 7, 2018 7:57:11 AM - CLONE-51014 Exporting SOA Composites. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite AutoApproval to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite BeneficiaryManagerApproval to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite CertificationOverseerProcess to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite CertificationProcess to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite DefaultOperationalApproval to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite DefaultRequestApproval to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite DefaultRequestApproval to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite DefaultRoleApproval to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite DefaultSODApproval to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite DisconnectedProvisioning to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite IdentityAuditRemediation to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite OAACGRoleAssignSODCheck to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite ProvideInformation to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite RequesterManagerApproval to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51020 Adding Composite RoleLCMApproval to the move plan. INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51047 "mdsDataExport" flag is set to false. Skipping MDS migration for B2B, Human WorkFlow and OWSM May 07, 2018 7:59:17 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Invoking doPostCopyConfig of oracle.as.t2p.plugin.soa.impl.SOACopyConfigImpl INFO : [PLUGIN][SOA] May 7, 2018 7:59:17 AM - CLONE-51001 Executing "Post-Copy Configuration" operation of the SOA plugin. May 07, 2018 7:59:17 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Resetting current thread context classloader May 07, 2018 7:59:17 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Execution of oracle.as.t2p.plugin.soa.impl.SOACopyConfigImpl done . May 07, 2018 7:59:17 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Executing oracle.beam.impexp.t2p.BAMCopyConfigImpl ... May 07, 2018 7:59:17 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: CopyConfig implementation Class name = oracle.beam.impexp.t2p.BAMCopyConfigImpl and its product home =/temporary_location/t2p/MW/soa May 07, 2018 7:59:17 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting product home in the T2P bin to =/temporary_location/t2p/MW/soa May 07, 2018 7:59:17 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting current thread context classloader to custom class loader... INFO : May 7, 2018 7:59:17 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 7:59:17 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:17 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 7:59:17 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 7:59:17 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:17 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 7:59:17 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfigValidation of oracle.beam.impexp.t2p.BAMCopyConfigImpl May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfig of oracle.beam.impexp.t2p.BAMCopyConfigImpl May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Invoking doPostCopyConfig of oracle.beam.impexp.t2p.BAMCopyConfigImpl May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Resetting current thread context classloader May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Execution of oracle.beam.impexp.t2p.BAMCopyConfigImpl done . May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Executing oracle.as.ess.t2p.impl.ESST2PPluginCopyConfigImpl ... May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: CopyConfig implementation Class name = oracle.as.ess.t2p.impl.ESST2PPluginCopyConfigImpl and its product home =/temporary_location/t2p/MW/oracle_common May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting product home in the T2P bin to =/temporary_location/t2p/MW/oracle_common May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting current thread context classloader to custom class loader... INFO : May 7, 2018 7:59:18 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 7:59:18 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:18 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 7:59:18 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 7:59:18 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:18 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfigValidation of oracle.as.ess.t2p.impl.ESST2PPluginCopyConfigImpl INFO : [PLUGIN][ESS] May 7, 2018 7:59:18 AM - CLONE-29001 Executing "Copy Config Validation" operation of the ESS T2P plugin. INFO : [PLUGIN][ESS] May 7, 2018 7:59:18 AM - CLONE-29000 Is ESS Domain = false. INFO : [PLUGIN][ESS] May 7, 2018 7:59:18 AM - CLONE-29004 Not a valid ESS Domain. Skipping ESS specific copy configuration steps. May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfig of oracle.as.ess.t2p.impl.ESST2PPluginCopyConfigImpl May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Invoking doPostCopyConfig of oracle.as.ess.t2p.impl.ESST2PPluginCopyConfigImpl May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Resetting current thread context classloader May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Execution of oracle.as.ess.t2p.impl.ESST2PPluginCopyConfigImpl done . May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Executing oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl ... May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: CopyConfig implementation Class name = oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl and its product home =/temporary_location/t2p/MW/oracle_common May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting product home in the T2P bin to =/temporary_location/t2p/MW/oracle_common May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting current thread context classloader to custom class loader... INFO : May 7, 2018 7:59:18 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 7:59:18 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:18 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 7:59:18 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 7:59:18 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:18 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfigValidation of oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl INFO : [PLUGIN][ums] May 7, 2018 7:59:18 AM - CLONE-92100 In method doCopyConfigValidation. May 07, 2018 7:59:18 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfig of oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl INFO : [PLUGIN][ums] May 7, 2018 7:59:18 AM - CLONE-92101 In method doCopyConfig. INFO : [PLUGIN][ums] May 7, 2018 7:59:18 AM - CLONE-92107 Download data for User Preferences. INFO : [PLUGIN][ums] May 7, 2018 7:59:21 AM - CLONE-92109 Extract driver configuration. May 07, 2018 7:59:22 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Invoking doPostCopyConfig of oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl INFO : [PLUGIN][ums] May 7, 2018 7:59:22 AM - CLONE-92102 In method doPostCopyConfig.. May 07, 2018 7:59:22 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Resetting current thread context classloader May 07, 2018 7:59:22 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Execution of oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl done . May 07, 2018 7:59:22 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Executing oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl ... May 07, 2018 7:59:22 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: CopyConfig implementation Class name = oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl and its product home =/temporary_location/t2p/MW/oracle_common May 07, 2018 7:59:22 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting product home in the T2P bin to =/temporary_location/t2p/MW/oracle_common May 07, 2018 7:59:22 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting current thread context classloader to custom class loader... INFO : May 7, 2018 7:59:22 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 7:59:22 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:22 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 7:59:22 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 7:59:22 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:22 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 7:59:22 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfigValidation of oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl INFO : [PLUGIN][OWSM] May 7, 2018 7:59:22 AM - CLONE-40001 OWSM Plug-in Copy Config Operation Started.Validating source environment. May 07, 2018 7:59:22 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfig of oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl INFO : [PLUGIN][OWSM] May 7, 2018 7:59:28 AM - CLONE-40003 Reading bootstrap configuration file. INFO : [PLUGIN][OWSM] May 7, 2018 7:59:29 AM - CLONE-40010 WSM specific artifacts are not modified on source environment. Nothing will be added to moveplan. May 07, 2018 7:59:29 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Invoking doPostCopyConfig of oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl INFO : [PLUGIN][OWSM] May 7, 2018 7:59:29 AM - CLONE-40011 OWSM Plug-in Copy Config operation finished. May 07, 2018 7:59:29 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Resetting current thread context classloader May 07, 2018 7:59:29 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Execution of oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl done . May 07, 2018 7:59:29 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Executing oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl ... May 07, 2018 7:59:29 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: CopyConfig implementation Class name = oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl and its product home =/temporary_location/t2p/MW/oracle_common May 07, 2018 7:59:29 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting product home in the T2P bin to =/temporary_location/t2p/MW/oracle_common May 07, 2018 7:59:29 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Setting current thread context classloader to custom class loader... INFO : May 7, 2018 7:59:29 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 7:59:29 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:29 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 7:59:29 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 7:59:29 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:29 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 7:59:29 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfigValidation of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl INFO : [PLUGIN][OracleADF] May 7, 2018 7:59:29 AM - CLONE-33010 Start to run T2P ADF Connection Plugins. May 07, 2018 7:59:29 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: invoking doCopyConfig of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl May 07, 2018 7:59:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Invoking doPostCopyConfig of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl INFO : [PLUGIN][OracleADF] May 7, 2018 7:59:30 AM - CLONE-33020 Finish running T2P ADF Connection Plugins. May 07, 2018 7:59:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Resetting current thread context classloader May 07, 2018 7:59:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin INFO: Execution of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl done . May 07, 2018 7:59:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeAllJ2EET2PPlugins INFO: - - - - - - Execution of copy operation for all J2EE T2P plugin completed. May 07, 2018 7:59:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCAMCopyConfigHelper executeCAMPlugins INFO: Checking whether system components directory present or not .... May 07, 2018 7:59:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCAMCopyConfigHelper executeCAMPlugins INFO: No system components are configured in the domain. May 07, 2018 7:59:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeT2PPluginsForCopy INFO: Executing persistMovePlan with argument /temporary_location/CLONINGCLIENT1233945222590395849/configplans/moveplan.xml May 07, 2018 7:59:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeT2PPluginsForCopy INFO: Persisting moveplan to archive May 07, 2018 7:59:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain INFO: Shutting down all managed servers May 07, 2018 7:59:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper stopEachManagedServer INFO: Stopping managed server AdminServer May 07, 2018 7:59:30 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper stopEachManagedServer INFO: Stopping managed server oim_servername INFO : May 7, 2018 7:59:30 AM - CLONE-23541 Stopping Managed Server oim_servername ... INFO : May 7, 2018 7:59:30 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 7:59:30 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:30 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 7:59:30 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 7:59:30 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 7:59:30 AM - CLONE-23269 Successfully connected to runtime. INFO : May 7, 2018 8:00:33 AM - CLONE-23551 Managed Server oim_servername stopped successfully. May 07, 2018 8:00:33 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper stopEachManagedServer INFO: Stopping managed server soa_servername INFO : May 7, 2018 8:00:33 AM - CLONE-23541 Stopping Managed Server soa_servername ... INFO : May 7, 2018 8:01:14 AM - CLONE-23551 Managed Server soa_servername stopped successfully. May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain INFO: Shutting down AdminServer May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PConfigHelper backupFromCloningTempLocation INFO: Taking backup everything under /temporary_location/CLONINGCLIENT1233945222590395849 at /temporary_location/CLONINGCLIENT1233945222590395849/backup_after_copy May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executePasteConfigOps INFO: * * * * * * * * updateMovePlan * * * * * * * * May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl updateMovePlan INFO: Extracting moveplan and other plans under /temporary_location/CHGHOST275881279/t2p_plans_1525705274473 from archive file /temporary_location/CLONINGCLIENT1233945222590395849/t2p.jar May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.MovePlanUpdateHelper updateMoveableComponent INFO: Updating moveplan for MoveableComponent name: domain_name and type : J2EEDomain May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.MovePlanUpdateHelper updateMoveableComponent INFO: Updating moveplan for MoveableComponent name: null and type : SOA-INFRA May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.MovePlanUpdateHelper updateMoveableComponent INFO: Updating moveplan for MoveableComponent name: null and type : Composite May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.MovePlanUpdateHelper updateMoveableComponent INFO: Updating moveplan for MoveableComponent name: null and type : MDM Url Resolver May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.MovePlanUpdateHelper updateMoveableComponent INFO: Updating moveplan for MoveableComponent name: null and type : UMS May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.MovePlanUpdateHelper updateMoveableComponent INFO: Updating moveplan for MoveableComponent name: null and type : ADF Connections May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl updateMovePlan INFO: Persisting updated moveplan at /temporary_location/CHGHOST275881279/t2p_plans_1525705274473/moveplan_updated_1525705274616.xml May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executePasteConfigOps INFO: * * * * * * * * executePasteConfig * * * * * * * * May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executePasteConfig INFO: Executing pasteConfig operation of T2P plugins ... May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyAllJ2EEPlugins INFO: - - - - - - Execution of offline paste operation for all J2EE T2P plugin started ... May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl ... May 07, 2018 8:01:14 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: invoking doOfflineConfig of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl INFO : [PLUGIN][OWSM] May 7, 2018 8:01:14 AM - CLONE-40021 OWSM Plug-in Paste Config operation started. Validating target environment. INFO : [PLUGIN][OWSM] May 7, 2018 8:01:16 AM - CLONE-40037 Oracle WSM datasource (i.e. mds-owsm) is configured in the /temporary_location/t2p/MW/user_projects/domains/domain_name domain. INFO : [PLUGIN][OWSM] May 7, 2018 8:01:16 AM - CLONE-40026 Bootstrap movable component is not present in moveplan. Bootstrap configurations will not be updated. INFO : [PLUGIN][OWSM] May 7, 2018 8:01:36 AM - CLONE-40035 OWSM Plug-in Paste Config Operation Finished. May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl done. May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.as.t2p.plugin.soa.impl.SOAPasteConfigImpl ... May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: invoking doOfflineConfig of oracle.as.t2p.plugin.soa.impl.SOAPasteConfigImpl May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.as.t2p.plugin.soa.impl.SOAPasteConfigImpl done. May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl ... May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: invoking doOfflineConfig of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl done. May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.as.ess.t2p.impl.ESST2PPluginPasteConfigImpl ... May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: invoking doOfflineConfig of oracle.as.ess.t2p.impl.ESST2PPluginPasteConfigImpl May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.as.ess.t2p.impl.ESST2PPluginPasteConfigImpl done. May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.beam.impexp.t2p.BAMPasteConfigImpl ... May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: invoking doOfflineConfig of oracle.beam.impexp.t2p.BAMPasteConfigImpl May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.beam.impexp.t2p.BAMPasteConfigImpl done. May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl ... May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: invoking doOfflineConfig of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl done. May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyAllJ2EEPlugins INFO: - - - - - - Execution of offline paste operation for all J2EE T2P plugin completed. May 07, 2018 8:01:36 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper executeT2PPluginsForPaste INFO: Starting AdminServer ... INFO : May 7, 2018 8:01:46 AM - CLONE-23538 Starting Administration Server ... INFO : May 7, 2018 8:01:46 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 8:01:46 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:01:47 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 8:01:47 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 8:01:47 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:01:47 AM - CLONE-23269 Successfully connected to runtime. INFO : May 7, 2018 8:01:47 AM - CLONE-23357 AdminServer is already running on port 7001 INFO : May 7, 2018 8:01:47 AM - CLONE-23552 Administration Server started successfully. May 07, 2018 8:01:47 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyAllJ2EEPlugins INFO: - - - - - - Execution of paste operation for all J2EE T2P plugin started ... May 07, 2018 8:01:47 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl ... INFO : May 7, 2018 8:01:47 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 8:01:47 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:01:47 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 8:01:47 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 8:01:47 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:01:47 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 8:01:47 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfigValidation of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl May 07, 2018 8:01:47 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPrePasteConfigValidation of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl May 07, 2018 8:01:47 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfig of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl May 07, 2018 8:01:47 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPostPasteConfig of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl May 07, 2018 8:01:47 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl done. May 07, 2018 8:01:47 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.as.t2p.plugin.soa.impl.SOAPasteConfigImpl ... INFO : May 7, 2018 8:01:47 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 8:01:47 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:01:47 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 8:01:47 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 8:01:47 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:01:47 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 8:01:47 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfigValidation of oracle.as.t2p.plugin.soa.impl.SOAPasteConfigImpl INFO : [PLUGIN][SOA] May 7, 2018 8:01:47 AM - CLONE-51025 Executing "pasteConfig Validation" operation of the SOA plugin. May 07, 2018 8:01:47 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPrePasteConfigValidation of oracle.as.t2p.plugin.soa.impl.SOAPasteConfigImpl INFO : [PLUGIN][SOA] May 7, 2018 8:01:47 AM - CLONE-51026 Executing "Pre-Paste Configuration" operation of the SOA plugin. INFO : [PLUGIN][SOA] May 7, 2018 8:01:47 AM - CLONE-51000 Is SOA Domain = true. INFO : [PLUGIN][SOA] May 7, 2018 8:01:47 AM - CLONE-51004 SOA Oracle Home Location is /temporary_location/t2p/MW/soa INFO : May 7, 2018 8:02:12 AM - CLONE-23540 Starting Managed Server soa_servername ... INFO : May 7, 2018 8:04:36 AM - CLONE-23553 Managed Server soa_servername started successfully. May 07, 2018 8:06:37 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfig of oracle.as.t2p.plugin.soa.impl.SOAPasteConfigImpl INFO : [PLUGIN][SOA] DEBUG : System Flag 'ignoreErrors' is set to 'true'. INFO : [PLUGIN][SOA] May 7, 2018 8:06:37 AM - CLONE-51027 Executing "Paste Configuration" operation of the SOA plugin. INFO : [PLUGIN][SOA] May 7, 2018 8:06:37 AM - CLONE-51028 Extracting soat2p folder from archive. INFO : [PLUGIN][SOA] May 7, 2018 8:06:37 AM - CLONE-51063 Importing SOA configuration to MDS. INFO : [PLUGIN][SOA] Stopping SOA Managed Server before HW Import INFO : May 7, 2018 8:06:37 AM - CLONE-23541 Stopping Managed Server soa_servername ... INFO : May 7, 2018 8:07:18 AM - CLONE-23551 Managed Server soa_servername stopped successfully. INFO : [PLUGIN][SOA] Starting SOA Managed Server before HW Import INFO : May 7, 2018 8:07:44 AM - CLONE-23540 Starting Managed Server soa_servername ... INFO : May 7, 2018 8:10:17 AM - CLONE-23553 Managed Server soa_servername started successfully. INFO : [PLUGIN][SOA] Starting SOA Managed Server Started INFO : [PLUGIN][SOA] wait until soa infra is ready INFO : [PLUGIN][SOA] import composites (HWF composites) INFO : [PLUGIN][SOA] May 7, 2018 8:12:52 AM - CLONE-51031 Importing Human WorkFlow Migration XML to target domain. INFO : [PLUGIN][SOA] May 7, 2018 8:12:52 AM - CLONE-51049 Human WorkFlow MDS data is not exported during "copyConfig".Human WorkFlow data will not be migrated. INFO : [PLUGIN][SOA] May 7, 2018 8:12:52 AM - CLONE-51039 Importing B2B Delivery Channels to target domain. INFO : [PLUGIN][SOA] May 7, 2018 8:12:52 AM - CLONE-51050 B2B is not deployed Or B2B metadata is not exported during "copyConfig". So B2B metadata migration will not be done. May 07, 2018 8:12:52 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPostPasteConfig of oracle.as.t2p.plugin.soa.impl.SOAPasteConfigImpl INFO : [PLUGIN][SOA] May 7, 2018 8:12:52 AM - CLONE-51024 Executing "Post-Paste Configuration" operation of the SOA plugin. INFO : [PLUGIN][SOA] Stopping SOA Managed Server INFO : May 7, 2018 8:12:52 AM - CLONE-23541 Stopping Managed Server soa_servername ... INFO : May 7, 2018 8:13:38 AM - CLONE-23551 Managed Server soa_servername stopped successfully. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.as.t2p.plugin.soa.impl.SOAPasteConfigImpl done. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl ... INFO : May 7, 2018 8:13:38 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 8:13:38 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:13:38 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 8:13:38 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 8:13:38 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:13:38 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfigValidation of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl INFO : [PLUGIN][OracleADF] May 7, 2018 8:13:38 AM - CLONE-33010 Start to run T2P ADF Connection Plugins. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPrePasteConfigValidation of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfig of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPostPasteConfig of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl INFO : [PLUGIN][OracleADF] May 7, 2018 8:13:38 AM - CLONE-33020 Finish running T2P ADF Connection Plugins. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl done. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.as.ess.t2p.impl.ESST2PPluginPasteConfigImpl ... INFO : May 7, 2018 8:13:38 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 8:13:38 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:13:38 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 8:13:38 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 8:13:38 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:13:38 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfigValidation of oracle.as.ess.t2p.impl.ESST2PPluginPasteConfigImpl INFO : [PLUGIN][ESS] May 7, 2018 8:13:38 AM - CLONE-29009 Executing "Paste Config Validation" operation of the ESS plugin. INFO : [PLUGIN][ESS] May 7, 2018 8:13:38 AM - CLONE-29000 Is ESS Domain = false. INFO : [PLUGIN][ESS] May 7, 2018 8:13:38 AM - CLONE-29012 Not a valid ESS Domain. Skipping ESS specific paste configuration steps. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPrePasteConfigValidation of oracle.as.ess.t2p.impl.ESST2PPluginPasteConfigImpl May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfig of oracle.as.ess.t2p.impl.ESST2PPluginPasteConfigImpl May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPostPasteConfig of oracle.as.ess.t2p.impl.ESST2PPluginPasteConfigImpl May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.as.ess.t2p.impl.ESST2PPluginPasteConfigImpl done. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.beam.impexp.t2p.BAMPasteConfigImpl ... INFO : May 7, 2018 8:13:38 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 8:13:38 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:13:38 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 8:13:38 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 8:13:38 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:13:38 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfigValidation of oracle.beam.impexp.t2p.BAMPasteConfigImpl May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPrePasteConfigValidation of oracle.beam.impexp.t2p.BAMPasteConfigImpl May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfig of oracle.beam.impexp.t2p.BAMPasteConfigImpl May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPostPasteConfig of oracle.beam.impexp.t2p.BAMPasteConfigImpl May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.beam.impexp.t2p.BAMPasteConfigImpl done. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Executing oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl ... INFO : May 7, 2018 8:13:38 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 8:13:38 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:13:38 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 8:13:38 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 8:13:38 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:13:38 AM - CLONE-23269 Successfully connected to runtime. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfigValidation of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl INFO : [PLUGIN][ums] May 7, 2018 8:13:38 AM - CLONE-92103 In method doPasteConfigValidation. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPrePasteConfigValidation of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl INFO : [PLUGIN][ums] May 7, 2018 8:13:38 AM - CLONE-92104 In method doPrePasteConfig. May 07, 2018 8:13:38 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPasteConfig of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl INFO : [PLUGIN][ums] May 7, 2018 8:13:38 AM - CLONE-92105 In method doPasteConfig. INFO : [PLUGIN][ums] May 7, 2018 8:13:38 AM - CLONE-92119 Handle User Preferences. INFO : [PLUGIN][ums] May 7, 2018 8:13:38 AM - CLONE-92117 Starting server soa_servername. INFO : May 7, 2018 8:14:04 AM - CLONE-23540 Starting Managed Server soa_servername ... INFO : May 7, 2018 8:16:26 AM - CLONE-23553 Managed Server soa_servername started successfully. INFO : [PLUGIN][ums] May 7, 2018 8:18:30 AM - CLONE-92114 Upload data for User Preferences. INFO : [PLUGIN][ums] May 7, 2018 8:18:30 AM - CLONE-92118 Stopping server soa_servername. INFO : May 7, 2018 8:18:30 AM - CLONE-23541 Stopping Managed Server soa_servername ... INFO : May 7, 2018 8:19:11 AM - CLONE-23551 Managed Server soa_servername stopped successfully. May 07, 2018 8:19:11 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Invoking doPostPasteConfig of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl INFO : [PLUGIN][ums] May 7, 2018 8:19:11 AM - CLONE-92106 In method doPostPasteConfig. May 07, 2018 8:19:11 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin INFO: Execution of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl done. May 07, 2018 8:19:11 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyAllJ2EEPlugins INFO: - - - - - - Execution of paste operation for all J2EE T2P plugin completed. May 07, 2018 8:19:11 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper executeT2PPluginsForPaste INFO: Stopping all managed servers ... INFO : May 7, 2018 8:19:11 AM - CLONE-23358 Stopping all Managed Servers. INFO : May 7, 2018 8:19:11 AM - CLONE-23541 Stopping Managed Server oim_servername ... INFO : May 7, 2018 8:19:11 AM - CLONE-23270 Connecting to domain runtime ... INFO : May 7, 2018 8:19:11 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:19:11 AM - CLONE-23272 Successfully connected to the domain Runtime. INFO : May 7, 2018 8:19:11 AM - CLONE-23266 Connecting to runtime ... INFO : May 7, 2018 8:19:11 AM - CLONE-23271 Trying to connect to localhost:7001 ... INFO : May 7, 2018 8:19:11 AM - CLONE-23269 Successfully connected to runtime. INFO : May 7, 2018 8:19:11 AM - CLONE-23554 Managed Server oim_servername is already in shut down state. INFO : May 7, 2018 8:19:27 AM - CLONE-23541 Stopping Managed Server soa_servername ... INFO : May 7, 2018 8:19:27 AM - CLONE-23554 Managed Server soa_servername is already in shut down state. May 07, 2018 8:19:43 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCAMPasteConfigHelper applyAllCAMPluginImpl INFO: CopyConfig was not executed for any CAM T2P plugin. No CAM T2P plugin will be executed during pasteConfig. May 07, 2018 8:19:43 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper enableOrDisableNetworkChannelForServersViaOnline INFO: NetworkChannel is not configured. So nothing to enable May 07, 2018 8:19:43 AM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executePasteConfig INFO: Shutting down AdminServer ... INFO : May 7, 2018 8:19:43 AM - CLONE-23539 Stopping Administration Server ... INFO : May 7, 2018 8:21:45 AM - CLONE-23550 Administration Server stopped successfully. May 07, 2018 8:21:45 AM oracle.glcm.fmw.chghost.framework.process.PluginExecution executeAllPlugins INFO: Status of execution of T2P plugins true May 07, 2018 8:21:45 AM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute execute INFO: Chghost and T2P plugins are executed successfully.
-
-
On HOST1, stop all servers, which are WebLogic, SOA, and OIG servers.
-
On HOST2, restart the following servers:
-
Stop and start the WebLogic server by running the following command:
./startWeblogic.sh
-
Stop and start the SOA server by running the following command:
./StartManagedWeblogic.sh soa_servername
-
Stop and start the OIG server by running the following command:
./StartManagedWeblogic.sh oim_servername
-
22.1.2 Postconfiguration Changes on the Target Host
Postconfiguration changes on the target host includes SOA composite changes, WebLogic-level changes, and changes related to BI Publisher reports.
After migrating the database and application binaries from HOST1 to HOST2, perform the following postconfiguration changes:
-
On HOST2, after you restart WebLogic, SOA, and OIG servers, open the WebLogic Administration Server Console and Oracle Enterprise Manager Fusion Middleware Control. Examples URLs are:
http://<OIG_HOSTNAME>:7001/console http://<OIG_HOSTNAME>:7001/em
-
Login to the Oracle Enterprise Manager Fusion Middleware Control, and perform the following SOA composite changes:
Note:
This step is required to open the details of the in-flight/pending requests.
-
Go to soa, Soa-infrastructure, deployed composite. Click DefaultOperationalApproval [5.0], click the Approval Task link of component type
Human Workflow
under the Component Metrics section. Then click the Administration tab. If there is an existing URI, then modify the host name and port number. -
Go to soa, Soa-infrastrcutre, deployed composite. Click DefaultOperationalApproval [5.0], click the Challenge Task link of component type
Human Workflow
under the Component Metrics section. Then click the Administration tab, and modify the host name and port number. -
Repeat steps a and b for all other SOA composites.
These steps are applicable for component type as
Human Workflow
under the Component Metrics heading in the SOA Composites details.
Note:
Host and port details under the Administration tab are available for update only for composites that have been used for any types of requests at source setup. If these values are blank for any composite, then do not update anything.
-
-
Perform the following WebLogic-level changes so that your request details are rendered:
-
In the Oracle Enterprise Manager Fusion Middleware Control, click Weblogic Domain, System Mbean Browser.
- Search for the OIMSOAIntegrationMBean
-
Click the Operations tab of the mbean, and select integrateWithSOAServer.
-
Enter the attributes required to invoke the mbean, and then click Invoke.
Note:
Any in-flight tasks will try to use the original
oimFrontEndURL
value that was passed to the composite when the instance was created. If the move from HOST1 to HOST2 results in a changedoimFrontEndURL
value, then update the endpoint addresses so that SOA can call back to OIG by using the new address as required, as described in Updating EndPoint Address in SOA Composites. -
-
Perform the following sanity checks on the HOST2 environment:
- Request (administrator and end-user): For applications, entitlements, roles, self registration
- Identity administration: For user, organization, role CRUD operations
- Provisioning (connected and disconnected): Direct provisioning, access policies
- Reconciliation
- Certification
- Identity audit
- Reports
- Design Console forms: Parent forms, child forms, prepopulate adapters added literal value. rebuild, process definitions (added table), resource objects
- Deployment Manager
- Utilities (db/server): UploadJar, PurcheCache, DeleteJar, resource bundler (upload, delete), GenerateSnapshot, request archival, reconciliation archival, task archival
- Authorization
- Bulk load: Users, user managers, roles, role members, accounts, and entitlements
- Enterprise Manager: Export/import metadata, Mbean changes
22.1.3 Updating EndPoint Address in SOA Composites
SOA composites have Endpoint Address URL for Reference Web services. This
can be a load balancer URL or Web server URL depending on whether the application
server is front-end with load balancer, or Web server, or single application server
URL. After running the chghost
utility, perform the following steps
to update this URL with the target system host values:
Note:
Perform the steps in this topic only if there are in-flight requests
in the source host before running the chghost
utility, and you
want to act upon these in-flight requests after running the utility.
22.2 Migrating the Database and Application Binaries to a New Host
Migrate the database to the different host, and wire the application with the database that is moved to the new host. Alternatively, migrate both the database and application to the new host.
This chapter contains the following topics:
22.2.1 Moving the Database to Another Environment
To move the database to another environment:
-
Perform the following steps on the source host, which is HOST1:
-
Set environment variables for
ORACLE_HOME
,ORACLE_SID
, andPATH
to include oracle executables. For example:setenv PATH /temporary_location2/product/11.2.0/dbhome_1/bin:$PATH setenv ORACLE_SID orcl setenv ORACLE_HOME /temporary_location2/product/11.2.0/dbhome_1/
-
Create a directory to store the dump files. For example:
mkdir /temporary_location2/t2ps
-
Login to SQLPlus with
SYS
credentials, and run the following command:Sql> conn sys/<Password>@<SID>as sysdba; Connected Sql> create directory t2ps_dir as '/temporary_location2/t2ps';
-
Verify that the directory has been created by running the following SQL query:
select * from dba_directories; Grant : grant read,write on directory t2ps1 to sys; Grant succeeded.
-
To display all the
PREFIX_*
schemas, run the following command:select * from System.SCHEMA_VERSION_REGISTRY$;
-
Run the following command:
$ORACLE_DB_HOME > expdp SCHEMAS=PREFIX_IAU_APPEND,PREFIX_STB,PREFIX_IAU_VIEWER,PREFIX_MDS,PREFIX_WLS,PREFIX_UMS,PREFIX_IAU,PREFIX_OPSS,PREFIX_SOAINFRA,PREFIX_OIM DIRECTORY=t2ps1 DUMPFILE=t2ps.dmp PARALLEL=4 LOGFILE=export.log JOB_NAME=OIMDBDUMP EXCLUDE=STATISTICS
The last three lines of the output are:
Dump file set for SYS.OIMDBDUMP is: /temporary_location/t2p/t2ps1/t2ps.dmp Job "SYS"."OIMDBDUMP" successfully completed at Wed May 16 03:01:33 2018 elapsed 0 00:02:12
-
-
Perform the following steps on the target host, which is HOST2:
-
Install the database. Provide the same port and service name as the source host.
-
Run the RCU utility. Create the tablespace with the same name as was done for the source host.
-
Copy all the dump files to the target environment.
-
Set the
ORACLE_HOME
,PATH
, andORACLE_SID
environment variables. -
Create a dump directory on the target env. For example:
mkdir /temporary_location/t2p/t2ps1
-
Create a directory
t2ps1
in the location /temporary_location/t2p/, and grant read and write permissions tot2ps1
. -
Run the following SQL block:
sqlplus /nolog Sql > conn PREFIX_OIM/<Password>@<SID> Connected Sql > BEGIN for s in (select object_type,object_name from user_objects where object_type not in('TABLE','LOB', 'INDEX','TYPE') and not (( object_name = 'OIM_RECON_CHANGES_BY_RES_MV' and object_type = 'MATERIALIZED VIEW' ) or ( object_name = 'OIM_AFTERLOGON_TRIGGER' and object_type = 'TRIGGER' )) ) loop BEGIN dbms_output.put_line('Drop '|| s.object_type ||' '|| s.object_name); execute immediate 'Drop '|| s.object_type ||' '|| s.object_name ; EXCEPTION WHEN OTHERS THEN dbms_output.put_line(SQLERRM); END; end loop; END;
-
For mapping database tablespace structures, run the following command:
select * from dba_tablespaces;
-
Run the
impdb
command, which has the following syntax:impdp system/password DIRECTORY=dump_dir DUMPFILE=export.dmp LOGFILE=import.log remap_schema=src_env_schema_name:tgt_env_schema_name REMAP_TABLESPACE=src_env_oim_tablespace:tgt_env_oim_tablespace, src_oim_lob_tablespace_name:tgt_oim_lob_tablespace_name, ... TABLE_EXISTS_ACTION=REPLACE
For example:
impdp DIRECTORY=t2ps1 DUMPFILE=t2ps.dmp LOGFILE=import.log remap_schema=t2ps_OIM:t2ps_OIM REMAP_TABLESPACE=t2ps_OIM:t2ps_OIM,t2ps_OIM_LOB:t2ps_OIM_LOB TABLE_EXISTS_ACTION=REPLACE
Here, both source and target environment schemas are the same.
During the import, you may see the following errors, which can be ignored:
Processing object type SCHEMA_EXPORT/EVENT/TRIGGER ORA-39083: Object type TRIGGER failed to create with error: ORA-00942: table or view does not exist Failing sql is: CREATE TRIGGER oim_afterlogon_trigger AFTER LOGON ON RC2T2P_OIM.SCHEMA BEGIN EXECUTE IMMEDIATE 'ALTER SESSION SET NLS_LENGTH_SEMANTICS=CHAR'; 9EXECUTE IMMEDIATE 'ALTER SESSION SET NLS_SORT=BINARY NLS_COMP=BINARY'; EXCEPTION WHEN OTHERS THEN RAISE ; END set_nlslengthsemantics_trigger; Processing object type SCHEMA_EXPORT/MATERIALIZED_VIEW ORA-31684: Object type MATERIALIZED_VIEW:"RC2TARG_OIM"."OIM_RECON_CHANGES_BY_RES_MV" already exists
Any other errors concerning objects that already exist.
-
Update the following XML files for the database service name as these are not updated by the script:
bip_datasource-jdbc.xml = Not available in my setup //Update the bip_datasource-jdbc.xml only if BI Publisher is configured in the OIG setup. opss-audit-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/opss-audit-jdbc.xml EDNDataSource-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/EDNDataSource-jdbc.xml SOALocalTxDataSource-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/SOALocalTxDataSource-jdbc.xml OraSDPMDataSource-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/OraSDPMDataSource-jdbc.xml EDNLocalTxDataSource-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/EDNLocalTxDataSource-jdbc.xml opss-auditview-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/opss-auditview-jdbc.xml opss-jdbc.xml = Not available on my machine mds-soa-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/mds-soa-jdbc.xml oimApplicationDBDS-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/oimApplicationDBDS-jdbc.xml mds-owsm-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/mds-owsm-jdbc.xml LocalSvcTblDataSource-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/LocalSvcTblDataSource-jdbc.xml opss-datasource-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/opss-datasource-jdbc.xml WLSSchemaDataSource-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/WLSSchemaDataSource-jdbc.xml oimMDS-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/oimMDS-jdbc.xml soaOIMLookupDB-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/soaOIMLookupDB-jdbc.xml oimOperationsDB-0237-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/oimOperationsDB-0237-jdbc.xml SOADataSource-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/SOADataSource-jdbc.xml oimJMSStoreDS-0269-jdbc.xml = ./user_projects/domains/domain_name/config/jdbc/oimJMSStoreDS-0269-jdbc.xml jps-config-jse.xml = ./oracle_common/modules/oracle.jps/domain_config/restricted_jrf/wls/jps-config-jse.xml ./user_projects/domains/domain_name/config/fmwconfig/jps-config-jse.xml jps-config.xml = ./idm/oam/server/rreg/config/jps-config.xml ./idm/server/setup/templates/wls/jps-config.xml ./idm/server/setup/templates/was/jps-config.xml ./idm/server/setup/templates/jps-config.xml ./idm/server/apps/oim.ear/META-INF/jps-config.xml ./oracle_common/ess/extensibility_scripts/Fusion/Template_UI/src/META-INF/jps-config.xml ./oracle_common/ess/extensibility_scripts/Fusion/Template_Hosting/src/META-INF/jps-config.xml ./oracle_common/modules/oracle.jps/domain_config/wls/jps-config.xml ./oracle_common/modules/oracle.jps/domain_config/restricted_jrf/wls/jps-config.xml ./oracle_common/modules/oracle.jps/domain_config/jse/jps-config.xml ./user_projects/domains/domain_name/config/fmwconfig/jps-config.xml ./user_projects/domains/domain_name/servers/soa_servername/temporary_location/_WL_user/usermessagingserver/1bg1rl/META-INF/jps-config.xml ./user_projects/domains/domain_name/servers/soa_servername/dc/soa_5c9049b6-916a-4192-b7cc-f0446713e1da/SCA-INF/classes/META-INF/jps-config.xml ./user_projects/domains/domain_name/servers/soa_servername/dc/soa_3bf84b5c-2faa-420f-add2-fa9f9abbb7ed/SCA-INF/classes/META-INF/jps-config.xml ./user_projects/domains/domain_name/servers/soa_servername/dc/soa_fe9d8539-d6cc-4513-99c2-de03783feb67/SCA-INF/classes/META-INF/jps-config.xml ./user_projects/domains/domain_name/servers/soa_servername/dc/soa_c02a0b49-bf9a-4ab0-baaa-298706bd593d/SCA-INF/classes/META-INF/jps-config.xml ./user_projects/domains/domain_name/servers/AdminServer/temporary_location/_WL_user/em/hsz5x1/adf/META-INF/jps-config.xml
-
-
Perform the steps for wiring OIG applications to the database schemas as described in OIM 12c: Schema Backup and Restoration using Data Pump Client Utility (Doc ID 2584066.1) at https://support.oracle.com.
22.2.2 Postconfiguration Changes on the Target Environment
Perform the following schema password and MBean configuration steps on the target environment, which is HOST2:
-
Login to Oracle Enterprise Manager Fusion Middleware Control by navigating to the following URL:
http://HOST_NAME:WEBLOGIC_ADMINCONSOLE_PORT/em
-
Edit the data sources. See section 'OIM 12c Mid-Tier side JDBC Connection Configuration' of the KM note OIM 12c: Schema Backup and Restoration using Data Pump Client Utility (Doc ID 2584066.1) at My Oracle Support website:
-
Go to Security, Credentials.
-
Edit the
OIMSchemaPassword
attribute if there is a change in the OIG schema password. -
Perform the following MBean configuration changes:
-
Go to the System MBean Browser, Configuration MBeans, Security, myrealm, OIMAuthenticationProvider, Attributes.
-
Edit the
DBUrl
andDBUser
attributes for connection-related information. -
Go to the System MBean Browser, Application Defined MBeans, oracle.iam, Server:oim_servername, XML Config, DirectDB.
-
Click the Attributes tab, and edit the
Url
andUserName
attributes for connection-related information. -
Restart the SOA and OIM Managed Servers.
-
Connect to the OIG application by logging in to the Identity Self Service and Identity System Administration interfaces.
-
Perform the sanity test cases.
-
-
If OHS is configured, update the OHS logout URL for a OAM-OIG integrated setup. To do so:
-
In a text editor, open the
DOMAIN_HOME
/config/fmwconfig/jps-config.xml
file. -
Search for the following line:
<property name="logout.url" value="https://SOURCE_HOST:PORT/oam/server/logout?end_url=https://:/identity"/>
-
Update the source host value to target host value, as shown:
<property name="logout.url" value="https://TARGET_HOST:PORT/oam/server/logout?end_url=https://:/identity"/>
-
Save the
jps-config.xml
file.
-