log4j-1.2.16.jar still in web services directory after applying 99111412 patch
search cancel

log4j-1.2.16.jar still in web services directory after applying 99111412 patch

book

Article ID: 256887

calendar_today

Updated On:

Products

Autosys Workload Automation

Issue/Introduction

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

Environment

Release : 12.0

Resolution

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.