Prime kit tomcat.pid: Permission denied error when restarting services for RSA Authentication Manager Prime Kit
Originally Published: 2020-06-04
Article Number
Applies To
RSA Product/Service Type: RSA Authentication Manager Prime Kit
Platform: Linux
Issue
/opt/rsa/primekit/tomcat/tomcat-ssp/bin/tomcat.pid: Permission denied
/opt/rsa/primekit/tomcat/tomcat-hdap/bin/tomcat.pid: Permission denied
/opt/rsa/primekit/tomcat/tomcat-amis/bin/tomcat.pid: Permission deniedCause
- /opt/rsa/primekit/tomcat/tomcat-ssp/bin/
- /opt/rsa/primekit/tomcat/tomcat-hdap/bin/
- /opt/rsa/primekit/tomcat/tomcat-amis/bin/
Resolution
- Use SSH to access the RSA Authentication Manager Prime Kit server.
- Run the following command against the directory corresponding to the service with which you are facing the issue.
- For SSP:
chmod -R 777 /opt/rsa/primekit/tomcat/tomcat-ssp/bin/
- For HDAP:
chmod -R 777 /opt/rsa/primekit/tomcat/tomcat-hdap/bin/
- For AMIS:
chmod -R 777 /opt/rsa/primekit/tomcat/tomcat-amis/bin/
- Restart the RSA Authentication Manager Prime Kit services:
service tomcat-amis restart service tomcat-hdap restart service tomcat-ssp restart
The proper way to resolve this issue is to run the reset_perms script to assign the correct permissions to the directory. To do so:
- Use SSH to access the RSA Authentication Manager Prime Kit server.
- Go to the <Prime_installation_directory>/scripts/tools:
cd /opt/rsa/primekit/scripts/tools
- Run the reset permissions script to correct the permissions for all directories:
./3_reset_perms.sh
- Press Enter when prompted to for the script to do its job.
- Restart the RSA Authentication Manager Prime Kit services:
service tomcat-amis restart service tomcat-hdap restart service tomcat-ssp restart
Related Articles
RSA Authentication Manager 8.x Web Tier fails to install with Permission Denied Error 87Number of Views "Permission denied" or "does not exist or is not a valid file" exporting/importing an RSA Identity Governance & Lifecycle … 91Number of Views Mandatory Update: DigiCert Certificate Configuration for RSA Prime (Required by October 06, 2025 for Cloud Access Service … 103Number of Views Collect Prime logs and Configuration files using the collect script 160Number of Views ?KMClient: Error getting key from KMS: Error from server: Access Denied? 28Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Release Notes for RSA Authentication Manager 8.8 RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console Microsoft Entra ID External MFA - Relying Party Configuration Using OIDC - RSA Ready Implementation Guide RSA Release Notes: Cloud Access Service and RSA Authenticators
Don't see what you're looking for?