There are some common errors that you might notice during pingsaka.sh script execution or in server.log file for the KeyAppliance transactions processed on the appliance.
Error | Cause | Resolution |
SKL-ERR-1060: SAKA is unavailable | KeyCustodian PINs have not been set after application server (Payara) was restarted. | Set KeyCustodian PINs using KC-SetPINTool to activate the appliance. |
SKL-ERR-1029: Request failed - user validation failed | Username and/or Password provided in the web service request was incorrect. |
First, Login into DACTool for the specific DomainID (DID) and confirm the user exist. If username is correct, confirm the password. |
jakarta.xml.ws.WebServiceException: Failed to access the WSDL at: https://<FQDN>:8181/strongkeyliteWAR/EncryptionService?wsdl | Either application server (Payara) is not running or strongkeylite application is not deployed. |
Check if Payara is running by executing 'nfn 8181' command and confirm if the port 8181 is listening. If not, restart Payara. If Payara is running, check if strongkeylite has been deployed by running 'asadmin list-applications' command. |