Problems pushing an error from a Java app

mcac0006

Posted on
Oct 21 2013

I have followed the instructions to integrate RayGun to my Java web application. I have thrown an exception to try it out but the only thing I am seeing in the log (apart from the dummy exception's stacktrace) is the following:

09:52:06,448 ERROR [STDERR] (http-0.0.0.0-8080-4:) 21-Oct-2013 09:52:06 com.mindscapehq.raygun4java.core.RaygunMessageBuilder ReadVersion 

WARNING: Cannot read version from manifest: null 09:52:07,242 ERROR [STDERR] (http-0.0.0.0-8080-4:) 21-Oct-2013 09:52:07 com.mindscapehq.raygun4java.core.RaygunClient Post WARNING: Couldn't post exception: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderExce ption: unable to find valid certification path to requested target

Any help please?

Thanks.


jeremy

Raygun

Posted on
Oct 22 2013

Im guessing based on the error you are seeing that there is some kind of issue in validating our SSL certificate, although its not clear why that would be.

As a couple of initial things to check, if you load up https://raygun.io from a browser on the machine you are seeing the error occur on do you see any trust failures etc with the certificate?

Also have you tried this from a different machine in your environment, do you get the same problem there?


Jeremy


Reply