Submitted On 07-FEB-2006
cerasi
Please fix for Windows XP. Even JRE 6.0 is a workable solution if available in 2006. Your proposed resolution will force our customers to upgrade their systems to Windows Vista and probably their hardware. This is a serious blocking factor for our customers.
Submitted On 31-JUL-2006
cerasi
This bug still persists on Windows Vista Beta 2 Build 5384 and using JRE 1.6 Beta 2. Do you expect to fix nio support before JRE 1.6 RC.
Submitted On 18-JUN-2007
InetAddress ina= getByName("127.0.0.1");
InetSocketAddress addr_8501 = new InetSocketAddress(ina, 8501);
servidor = new ServerSocket();
servidor.bind(addr_8501);
this is throwing a
java.net.SocketException: Protocol family not supported
HELP ME!!
Submitted On 03-SEP-2007
Please, go ahead guys please, FIX IT ASAP please please.
Submitted On 26-NOV-2007
This is still not fixed in JDK7. Are there any plans to fix this at any time? This is a major problem to us and our customers.
Submitted On 28-APR-2008
alan.bateman
Support for new IPv6 stack in Windows Vista is included in the updates to NIO coming in the jdk7 (see http://openjdk.java.net/projects/nio).
Submitted On 09-MAR-2009
I see that JDK 7 has this problem fixed. Will this fix be backported to JDK 6?
Submitted On 22-MAY-2009
sheanchang
Why this bug is closed? I am still seeing the problem with windows XP using jdk 6 and jdk7.
Submitted On 16-NOV-2009
Carlos_Pfitzner
this is working fine for me.
netstat -on
TCP 189.106.77.133:8888 68.175.103.88:50717 TIME_WAIT 0
TCP 189.106.77.133:8888 86.127.9.87:2904 TIME_WAIT 0
TCP 189.106.77.133:8888 98.157.151.77:63824 TIME_WAIT 0
TCP 189.106.77.133:8888 196.207.207.140:1565 TIME_WAIT 0
TCP 189.106.77.133:8888 200.6.193.89:63315 TIME_WAIT 0
TCP [2001:470:7:ff::2]:8888 [2001:0:4137:9e50:34ac:1293:b80b:5cec]:49200
TIME_WAIT 0
TCP [2001:470:7:ff::2]:8888 [2001:41e0:ff16:0:224:81ff:fe36:25fc]:38391 T
IME_WAIT 0
TCP [2001:470:7:ff::2]:8888 [2001:41e0:ff16:0:224:81ff:fe36:25fc]:39273 T
IME_WAIT 0
TCP [2001:470:7:ff::2]:8888 [2001:41e0:ff16:0:224:81ff:fe36:25fc]:54150 T
IME_WAIT 0
TCP [2001:470:7:ff::2]:8888 [2001:41e0:ff16:0:224:81ff:fe36:25fc]:54238 T
IME_WAIT 0
C:\Program Files\Vuze>
C:\Program Files\Vuze>java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing)
C:\Program Files\Vuze>tracert ipv6.google.com
Tracing route to ipv6.l.google.com [2001:4860:b002::68]
over a maximum of 30 hops:
1 206 ms 196 ms 177 ms crobertp-2.tunnel.tserv13.ash1.ipv6.he.net [2001
:470:7:ff::1]
2 201 ms 209 ms 194 ms gige-g4-12.core1.ash1.he.net [2001:470:0:90::1]
3 198 ms 191 ms 267 ms pr61.iad07.net.google.com [2001:504:0:2:0:1:5169
:1]
4 * * * Request timed out.
5 * * * Request timed out.
6 176 ms 176 ms 177 ms qw-in-x68.1e100.net [2001:4860:b002::68]
Trace complete.
os: win xp sp3
thanks
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|