Showing posts with label 16810628. Show all posts
Showing posts with label 16810628. Show all posts

Tuesday, 19 January 2016

FMW 11.1.1.7.0 - Applying Patch 21124180: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 12608904 16810628 20238404 20504560

FMW 11.1.1.7.0 - Applying Patch 21124180: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 12608904 16810628 20238404 20504560

- Download Patch 21124180 (p21124180_111170_Generic.zip)

- Ensure the patch for bug 13866584 has already been applied
Applying Patch 21124180

- Set ORACLE_HOME to $MW_HOME/oracle_common

- Shutdown Admin and all Managed Servers

- Unzip the patch

$ unzip -d PATCH_TOP p21124180_111170_Generic.zip

- $ cd PATCH_TOP/21124180

- Run opatch apply

$ opatch apply

- Verify patch

$ opatch lsinventory |grep 21124180

- Start Admin and all Managed Servers
Patch De-installation

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

- Shutdown Admin and all Managed Servers

- $ cd PATCH_TOP/21124180

- Run OPatch rollback

$ opatch rollback -id 21124180

- Restart Admin Server and all Managed Servers

Related Posts

FMW 11.1.1.7.0 - Applying Patch 13866584: PS2,PS5:ORACLE.WEBSERVICES.STANDALONE.CLIENT.JAR:DUPLICATE ENTRIES:LICENSE.TXT

Oracle WebLogic Server WLS 10.3.6.0.13 - Applying Patch 21984589: SU Patch [S8C2]: WLS PATCH SET UPDATE 10.3.6.0.13

Applying Patch 20780171: SU Patch [EJUW]: WLS PATCH SET UPDATE 10.3.6.0.12

Applying Patch 20181997: SU Patch [YUIS]: WLS PATCH SET UPDATE 10.3.6.0.11

Applying Patch 19637463: SU Patch [12UV]: Oracle WebLogic Server (WLS) PATCH SET UPDATE 10.3.6.0.10

Applying Patch 19182814: SU Patch [FSR2]: Weblogic Server (WLS) PATCH SET UPDATE 10.3.6.0.9

Applying Patch 18040640 - SU Patch [T5F1]: Weblogic Server (WLS) PATCH SET UPDATE 10.3.6.0.8 on OBIEE client

FMW 11.1.1.6.0 - Applying Patch 17634864: MERGE LABEL REQUEST ON TOP OF 11.1.1.6.0 FOR BUGS 16810628 16224473

FMW 11.1.1.7.0 - Applying Patch 16810628: BOTTLENECK IN WEBLOGIC EXHAUSTING WEBLOGIC THREADS

WLS 10.3.6 - Applying Patch 14463779: SU Patch [UJIZ]: STRESS:REGRESSION; STUCK THREADS AND FAILURES DURING STOCK TRADER CONV WEB-SVCS


Sunday, 17 January 2016

FMW 11.1.1.6.0 - Applying Patch 17634864: MERGE LABEL REQUEST ON TOP OF 11.1.1.6.0 FOR BUGS 16810628 16224473

FMW 11.1.1.6.0 - Applying Patch 17634864: MERGE LABEL REQUEST ON TOP OF 11.1.1.6.0 FOR BUGS 16810628 16224473

- Download Patch 17634864p17634864_111160_Generic.zip )

- Ensure Patch 13866584 is already applied.

- Ensure all patch pre-requisites as highlighted in readme file are met

Applying Patch 17634864

- Set the JRF_HOME environment variable to JRF home.
  The default location is : "[MW_HOME]/oracle_common"
   
- Stop all servers (Admin Server and all Managed Server(s))

- Unzip the patch zip file into the PATCH_TOP.

   $ unzip -d PATCH_TOP p17634864_111160_Generic.zip

-  $ cd PATCH_TOP/17634864

- Run OPatch to apply the patch

   $ opatch apply

- Start all servers (Admin Server and all Managed Servers)

Patch De-installation


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

- Stop all servers (Admin Server and all Managed Server(s))

- Change to the directory where the patch was unzipped.

   $ cd PATCH_TOP/17634864

- Run OPatch to deinstall the patch.

   $ opatch rollback -id 17634864
                          
- Restart all servers (Admin Server and all Managed Servers)

Related Posts:

FMW 11.1.1.7.0 - Applying Patch 13866584: PS2,PS5:ORACLE.WEBSERVICES.STANDALONE.CLIENT.JAR:DUPLICATE ENTRIES:LICENSE.TXT

WLS 10.3.6 - Applying Patch 14463779: SU Patch [UJIZ]: STRESS:REGRESSION; STUCK THREADS AND FAILURES DURING STOCK TRADER CONV WEB-SVCS

FMW 11.1.1.7.0 - Applying Patch 16810628: BOTTLENECK IN WEBLOGIC EXHAUSTING WEBLOGIC THREADS

 

Wednesday, 16 September 2015

FMW 11.1.1.7.0 - Applying Patch 16810628: BOTTLENECK IN WEBLOGIC EXHAUSTING WEBLOGIC THREADS

FMW 11.1.1.7.0 - Applying Patch 16810628: BOTTLENECK IN WEBLOGIC EXHAUSTING WEBLOGIC THREADS

- Ensure the patch for bug 13866584 (mandatory patch for release 11.1.1.7.0) has already been applied before you proceed with the current patch.

- Download and unzip the patch p16810628_111170_Generic.zip to staging area PATCH_TOP

Applying the patch

- Set Environment variables

export ORACLE_HOME=/SID/fmw/product/112/oracle_common
export PATH=$ORACLE_HOME/OPatch:$PATH

- cd /PATCH_TOP/16810628

- opatch apply -jre $ORACLE_HOME/jdk/jre

- Start MT services

Rolling back the patch

- To rollback the patch in case of any issues post patching, 

opatch rollback -id 16810628 -jre $ORACLE_HOME/jdk/jre


- Restart MT services

Related posts:

WLS 10.3.6 - Applying Patch 14463779: SU Patch [UJIZ]: STRESS:REGRESSION; STUCK THREADS AND FAILURES DURING STOCK TRADER CONV WEB-SVCS

FMW 11.1.1.6.0 - Applying Patch 17634864: MERGE LABEL REQUEST ON TOP OF 11.1.1.6.0 FOR BUGS 16810628 16224473

FMW 11.1.1.7.0 - Applying Patch 13866584: PS2,PS5:ORACLE.WEBSERVICES.STANDALONE.CLIENT.JAR:DUPLICATE ENTRIES:LICENSE.TXT