cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Setting Up the SDK Location and Landscape URL

Former Member
0 Kudos

Hi,

When Setting Up the SDK Location and Landscape URL in eclipse Juno i get the error as

Could not connect to landscape host https://nwtrial.ondemand.com. Mske sure your proxy settings are correct.

I did try adding the host and user (with suffix trial) and password in the network connections area.But still i get the above error.

Could someone please let me know how to maintain the proxy settings in eclipse juno for the SAP NW Cloud ?

Thanks in advance

Gururaj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gururaj,

If you are behind a proxy them you must go to the General > Network Connections preference page. There you can configure your proxy settings. Note that the user and password you can enter in this preference page are not your credentials for the SAP NetWeaver Cloud, but the credentials for your proxy. It's a rare case that a proxy requires user and password, so if you don't know them, then most probably there ain't any for your proxy.

Here is an easy to follow blog post how to configure proxy settings in Eclipse: http://www.mkyong.com/web-development/how-to-configure-proxy-settings-in-eclipse/

Please, configure only the HTTP and HTTPS proxy and avoid configuring the SOCKS protocol. The SOCKS protocol is not used by the NW Cloud Tools, but we've noticed that when configured there are networking issues.

Greetings,

Kaloyan

Former Member
0 Kudos

Hi Kaloyan,

Thanks for your help.

I did the proxy settings and now i am getting a different error as in screenshot.

Could this be because i have to pass the auth details to the nwtrial.ondemand.com also ?

if so how?

Regards

Gururaj

Former Member
0 Kudos

Well, I guess your proxy actually requires user and password and therefore you get this HTTP error 407. However, this should not be your SCN credentials for the NetWeaver Cloud, but credentials defined by your IT department. Could you ask your IT colleagues how to correctly configure the proxy settings?

Former Member
0 Kudos

Hi Kaloyan,

Thanks a lot i will follow it up with my IT Team and update.

Regards

Gururaj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I'm getting the same error showed at the screenshot:

"SSL connection with host https://hanatrial.ondemand.com cannot be established. HTTP response: HTTP/1.1 407 Proxy Authentication Required"

I've configured proxy settings at Window -> Preferences -> General -> Network Connection

Using Manual active provider and configuring HTTP and HTTPS settings with the proxy host, port, and my user and password for the proxy authentification, not my SCN credentials, the credentials I usually use and they are provided by the IT department.

Also SOCKS protocol is not configured.

Anybody knows how to solve it? Is there any other action that I'm not doing or not doing properly.

Thanks in advance.

Regards,

Pablo.

alexander_silgidjian
Active Participant
0 Kudos

Hi Pablo,

Would you try the last hint from here: http://stackoverflow.com/questions/5857499/how-do-i-have-to-configure-the-proxy-settings-so-eclipse-...

0 down vote   

Eclipse 4.2.1
Manual + disable SOCKS didn't work for me (still tried to use SOCKS and my company proxy refused it),
Native + changed eclipse.ini worked for me

-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient -Dhttp.proxyPort=8080 -Dhttp.proxyHost=myproxy -Dhttp.proxyUser=mydomain\myusername -Dhttp.proxyPassword=mypassword -Dhttp.nonProxyHosts=localhost|127.0.0.1 

These settings require IDE restart.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=281472

Kind Regards,

Alex