Hello,
I have successfully installed Eclipse Java EE developer LUNA and is able to reload content from Eclipse download website from
preference -> Install/update -> Available software sites -> reload contents successfully based on my proxy settings on network connection.
However, when I try to reload content from http://tools.hana.ondemand.com/luna, i am getting the following error message.
Unable to read repository at http://tools.hana.ondemand.com/luna/content.xml.
Unable to read repository at http://tools.hana.ondemand.com/luna/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 checked the Hana Eclipse installation guide and have downloaded the latest JDK and updated the VM in Eclipse.ini. I am still getting the same error. Can you help on which I have done everything right and if there is anything else i need to check/do?
Thanks,
Stella
Eclipse.ini file updated with -vm
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--vm C:\Java\JDK\1.8\bin\javaw.exe--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m