cancel
Showing results for 
Search instead for 
Did you mean: 

Error importing Development Config in NWDS

Former Member
0 Kudos

Hello,

While importing a DC i get the following exception. The host URL in the exception is incorrect "abc100:50,00". Can someone help me resolve this issue.


Status ERROR
Plugin : com.sap.ide.dii05.lib
code=0
Development Configuration Import

children=[
Status ERROR
Plugin : com.sap.ide.dii05.ui
code=0
Could not get input stream for development configuration 'xxxxxxx_D'
com.sap.cms.util.exception.CMSUnexpectedException: Unable to open connection to host abc100:50,000 [The IP address of the host could not be resolved. Maybe the URL is misspelled or the host does no longer exist]

Kind Regards,

Suresh

Accepted Solutions (1)

Accepted Solutions (1)

shreyas_pandya
Contributor
0 Kudos

Hi Suresh,

It seems like that, the developer studio is unable to connect to the IP address and port number specified in the SLD URL of your NWDS under preferences.

Please try to ping the host IP address and check whether it is reachable or not?.

Also instead of using the IP Address always use the host name instead, in the SLD URL.

Let me know about your findings.

Regards,

Shreyas Pandya

Former Member
0 Kudos

Hello Shreyas,

The SLD url has host name and not the IP address. I am able to access SLD using the URL (http://abc100.domain.com:50000/sld).

What I am not clear about is, the exception thrown while importing the domain config has a URL that is missing the domain information. It is http://abc100:50,000. Also there is a ',' in the port number. I have checked the CMS domain and track data in CMS and everywhere the URL is specified with domain. Also the port number doesn't have ',' this character.

Now when importing the DC using SLD how come the URL is getting changed.

NWDS version: CE 7.2

Regards,

Suresh

shreyas_pandya
Contributor
0 Kudos

Hi Suresh,

In your Developer studio under preferences, in Development Infrastructure >> Landscape Directory

Try with the following URL for SLD,

http://abc100.domain.com:50000

note that "/sld" has been removed from the URL that you have specified in your last reply.

Also try to ping the full domain name from the windows command prompt.

ping abc100.domain.com -t

Let me know about the results that you get.

Regards,

Shreyas Pandya

Former Member
0 Kudos

Hi,

The problem was with the host file entries. After the ipaddress - hostname & ipaddress - hostname.domain mappings were maintained in the host file, there was no problem in importing the config.

Thank you,

Suresh

Answers (0)