Showing posts with label Integrated WLS. Show all posts
Showing posts with label Integrated WLS. Show all posts

Sunday, 17 January 2016

FMW 11.1.1.6.7 - Applying SOA Patch 12596488: IMPLEMENT GETCOMPONENTSSNAPSHOT() METHOD IN CLASS MEDIATORFACADESERVICE

FMW 11.1.1.6.7 - Applying SOA Patch 12596488: IMPLEMENT GETCOMPONENTSSNAPSHOT() METHOD IN CLASS MEDIATORFACADESERVICE

Pre-requisites

- Ensure Patch 16702086 SOA BUNDLE PATCH 11.1.1.6.7 is already applied

- Ensure all other pre-requisites in Patch Readme file are met

- Download Patch 12596488 (p12596488_111167_Generic.zip)

- Set Environment variables, ORACLE_HOME to SOA_HOME, PATH, etc

Applying Patch 12596488 on SOA Suite Home

- Unzip the patch zip file 

$ unzip -d PATCH_TOP p12596488_111167_Generic.zip

- Shutdown all servers (AdminServer and all Managed Servers)

- $ cd PATCH_TOP/12596488/oui

- Run opatch apply

$ opatch apply

- Restart all servers (AdminServer and all Managed servers)

Patch De-Installation

If any issues after applying the patch and a rollback is required, follow below steps:

- Shutdown all servers (AdminServer and all Managed Servers)

- $ cd PATCH_TOP/12596488/oui

- Run opatch rollback 

$ opatch rollback -id 12596488

- Restart all servers (AdminServer and all Managed servers)

Applying Patch 12596488 on JDeveloper Home

- Set ORACLE_HOME to your "[MW_HOME]/jdeveloper" directory.

- Shutdown JDeveloper and make sure that the Embedded/Integrated WLS Server is
 also stopped.

Applying Patch on JDev Home

- Unzip the patch zip file into the PATCH_TOP.

$ unzip -d PATCH_TOP p12596488_111167_Generic.zip

- $ cd PATCH_TOP/12596488/sa

$ opatch apply -jdk [Path to jdk] -jre [Path to jre]

- Start JDeveloper and make sure that the Embedded WLS Server is also started.

Patch De-Installation

If any issues after applying the patch and a rollback is required, follow below steps:

- Shutdown JDeveloper and make sure that the Embedded/Integrated WLS Server is
 also stopped.

$ opatch rollback -id 12596488

- Clean tmp directory contents from the domain

[JDEV_USER_DIR]\DefaultDomain\servers\DefaultServer\tmp\* 


- Start JDeveloper and make sure that the Embedded WLS Server is also started.

Thursday, 20 August 2015

Applying Patch 20715966: JDEVADF SECURITY PATCH UPDATE 11.1.1.7.0 (CPUJUL2015)

Applying Patch 20715966: JDEVADF SECURITY PATCH UPDATE 11.1.1.7.0 (CPUJUL2015)

Applying Patch 20715966: JDEVADF SECURITY PATCH UPDATE 11.1.1.7.0 (CPUJUL2015)

- Review and download the latest version of OPatch to 

a) For Standalone JDeveloper/Standalone WLS install type: Download the latest version of OPatch(11.1.0.0.0) via BUG 5912518
b) b) For OUI (WebCenter/SOA/Classic/etc) install type: Download the latest version of OPatch (11.1.0.8.3 or higher) via BUG 6880880

- Ensure access to valid OUI Inventory by running opatch lsinventory

- Validate the executables in system PATH like 'which opatch', 'which unzip'

- Ensure Perl is 5.00503 or higher by sourcing ORACLE_HOME and running 'perl -v'

- For standalone Jdeveloper install or standalone WebLogic install types make sure that WLS server is stopped.


Applying Patch


1. Unzip the patch 20715966 zip file into the PATCH_TOP.

   $ unzip -d PATCH_TOP p20715966_111170_Generic.zip

2. cd PATCH_TOP/20715966/oui

3. Apply patch (Take cold backup as applicable, recommended though not mandatory)

  i) For OUI HOME, run opatch apply

 ii) For standalone JDeveloper Home, run opatch apply -jdk <jdk_path> -jre <jre_path>


4. If Patch is successful, restart MT services - Admin & Managed Servers for OUI Home, Restart Jdeveloper and Integrated WLS for standalone Jdev Home. 

5. Clearing tmp directory recommended post patching and before restarting services.

For standalone JDev Home - 

Default location of tmp => [JDEV_USER_DIR]\DefaultDomain\servers\DefaultServer\tmp\* 

For OUI Home - Default location of tmp =>   

[MW_HOME]/user_projects/domains/[DOMAIN_NAME]/servers/[SERVER NAME]/tmp/*


Patch rollback


If patch fails for some reason, rollback the patch and restart MT services.

$ opatch rollback -id 20715966 -jdk <jdk_path> -jre <jre_path>

Clearing tmp directory recommended post rollback before restarting services.

For standalone JDev Home

Default location of tmp => [JDEV_USER_DIR]\DefaultDomain\servers\DefaultServer\tmp\* 

For OUI HomeDefault location of tmp =>   

[MW_HOME]/user_projects/domains/[DOMAIN_NAME]/servers/[SERVER NAME]/tmp/*



Related Posts:

FMW 11.1.1.7.0 - Applying Patch 18182516: UTF-8 CHARACTERS E3 E80 E81 NOT RECOGNIZED PROPERLY BY B2B

FMW 11.1.1.7.0 - Applying Oracle Jdeveloper Patch 20265562: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 19890682 14047857 16632043