S
Sasha Kraljevic
Guest
I would first check if NameServer's java process uses ipv4 or ipv6 protocol, followed by checking the DNS (eventually entries for localhost in C:\Windows\System32\drivers\etc\hosts file) and finally firewall rules. Use standard Windows "netstat -ab" to double check (search for NS listening UDP port - probably 5162). Check from proenv nsman -i NS1 -query and see how are AppServer broker registered with the NameServer - observe host name/ip which will reveal localhost/ip/hostname being used. If everything is running on the same machine AND broker registers with 'localhost' with the NameServer AND you have 'localhost' lines for ipv4 and ipv6 in Windows hosts file, THEN you MAY be ok. 
Continue reading...

Continue reading...