Automation Analytics & Intelligence (AAI) fails to initialize during the startup process.
The logs indicate failures in creating internal configuration directories for JGit and an inability to acquire Kerberos service credentials for the database connection.
The following errors appear in the AAI logs:
.config/jgit directory within the application's home path.Follow these steps to resolve the startup failure:
Verify Directory Permissions: Ensure the service account running the AAI process has full write access to the following path: /ms/dist/environ/####/common/.config/jgit Use chmod or chown to correct permissions if the directory cannot be created.
Validate Kerberos Credentials:
klist to confirm a valid Ticket-Granting Ticket (TGT) exists.krb5.conf file is correctly referenced and accessible.Check SSL Key Accessibility: Verify that the SSL key file (e.g., tls_bare.pk8) is readable by the AAI process and is not corrupt.