It's all about the answers!

Ask a question

Why does JTSMon get certification path exceptions ?


Dave Schlegel (331167) | asked Mar 24 '15, 2:33 p.m.
JAZZ DEVELOPER
Why do I get this exception when I use JTSMon to monitor my servers ?

Exception during Task(ServerInfoRestCall): SSLHandshakeException, Message: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

One answer



permanent link
Dave Schlegel (331167) | answered Mar 24 '15, 2:36 p.m.
JAZZ DEVELOPER
When you run JTSMon you use some version of java, i.e. "java -jar JTSMon.jar monitor".

This error is known to occur when you use too new a version of java that is incompatible, especially Java 1.8.

Make sure to use Java 1.6 or 1.7 when working with JTSMon. If you have installed the RTC Client, a compatible version of java can be found inside the client software directory, i.e. <rtcClient>\jazz\client\eclipse\jdk\jre\bin\java.exe


Your answer


Register or to post your answer.