on 2020 Mar 13 8:06 PM
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?
The respository sites works fine.
The error message indicates that you have an issue with your Java truststore.
What (Open?)JDK version do you have installed? Do you have the cacert file installed in the Java folder under /lib/security?
The issue was discussed a lot of times in differenct communites (just google for the error message). For instance a good post is here describing solution for different JDK and operation system version: https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Hello
after talking to some Developers it become clear, that the Crystal Reports Eclipse Add-In (only 32-Bit) is not compatible with the current SAP HANA Studio Version 2.3.60 and higher, as they are now compiled with JAVA 11 and between JAVA 8 and 11 fundamental Changes not allow to stay compatible.
As long this is not fixed, this Functionality will not work as expected in the SAP HANA Studio.
Best Regards Roland
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
12 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.