...
Code Block |
---|
<timestamp> |-ERROR [LicMon] [ c.f.s.s.LicenseMonitor] - Could not process startup request. Got: sun.security.validator.ValidatorException:
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested
target |
This may happen if you started using another application which forces the use of their own root certificate. To correct this, add the frevvo certificate to your server's Java cacerts, which means we tell Java to 'trust this cert; no need to validate'. However, you will have to do this again when you update the java install and or we update our certificate. Here are the steps:
...