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

Sunday, 17 January 2016

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

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

- Download Patch 20265562 ( p20265562_111170_Generic.zip )

- Set environment variable ORACLE_HOME to $MW_HOME]/oracle_common

- Stop services

For Standalone JDeveloper install type, shutdown JDeveloper and ensure that Embedded/Integrated WLS Server is also stopped.

For Standalone WLS install type, ensure that WebLogic server is stopped.

Applying Patch 20265562

- Unzip the patch zip file

$ unzip -d PATCH_TOP p20265562_111170_Generic.zip

- $ cd PATCH_TOP/20265562/oui

- Run OPatch apply

- For Standalone JDeveloper install type, start JDeveloper and ensure Embedded/Integrated WLS Server is also started.

- For other install types including standalone WLS, restart Admin Server and Managed Servers.

Patch De-installation

If any issues post patching and rollback is required, follow below steps:

- Change to the directory where the patch was unzipped.

   $ cd PATCH_TOP/20265562/oui

- Run OPatch rollback

$ opatch rollback -id 20265562 

- Clean contents of tmp directory from $DOMAIN_HOME\servers\DefaultServer\tmp for standalone Jdeveloper installs and from $DOMAIN_HOME/servers/[servername]/tmp for Admin and Managed Servers of other install types

- Start JDeveloper and ensure Embedded WLS Server is also started

Related Posts:

FMW 11.1.1.7.0 - Applying Patch 20805649: REL9 BP16 CUMULATIVE JDEVADF_11.1.1.7.9ADF-FAREL9-BP_GENERIC_150401.1409.6807

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

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

ODSM 11g - Applying Patch 21665104: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20715966 17191718 to resolve errors java.lang.Exception: MDSLockedSessionManager already registered. Can't register more than one.


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.