--- Quote Start ---
I have encountered this error, I am unable to use the DSE II and am not sure at all where to look for any help as this is the only search in all of Google that yields that error search. Am I being stupid or is there not a any Altera based error search/help manual which at least expands on some of the errors you can encounter?
--- Quote End ---
Here is what Altera Support has me do to fix this:
From Microsoft:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms738520%28v=vs.85%29.aspx (
https://msdn.microsoft.com/en-us/library/windows/desktop/ms738520%28v=vs.85%29.aspx)
"The getaddrinfo function returns results for the NS_DNSnamespace. The getaddrinfo function aggregates all responses if more than onenamespace provider returns information. For use with the IPv6 and IPv4protocol, name resolution can be by the Domain Name System (DNS), a local hostsfile, or by other naming mechanisms for the NS_DNS namespace.
This would be a failure to convert a hostname to an IP address. Since this is a failure for Local compile, it is a failure to resolvethe local hostname to an IP address.
http://stackoverflow.com/questions/6180720/how-to-fix-socket-gaierror-11004-getaddrinfo-failed-error-in-gae (
http://stackoverflow.com/questions/6180720/how-to-fix-socket-gaierror-11004-getaddrinfo-failed-error-in-gae)
https://code.google.com/p/googleappengine/issues/detail?id=10453 (
https://code.google.com/p/googleappengine/issues/detail?id=10453)
Can you paste what is in your
C:\Windows\System32\drivers\etc\hosts file?
The link above suggests removing 0.0.0.0 localhost
If that doesn't work, add:
127.0.0.1 myhostname
::1 myhostname
Where myhostname is your computer's name.
The change maps your computer name and localhost to 127.0.0.1