DPK - deploying CPU patches for weblogic 12.2.1.3
Hello
Just wanted to quickly point out an issue encountered while trying to deploy weblogic 12.2.1.3 july 2018 CPU patches using DPK (8.56.08)
The following code in the provider deploy_weblogic.rb seems to be erractic in RHEL 7
weblogic_patch_num = Dir.entries(weblogic_patch_dir).reject {|f| !File.directory?(f) || f.include?('.')}[0]
modified it to
weblogic_patch_num = Dir.entries(weblogic_patch_dir).reject {|f| !File.directory?("#{weblogic_patch_dir}/#{f}") || f.include?('.')}[0]
and it picked up the patch
Another observation is that the July 2018 CPU requires OPATCH 13.9.4.0.0 FOR FMW/WLS 12.2.1.3. While trying to build a new environment with 8.56.08 DPK the prepatched version of WL seems to have a version of opatch that is lower than 13.9.4.0.0 and doesn't apply the cpu.