Hi Experts,
I am trying to download the SAPUI5 development plugin from the update site "https://tools.hana.ondemand.com/kepler" however when I am trying to connect to the site via the option Help --> Install New Software, I am getting the following exception.
Unable to read repository at https://tools.hana.ondemand.com/kepler/content.xml.
Unable to read repository at https://tools.hana.ondemand.com/kepler/content.xml.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I have checked the proxy settings and everything is fine. I am able to browse in internal browser of eclipse, but I am not able to connect to the update site and download the plugins.
Can someone please through some light on this issue?
Thanks,
Mahendran B.
Last try:
Download the JDK 1.7 from here.( jdk-7u71-windows-i586.exe)
Java SE Development Kit 7 - Downloads | Oracle Technology Network | Oracle
Reset environmental variables:
e.g.
JAVA_HOME: C:\Program Files\Java\jdk1.7.0_67
PATH: C:\Program Files\Java\jdk1.7.0_67\bin;C:\WINDOWS\system32;
Reboot your machine and then try to install the required plugins.
check this FAQ document.
SAP Development Tools for Eclipse Installation: FAQ and Known Issues
In comments section, One of the user has faced same issue for that Stephan Merker has replied as below.
Stephan Merker Oct 16, 2013 11:15 AM (in response to Faaiez Sallie)
The JDK on which Eclipse is running can't validate the certificate ofhttps://tools.hana.ondemand.com/
Please download a recent JDK 6 version from Oracle, install it and ensure that this JDK is used by Eclipse (e.g. by adding -vm parameter to eclipse.ini or on cmd line).
Try to update: Help menu>Check for updates
seems a network related issue.
Make sure you have set the correct JDK path in Env variables.
Regards,
JK
Add a comment