PCR-360 Wiki

JITC Troubleshooting

500 Error

Get the real error from the CLI

Bash
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

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


Reset CRL and flush MySQL Hosts on the Database Server

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