AAI is not starting after upgrade to v24.1: find: ‘./standalone/lib’: No such file or directory
search cancel

AAI is not starting after upgrade to v24.1: find: ‘./standalone/lib’: No such file or directory

book

Article ID: 393390

calendar_today

Updated On:

Products

Automation Analytics & Intelligence

Issue/Introduction

The AAI installed in Linux/UNIX does not start after upgrade to v24.1. 

Error message:

/opt/CA/AAI/jaws.sh: line 145: cd: jboss: No such file or directory
find: ‘./standalone/lib’: No such file or directory
/opt/CA/AAI/jaws.sh: line 147: cd: jboss: No such file or directory

 

Environment

Product: Automation Analytics & Intelligence v24.1

Operating System: Linux/UNIX

Cause

The AAI service is started using a shell script below, which is executed outside the root installation of the AAI.

/opt/CA/AAI/jaws.sh startbg

 

 

Resolution

Please modify your shells script by adding the command cd /opt/CA/AAI  as shown in red below. I tried in my environment and it worked.
 

cd /opt/CA/AAI

/opt/CA/AAI/jaws.sh startbg