Environment: Oracle EBS Release that is 12.2.13 with 19c that is 19.22 which is Running on Red Hat Enterprise Linux release 8.9 (Ootpa)
Issue:
After Applying :
- R12.AD.C.delta.15 -> 34695811
- R12.TXK.C.delta.15 -> 34785677
- Oracle E-Business Suite 12.2.13 Release Update Pack -> 34776655
We started facing problem i.e Concurrent Request Output and Log output displays Blank Page in the Browser.
SOLUTION:
Make sure to shutdown EBS Services including Weblogic
Then Run the following commands to unzip the container and WLS patch respectively and then Apply below Weblogic Server Patch ( for OL8/RHEL8 customers only ):
- cd /u01/8005_uat_app/ebiz/fs1/FMW_Home/utils/bsu/cache_dir/
2-a. unzip -o /u01/EBS_UPDATE_12_2_13/CONC_LOG_NO_OUTPUT/p32931976_R12_GENERIC.zip
2-b. unzip -o /u01/EBS_UPDATE_12_2_13/CONC_LOG_NO_OUTPUT/p31090393_1036_Linux-x86-64.zip —-> EG54.jar delivered by this patch is actually going to fix.
[appluat@ebsappuat CONC_LOG_NO_OUTPUT]$ ls -lrt
total 213624
-rw-r–r–. 1 appluat dba 196680280 Dec 9 2020 patch-catalog_27387.xml
-rw-r–r–. 1 appluat dba 449 Dec 9 2020 README.txt
-rw-r–r–. 1 appluat dba 4088 Dec 9 2020 EG54.jar
-rw-r–r–. 1 appluat dba 673 May 27 2021 Readme.txt
-rw-r–r–. 1 appluat dba 11081624 May 27 2021 p31090393_1036_Linux-x86-64.zip
-rw-r–r–. 1 appluat dba 10970736 Feb 21 16:09 p32931976_R12_GENERIC.zip
[appluat@ebsappuat CONC_LOG_NO_OUTPUT]$
- cd /u01/8005_uat_app/ebiz/fs1/FMW_Home/utils/bsu
. /u01/8005_uat_app/ebiz/fs1/FMW_Home/utils/bsu/bsu.sh -prod_dir=/u01/8005_uat_app/ebiz/fs1/FMW_Home/wlserver_10.3/ -patch_download_dir=/u01/8005_uat_app/ebiz/fs1/FMW_Home/utils/bsu/cache_dir/ -patchlist=EG54 -verbose -install >> /u01/8005_uat_app/ebiz/fs1/FMW_Home/utils/bsu/cache_dir/Apply_WLS_EG54_1.log
- cat /u01/8005_uat_app/ebiz/fs1/FMW_Home/utils/bsu/cache_dir/Apply_WLS_EG54_1.log
Checking for conflicts..
No conflict(s) detected
Starting installation of Patch ID: EG54
Installing /u01/8005_uat_app/ebiz/fs1/FMW_Home/utils/bsu/cache_dir/EG54.jar
Backing up /u01/8005_uat_app/ebiz/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64/libwlenv.so into /u01/8005_uat_app/ebiz/fs1/FMW_Home/patch_wls1036/backup/backup.jar
Extracting /u01/8005_uat_app/ebiz/fs1/FMW_Home/wlserver_10.3/server/native/linux/x86_64/libwlenv.so
Result: Success <<<<<<— Successfully Applied
Issue resolved after this patch.