How to remove conflict patches in weblogic by using bsu.sh
ISSUE:
When trying to apply new patch to the weblogic the following error shown up :-
[appl@ebsdev bsu]$ ./bsu.sh -prod_dir=/u01/oracle/EBSDEV/fs1/FMW_Home/wlserver_10.3/ -patch_download_dir=/u01/oracle/EBSDEV/fs1/FMW_Home/utils/bsu/cache_dir/ -patchlist=GFWX -verbose -install
Checking for conflicts...
Conflict(s) detected - resolve conflict condition and execute patch installation again
Conflict condition details follow:
Patch EJUW is mutually exclusive and cannot coexist with patch(es): 7Z9S,DEM4,Z62H,HSZB,5C71,U81V
Solution:
[appl@ebsdev bsu]$ ./bsu.sh -prod_dir=/u01/oracle/EBSDEV/fs1/FMW_Home/wlserver_10.3/ -patchlist=7Z9S,DEM4,Z62H,HSZB,5C71,U81V -verbose -remove
retest the patch again
ISSUE:
When trying to apply new patch to the weblogic the following error shown up :-
[appl@ebsdev bsu]$ ./bsu.sh -prod_dir=/u01/oracle/EBSDEV/fs1/FMW_Home/wlserver_10.3/ -patch_download_dir=/u01/oracle/EBSDEV/fs1/FMW_Home/utils/bsu/cache_dir/ -patchlist=GFWX -verbose -install
Checking for conflicts...
Conflict(s) detected - resolve conflict condition and execute patch installation again
Conflict condition details follow:
Patch EJUW is mutually exclusive and cannot coexist with patch(es): 7Z9S,DEM4,Z62H,HSZB,5C71,U81V
Solution:
[appl@ebsdev bsu]$ ./bsu.sh -prod_dir=/u01/oracle/EBSDEV/fs1/FMW_Home/wlserver_10.3/ -patchlist=7Z9S,DEM4,Z62H,HSZB,5C71,U81V -verbose -remove
retest the patch again