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
Product: Automation Analytics & Intelligence v24.1
Operating System: Linux/UNIX
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
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