The apm_bridge probe errors on startup after completing the configuration as described in the probe documentation.
The apm_bridge.log shows the following error:
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
To resolve this issue, you must import the Root and Issuing certificates (if applicable), for the certificate which is used to sign the OI instance into the keystore in UIM. JRE.
Steps:
C:\Program Files (x86)\Nimsoft\jre\jre8u282b08\bin\keytool -import -trustcacerts -alias myRoot -file filename.cer -keystore cacerts
NOTE: on Linux the folder is /opt/nimsoft/jre/(version)/lib/security and you would run:
/opt/nimsoft/jre8u282b08/bin/keytool -import -trustcacerts -alias myRoot -file filename.cer -keystore cacerts
This will allow the probe to connect.
https://docs.oracle.com/cd/E19906-01/820-4916/geygn/index.html