ALERT: Some images may not load properly within the Knowledge Base Article. If you see a broken image, please right-click and select 'Open image in a new tab'. We apologize for this inconvenience.
"An Internal Error Has Occurred" on Security Analytics login page
book
Article ID: 225460
calendar_today
Updated On:
Products
Security Analytics
Issue/Introduction
When trying to access the login page for Security Analytics, you may see the error message "An Internal Error has occurred" or "Internal Server Error". The fields for username and password may not be available as seen below.
Environment
All versions of Security Analytics
Resolution
The main reason for this error is due to the postgres database having issues. Usually it is because the database is not running. There are a few things you can try . . .
Log in to the server using SSH (as root) and try stopping and starting the postgres database:
service postgresql stop
service postgresql start
Log in to the server using SSH (as root) and check to see if the /var partition is full using the 'df -h' command. If /var is 100% full, it will need to be cleaned up before the postgresql service can be restarted. Use this article for assistance on cleaning up /var. https://knowledge.broadcom.com/external/article?articleId=168963
Reboot the server and check if the error has gone away once the server is back up.