Showing posts with label WLS 12c. Show all posts
Showing posts with label WLS 12c. Show all posts

Tuesday, 1 September 2015

FMW 12.1.3.0.0 - Applying Patch 20323632: TRIED ALL: '1' ADDRESSES, BUT COULD NOT CONNECT ... FROM CONSOLEHELP URL

FMW 12.1.3.0.0 - Applying Patch 20323632: TRIED ALL: '1' ADDRESSES, BUT COULD NOT CONNECT ... FROM CONSOLEHELP URL

 

Before applying patch:
----------------------

- Download the latest version of OPatch 13.2.x via My Oracle Support Patch 6880880. (Choose 13.2.0.0.0 or "OUI NextGen 13.2") p6880880_132000_Generic.zip

- Ensure access to valid OUI Inventory by running $ opatch lsinventory -jre $ORACLE_HOME/jdk/jre

- Validate the executables in system PATH after setting $ORACLE_HOME by running 'which opatch', 'which unzip'

- Download the patch to staging directory eg PATCH_TOP with appropriate permissions


Patch instructions:
-------------------

- Set ORACLE_HOME to directory where ORACLE WEBLOGIC SERVER is installed.

- Stop all servers (AdminServer and all Managed server(s)).

- Unzip the patch

$ unzip -d PATCH_TOP p20323632_121300_Generic.zip

- Run $ cd PATCH_TOP/20323632

- Apply the patch (cold backup recommended before applying patch)

$ opatch apply

- While applying the patch, if any conflicts with existing patches detected or a merge patch for conflicting and new patch is required, stop the patch and contact Support.

- If any issues after applying the patch and you would like to roll back the patch, kindly run

$ opatch rollback -id 20323632

- Restart all services

Related Posts:

FMW 12.1.3.0.0 - Applying Patch 20838345: WLS PATCH SET UPDATE 12.1.3.0.4

Applying Patch 21364493: WLS PATCH SET UPDATE 12.1.2.0.7

Applying Patch 20844228: WLS PATCH SET UPDATE 12.1.2.0.6

FMW 12.1.3.0.0 - Applying Patch 20838345: WLS PATCH SET UPDATE 12.1.3.0.4

FMW 12.1.3.0.0 - Applying Patch 20838345: WLS PATCH SET UPDATE 12.1.3.0.4

Before applying patch:
------------------------------

- Download the latest version of OPatch 13.2.x via My Oracle Support Patch 6880880. (Choose 13.2.0.0.0 or "OUI NextGen 13.2") p6880880_132000_Generic.zip

- Ensure access to valid OUI Inventory by running $ opatch lsinventory -jdk $JAVA_HOME 

- Validate the executables in system PATH after setting $ORACLE_HOME by running 'which opatch', 'which unzip'

- Download the patch to staging directory eg PATCH_TOP with appropriate permissions


Patch instructions:
------------------------

- Set ORACLE_HOME to directory where ORACLE WEBLOGIC SERVER is installed.

- Stop all servers (AdminServer and all Managed server(s)).

- Unzip the patch

$ unzip -d PATCH_TOP p20838345_121300_Generic.zip

- Run $ cd PATCH_TOP/20838345

- Apply the patch (cold backup recommended before applying patch)

$ opatch apply

- While applying the patch, if any conflicts with existing patches detected or a merge patch for conflicting and new patch is required, stop the patch and contact Support.

- If any issues after applying the patch and you would like to roll back the patch, kindly run

$ opatch rollback -id 20838345

- Restart all services

Related Posts:

Applying Patch 20844228: WLS PATCH SET UPDATE 12.1.2.0.6

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

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 20474010: SU Patch [S8H6]: SPURIOUS HARVESTING OF CONNECTION BY WLS POOL

Friday, 21 August 2015

Applying Patch 20844228: WLS PATCH SET UPDATE 12.1.2.0.6

Applying Patch 20844228: WLS PATCH SET UPDATE 12.1.2.0.6


Pre-Installation Instructions:


- Check if OPatch version is 13.1 or higher

- Ensure access to valid OUI Inventory by running opatch lsinventory -jdk $JAVA_HOME 

- Validate the executables in system PATH after setting $ORACLE_HOME by running 'which opatch', 'which unzip'

- Make sure WebLogic services are down including Admin & Managed Servers if any.

- Download & copy the patch to PATCH_TOP (any staging directory with proper permissions)

Applying the Patch


1. Unzip the patch unzip -d PATCH_TOP p20844228_121200_Generic.zip

2. cd PATCH_TOP/20844228

3. Apply patch by running opatch apply -jdk $JAVA_HOME

4. If patch successful, verify patch applied by running opatch lsinventory | grep 20844228 & start all the services


5. If patch fails for some reason, roll back the patch by running 

$ opatch rollback -id 20844228 -jdk $JAVA_HOME

Related posts:

Oracle WebLogic Server 12.2.1.0.0 - Applying Patch 22331568: WLS PATCH SET UPDATE 12.2.1.0.160119

Applying Patch 21364493: WLS PATCH SET UPDATE 12.1.2.0.7

FMW 12.1.3.0.0 - Applying Patch 20838345: WLS PATCH SET UPDATE 12.1.3.0.4

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 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 20474010: SU Patch [S8H6]: SPURIOUS HARVESTING OF CONNECTION BY WLS POOL


Friday, 31 July 2015

Setting Timeout for Weblogic Webservice Client and for all clients

Setting Timeout for Weblogic Webservice Client and for all clients

Use below options for Weblogic Webservice Client and for all clients.

Replace xxxx with relevant timeout value below.


-Dweblogic.https.client.defaultConnectTimeout=xxxx milisecs
-Dweblogic.http.client.defaultConnectTimeout=xxxx milisecs


OR
-Dweblogic.webservice.UseWebLogicURLStreamHandler=false
-DUseSunHttpHandler=true
-Dsun.net.client.defaultConnectTimeout=xxxx milisecs
-Dsun.net.client.defaultReadTimeout=xxxx milisecs



You may gradually fine tune the timeout parameters when errors like below are seen in the Weblogic logs.


Caused By: java.net.SocketTimeoutException: Read time out after 30000 millis
at weblogic.socket.NIOSocketMuxer$NIOInputStream.readInternal(NIOSocketMuxer.java:825)
at weblogic.socket.NIOSocketMuxer$NIOInputStream.read(NIOSocketMuxer.java:758)
at weblogic.socket.NIOSocketMuxer$NIOInputStream.read(NIOSocketMuxer.java:741)
at weblogic.servlet.internal.PostInputStream.readAndCalTime(PostInputStream.java:229)
at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:177)
at weblogic.servlet.internal.ServletInputStreamImpl.read(ServletInputStreamImpl.java:236)
at weblogic.servlet.internal.ServletRequestImpl$RequestParameters.mergePostParams


<BEA-000000> <Broken pipe
java.io.IOException: Broken pipe
at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
at sun.nio.ch.IOUtil.write(IOUtil.java:65)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:487)
at weblogic.socket.NIOSocketMuxer$NIOOutputStream.writeInternal(NIOSocketMuxer.java:1072)
at weblogic.socket.NIOSocketMuxer$NIOOutputStream.write(NIOSocketMuxer.java:991)

Also see

Setting timeout for for JAX-WS Webservice clients generated from clientgen

Setting timeout for for JAX-RPC Webservice clients generated from clientgen

Monday, 21 April 2014

Installing Oracle Weblogic Server 12c patch p13603813_12110 - patchlist=53JP

Installing Oracle Weblogic Server 12c patch p13603813_12110 - patchlist=53JP


Download patch p13603813_12110

Verify if the patch is already applied:

bash-3.2$ ./bsu.sh -view -status=applied -prod_dir=$MW_HOME/12/wlserver_12.1

If not, install the patch

bash-3.2$ ./bsu.sh -prod_dir=$MW_HOME/12/wlserver_12.1 -patch_download_dir=$MW_HOME/12/utils/bsu/cache_dir -patchlist=53JP -verbose -install

ProductName:       WebLogic Server
ProductVersion:    12.1 MP1

Components:        WebLogic Server/Core Application Server,WebLogic Server/Administration Console,WebLogic Server/Configuration Wizard and

                   Upgrade Framework,WebLogic Server/Web 2.0 HTTP Pub-Sub Server,WebLogic Server/WebLogic SCA,WebLogic Server/WebLogic JDBC

                    Drivers,WebLogic Server/Third Party JDBC Drivers,WebLogic Server/WebLogic Server Clients,WebLogic Server/Xquery Support

                   ,WebLogic Server/Workshop Code Completion Support

BEAHome:           $MW_HOME/12
ProductHome:       $MW_HOME/12/wlserver_12.1

PatchSystemDir:    $MW_HOME/12/utils/bsu

PatchDir:          $MW_HOME/12/patch_wls1211
Profile:           Default

DownloadDir:       $MW_HOME/12/utils/bsu/cache_dir
JavaVersion:       1.6.0_29

JavaVendor:        Sun


Patch ID:          NST7
Patch ID:          4331
Patch ID:          RCMZ

Patch ID:          53JP
Patch ID:          1U7B
Patch ID:          B33B
Patch ID:          WC8G

Patch ID:          B84Y
Patch ID:          8PE3