Document toolboxDocument toolbox

JITC Troubleshooting

500 Error

Get the real error from the CLI

php /var/www/pcr360/prod/cli/zfcli.php -a update.validate.index -d -e prod -i /var/www/pcr360/configs/pcr360.ini

 

If the error is not with the application, it could be with the CRL List.

Reset CRL on the Webserver

/usr/local/sbin/dod-crl.sh -uc -dj -dp systemctl restart httpd

 

Reset CRL and flush MySQL Hosts on the Database Server

/usr/local/sbin/dod-crl.sh -uc -dj -dp mysqladmin -p flush-hosts systemctl restart mysql