Eclipse plugin installation grrrrr

Questions about YourKit Java Profiler
Locked
CaptainHaddock
Posts: 2
Joined: Fri Dec 11, 2020 9:03 pm

Eclipse plugin installation grrrrr

Post by CaptainHaddock »

I'm trying to install the eclipse plugin using the update site: https://www.yourkit.com/download/yjp2020_9_for_eclipse/

This keeps failing with:

Unable to read repository at https://www.yourkit.com/download/yjp2020_9_for_eclipse/content.xml.
Unable to read repository at https://www.yourkit.com/download/yjp2020_9_for_eclipse/content.xml.
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

I am working thru a proxy which is configured in Eclipse.

Quick help pleeeezzzzzzzzz .. or at least tell me where I can otherwise download the plugin zip file????
Vladimir Kondratyev
Posts: 1619
Joined: Tue Aug 10, 2004 7:52 pm

Re: Eclipse plugin installation grrrrr

Post by Vladimir Kondratyev »

What is the exact version of Eclipse you are using? It looks like a proxy misconfiguration of your Eclipse cannot work with Cloudflare SSL certificate.

You can install plugin from $PROFILE_HOME/lib/eclipse-plugin/yjp2020_9_for_eclipse.zip

Best regards,
Vladimir Kondratyev
YourKit GmbH
http://www.yourkit.com
"Don't get lost in data, get information!"
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Eclipse plugin installation grrrrr

Post by Anton Katilin »

> PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

This may be a problem with certificate recognition. On what Java do you run Eclipse? Please try the latest one available.
CaptainHaddock
Posts: 2
Joined: Fri Dec 11, 2020 9:03 pm

Re: Eclipse plugin installation grrrrr

Post by CaptainHaddock »

Thanks .. all set.
Locked