On 8/30/2010 4:08 PM, Patricia Shanahan wrote:
The com/sun/jini/test/spec/lookupdiscovery/MulticastMonitorAllChange.td
failure that I get appears to be "origin is non-local host". Applying
the isLoopbackAddress fix in LocalAccess.java did not seem to help. I'm
going to try a clean build.
The clean build did not help. Meanwhile, to increase the experiment
bandwidth, I tried it on another VirtualBox. It works there. I have no
idea what is different between them.
In particular, here is the working /etc/hosts:
p...@verifydesktop:~/River/qa$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 verifydesktop
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Here is the one that fails:
p...@ubantudesktop:~/River/qa$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 UbantuDesktop
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
It cannot be the old problem of the host name being a loopback address,
because that would be fixed by the LocalAddress change, and applies to
both machines.
Both are running revision 991035.
Patricia