localhost not set up to establish a connection on port 50080

localhost not set up to establish a connection on port 50080

If, after installing NolaPro on Windows, you receive an error saying localhost is not set up to establish a connection on port 50080, please try the following:

The solution is removing the next line in the windows host file C:\Windows\System32\drivers\etc\hosts

::1 localhost

This is an IpV6 entry. Put a # in front of it. "

Instead of commenting this IpV6 entry adding the following IpV4 entry above this line also helps:

127.0.0.1 localhost


or

Comment out the line

::1 LocalHost

with a # in the hosts file and it now works.

{Thanks to Darren for providing this solution.}