cancel
Showing results for 
Search instead for 
Did you mean: 

Error connecting to https://tools.hana.ondemand.com/any version in Eclipse

the1kel1
Explorer
0 Kudos

I'm trying to install Eclipse based on the instructions here: https://tools.hana.ondemand.com/ and getting an error when trying to install tools from any version. Error is "unable to read repository at https://tools.hana.ondemand.com/2019-12/content.xml". It throws this error no matter what version of Eclipse I put into the URL. Trying to access that link in a browser displays a 404 error. I think something is wrong on the SAP side, anyone else seeing this too?

the1kel1
Explorer
0 Kudos

Here's a screenshot:

RolandKramer
Active Contributor

Hello the1kel1

as better late then ever, check the Blog - https://blogs.sap.com/2021/11/05/sapmachine-and-sap-hana-studio/

@divya.gupta9

the entries mentioned below are not created automatically but good to know

Best Regards Roland

View Entire Topic

Hello Everybody,

I faced the same issue, I think its not dependent on eclipse version.

Here is the solution that worked for me:

1. Go to your ECLIPSE Folder --> Search for file named "eclipse.ini"

2. Open it in Notepad and add below lines in end:

-Djavax.net.ssl.trustStore=NUL
-Djavax.net.ssl.trustStoreType=Windows-ROOT 

3. Restart Eclipse and try installation again. Voila!!!

Let me know whether it works for you or not.

former_member623249
Discoverer
0 Kudos

Hi, I am facing the same issue. I tried your solution. but it's throwing the following error:

Artifact not found: https://tools.hana.ondemand.com/latest/binary/com.sap.ide.support.feature_root.win32.win32.x86_64_1.....

I am using eclipse IDE 2021-06 version. Could you please help.

Daniel_Ramirez
Explorer
0 Kudos

Hi Divya ,

Thanks for your answer , it worked for me .

0 Kudos

good!its works

0 Kudos

Thank you Divya.

It worked for me.