Updates:
        Status: Fixed

Comment #1 on issue 557 by brainslog: TCK RA fails to activate with "Connection refused"
http://code.google.com/p/mobicents/issues/detail?id=557

OK, after discussion with team we got to a solution that has proven to work. What's happening is that TCK is picking one of the local interfaces, which may or may not be
the one we desire (depends on what comes from
java.net.InetAddress.getLocalHost().getHostAddress()).

The way to fix this would be to add to /etc/hosts file
(%WINDIR%\system32\drivers\etc\hosts in Windows SO) an entry to force it to be the interface we want, eg, for a machine called "MCSERVER" for interface 127.0.0.1, add
the line:

127.0.0.1       MCSERVER

This should fix the issue as it'd pick the host by the machine name. Will add this
issue info to the "Running TCK" page, in case someone suffers from it.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to