WebLogic Server Patching 10.3.6 - Patch [7HKN] p28710912

PATCH_ID - 7HKN

Patch number - p28710912

# Weblogic Environment

export MW_HOME=/u01/app/oracle/product/fmw11g
export WLS_HOME=$MW_HOME/wlserver_10.3
export WL_HOME=$WLS_HOME
export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.41.x86_64
export PATH=$JAVA_HOME/bin:$PATH


Applying Patch Set Updates (PSUs)The patch set updates (PSUs) come with a "README.txt" file that explains how to apply the patches. You should always follow the patch note, but the basic format is typically as follows.Unzip the patch into the correct location and shutdown all weblogic domians.
[oracle@xxxxxxxx Patches]$  unzip p28710912_1036_Generic.zip -d /u01/app/oracle/product/fmw11g/utils/bsu/cache_dir/
Archive:  p28710912_1036_Generic.zip
  inflating: /u01/app/oracle/product/fmw11g/utils/bsu/cache_dir/patch-catalog_26407.xml
  inflating: /u01/app/oracle/product/fmw11g/utils/bsu/cache_dir/7HKN.jar
replace /u01/app/oracle/product/fmw11g/utils/bsu/cache_dir/README.txt? [y]es, [n]o, [A]ll, [N]one, [r]ename: y
  inflating: /u01/app/oracle/product/fmw11g/utils/bsu/cache_dir/README.txt
[oracle@xxxxxxxx Patches]$ ls -l /u01/app/oracle/product/fmw11g/utils/bsu/cache_dir/
-rw-r--r--. 1 oracle oinstall  93078464 Nov 13 08:23 7HKN.jar
-rw-r--r--. 1 oracle oinstall 130362257 Nov 13 08:23 patch-catalog_26407.xml
-rw-rw-r--. 1 oracle oinstall     59704 Jan 24 01:43 README.txt




If you get conflicts, you may have to remove previous patches, before attempting to apply the patch again.
[oracle@xxxxxxxx bsu]$./bsu.sh -install -patch_download_dir=$MW_HOME/utils/bsu/cache_dir -patchlist=7HKN -prod_dir=$WLS_HOME -log=/tmp/weblogic_patching.log
Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
        at java.lang.Class.getInterfaces(Class.java:856)
        at java.lang.Class.privateGetMethodRecursive(Class.java:3064)
        at java.lang.Class.getMethod0(Class.java:3018)
        at java.lang.Class.privateGetMethodRecursive(Class.java:3066)
        at java.lang.Class.getMethod0(Class.java:3018)
        at java.lang.Class.privateGetMethodRecursive(Class.java:3058)
        at java.lang.Class.getMethod0(Class.java:3018)
        at java.lang.Class.privateGetMethodRecursive(Class.java:3058)
        at java.lang.Class.getMethod0(Class.java:3018)
        at java.lang.Class.getMethod(Class.java:1784)
        at com.bea.cie.common.dao.xbean.XBeanDataHandler.isValueSet(XBeanDataHandler.java:958)
        at com.bea.cie.common.dao.xbean.XBeanDataHandler.getValueFromObject(XBeanDataHandler.java:589)
        at com.bea.cie.common.dao.xbean.XBeanDataHandler.getSimpleValue(XBeanDataHandler.java:431)
        at com.bea.plateng.patch.dao.cat.PatchDependency.getRule(PatchDependency.java:48)
        at com.bea.plateng.patch.dao.cat.PatchCatalogHelper.getInvalidatedPatchMap(PatchCatalogHelper.java:1625)
        at com.bea.plateng.patch.PatchSystem.updatePatchCatalog(PatchSystem.java:436)
        at com.bea.plateng.patch.PatchSystem.refresh(PatchSystem.java:130)
        at com.bea.plateng.patch.PatchSystem.setCacheDir(PatchSystem.java:201)

        at com.bea.plateng.patch.Patch.main(Patch.java:281)




[oracle@xxxxxxxx bsu]$ ./bsu.sh -install -patch_download_dir=$MW_HOME/utils/bsu/cache_dir -patchlist=B47X -prod_dir=$WLS_HOME -log=/tmp/weblogic_patching.log
Checking for conflicts.........
Conflict(s) detected - resolve conflict condition and execute patch installation again
Conflict condition details follow:
Patch B47X is mutually exclusive and cannot coexist with patch(es): FMJJ
[oracle@xxxxxxxx bsu]$


[oracle@xxxxxxxx bsu]$ ./bsu.sh -install -patch_download_dir=$MW_HOME/utils/bsu/cache_dir -patchlist=7HKN -prod_dir=$WLS_HOME -log=/tmp/weblogic_patching.log
Checking for conflicts..........
Conflict(s) detected - resolve conflict condition and execute patch installation again
Conflict condition details follow:
Patch 7HKN is mutually exclusive and cannot coexist with patch(es): B47X

[oracle@FCISCOSTBAPP1 bsu]$ ./bsu.sh -remove -patchlist=B47X -prod_dir=$WLS_HOME -log=/tmp/weblogic_patching.log
Checking for conflicts.........
No conflict(s) detected

Removing Patch ID: B47X..
Result: Success

[oracle@xxxxxxxx bsu]$ ./bsu.sh -remove -patchlist=B47X -prod_dir=$WLS_HOME -log=/tmp/weblogic_patching.log
Checking for conflicts.........
No conflict(s) detected

Removing Patch ID: B47X..
Result: Success

[oracle@xxxxxx bsu]$ ./bsu.sh -install -patch_download_dir=$MW_HOME/utils/bsu/cache_dir -patchlist=7HKN -prod_dir=$WLS_HOME -log=/tmp/weblogic_patching.log
Checking for conflicts.........
No conflict(s) detected

Installing Patch ID: 7HKN..
Result: Success
[oracle@xxxxxxxx bsu]$


No comments:

Post a Comment