cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in Eclipse SAP HANA Cloud Tools Installation:

HemendraS
Participant
0 Likes
1,670

I am trying to set up the Netweaver Cloud and have installed the required SDK and Eclipse (eclipse-jee-juno-SR2-win32) as mentioned in the steps for SAP Netweaver Could tools at https://tools.netweaver.ondemand.com/ . After launching Eclipse when I am trying to install SAP Netweaver Could tools by going to Help-->Install New Software and when i am entering the URL https://tools.netweaver.ondemand.com/juno, i am gettin the error as   

"Unable to connect to repository at https://tools.netweaver.ondemand.com/juno/content.xml." Error log shows as below:

Thanks,

Warm Regards

Hemendra

View Entire Topic
alexander_silgidjian
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Hemendra,

Please check that proxy is set to manual and you have set HTTP and HTTPS proxy and no SOCKS.

More info in FAQ #2: http://scn.sap.com/docs/DOC-28325

Greetings,

Alex

HemendraS
Participant
0 Likes

Hi Alex,

Appreciate you help, same is maintained, but still not able to move further.

Thanks,

Warm Regards

Hemendra

alexander_silgidjian
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Hemendra,

Did you Reload the update site after setting the proxy: "After fixing the proxy configuration, please go to Windows > Preferences > Install/Update > Available Software Sites, select the software site "SAP HANA Cloud Tools for Eclipse Juno" and press 'Reload' to verify that the connection works now."

Kind Regards,

Alex

HemendraS
Participant
0 Likes

No Alex I tried, it is still not working.

Thanks

Regards

Hemendra

alexander_silgidjian
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Hemendra,

Are you able to access any other update site?

Would you try with this one: http://download.eclipse.org/egit/updates

Regards,

Alex

HemendraS
Participant
0 Likes

Hi Alex,

No, it is not updating, I guess this is the problem with Eclipse. Could you please suggest what should be the problem.

Thanks,

Warm Regards

Hemendra

alexander_silgidjian
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Hemendra,

Do you mean that the updatesite content cannot be fetched?

If the error is the same as the one that you received for the Cloud Tools updatesite, it is a proxy configuration issue.

Are you using the same proxy as in your browser?

Here are some more hints for resolving proxy configuration issues:

http://stackoverflow.com/questions/5857499/how-do-i-have-to-configure-the-proxy-settings-so-eclipse-...

http://benohead.com/eclipse-setting-the-proxy-configuration/

Kind Regards,

Alex

HemendraS
Participant
0 Likes

It worked because, I add the following lines in my eclipse.ini file:

-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient

-Dhttp.proxyPort=8080

-Dhttp.proxyHost=XXX

-Dhttp.proxyUser=XXX

-Dhttp.proxyPassword=XXX

-Dhttp.nonProxyHosts=localhost|127.0.0.1

and I also set "Active Provider - Manual" HTTP/HTTPS (proxy 8080 Manual) and set cleared SOCKS with Manual. I am putting this all so that it may help to others.

Now it is able to fetch from library, but on the Licenses Agreement pop-up, even after selecting the "I accept the terms of license agreement" radio button, the "Next/Finish" button is not enabling. Please guide me further.

Appreciate your help, Thank you so much.

Warm Regards

Hemendra

alexander_silgidjian
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Hemendra,

It's great that you have overcome the proxy issue.

Regarding the licenses, you should accept all the licenses from the left pane.

You should select every one of them and ensure that you have accepted it.

Kind Regards,

Alex

HemendraS
Participant
0 Likes

Thank you so much Alex, but it's very unfortunate now that it is still not working. Eclipse started download from the site, but it is broken in the mid with "Installing software encountered a problem" Please see the attached screen below.

Please guide me further.

Thanks,

Warm Regards

Hemendra

alexander_silgidjian
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Hemendra,

The issue looks like your connection to the update site is slow. The resolution is editing again the eclipse.ini. Here are the details:

http://www.alexander-bown.com/2011/01/eclipse-update-error-timeout-while-reading-input-stream/

http://stackoverflow.com/questions/1489149/how-to-change-value-of-read-timeout-of-eclipses-update-ma...

Kind Regards,

Alex

HemendraS
Participant
0 Likes

Thanks you so much Alex for being there all the way long... I have added following lines of code to eclipse.ini:

-vmargs

-Dsun.net.client.defaultReadTimeout=30000

-Dorg.eclipse.ecf.provider.filetransfer.retrieve.closeTimeout=3000

-Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=3000

Thanks again...

Warm Regards

Hemendra