We have included the IPV6 address with scope GLOBAL, and not IPV6 with SCOPE LINK in the YAML and TOPOLOGY files.
inet6 addr: 2001: *** : ** : ** : * : * : **** : **** Scope:Global inet6 addr: fe80 :: *** : **** : **** : **** Scope:Link Not sure if this might be of relevance to the issue you are facing. thanks Sai On Tue, Apr 11, 2017 at 10:29 AM, Martijn Pieters <mjpiet...@fb.com> wrote: > From: sai krishnam raju potturi <pskraj...@gmail.com> > > I got a similar error, and commenting out the below line helped. > > JVM_OPTS="$JVM_OPTS -Djava.net.preferIPv4Stack=true" > > > > Did you also include "rpc_interface_prefer_ipv6: true" in the YAML file? > > No luck at all here. Yes, I had commented out that line (and also tried > replacing it with `-Djava.net.preferIPv6Addresses=true`, included in my > email. I also included an error to make sure it was the right file). > > It all *should* work, but doesn’t. :-( > > I just tried again with “rpc_interface_prefer_ipv6: true” set as well, but > without luck. I note that I have the default “rpc_address: localhost”, so > it’ll bind to the lo loopback, which has IPv4 configured already. Not that > using “rpc_address: ‘::1’” instead works (same error, so I can’t bind to > the IPv6 localhost address either). > > Martijn Pieters > > > > >