Re: MulticastSocket(group, port) problems with bind() with IPv6 enabled

2008-12-05 Thread Michael McMahon
Alan Bateman wrote: Pekka Savola wrote: Hi, I've looked through the Sun bug database and AFAICS this is not listed. I've also looked through the latest source code to see if this is addressed [1], but apparently not. I'm trying to find a way to get this addressed. When you create a Multi

Re: MulticastSocket(group,port) problems with bind() with IPv6 enabled

2008-12-05 Thread Pekka Savola
On Fri, 5 Dec 2008, Alan Bateman wrote: For the specific problem at hand then I assume that running with -Djava.net.preferIPv4Stack=true fixes the problem. Correct, though that option seems a bit of a misnomer, because it essentially completely disables IPv6 in Java. More generally, it can b

Re: MulticastSocket(group, port) problems with bind() with IPv6 enabled

2008-12-05 Thread Alan Bateman
Pekka Savola wrote: Hi, I've looked through the Sun bug database and AFAICS this is not listed. I've also looked through the latest source code to see if this is addressed [1], but apparently not. I'm trying to find a way to get this addressed. When you create a MulticastSocket(new InetSo

MulticastSocket(group,port) problems with bind() with IPv6 enabled

2008-12-05 Thread Pekka Savola
Hi, I've looked through the Sun bug database and AFAICS this is not listed. I've also looked through the latest source code to see if this is addressed [1], but apparently not. I'm trying to find a way to get this addressed. When you create a MulticastSocket(new InetSocketAddress(group, po