on ‎2013 Jun 21 9:11 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
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://benohead.com/eclipse-setting-the-proxy-configuration/
Kind Regards,
Alex
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
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/
Kind Regards,
Alex
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
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.