The 99111412 text file states log4j-1.2.16.jar will be moved to a backup directory after the upgrade to cumulative 3, however it is still in the active directory.
/autouser.ACE/webserver/webapps/AEWS/WEB-INF/lib/log4j-1.2.16.jar
Release : 12.0
When the AUTOSYS_INSTALL_LOCATION has dot(.) in the path, the Patch Install Script does not identify the Instances and hence fails to perform Instance specific changes.
Steps to overcome the issue:
- Identify the function Get_Instances()
- In the function, look for the below line.
autosys_ins=`echo_log $instance | awk ' BEGIN {FS="."} { if ( $3 == "" ) print $2 } '`
- Replace FS="." with FS="autouser."
- Re-run the Patch Install script.