-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
7u40
-
IPv6 only
When some JCK test item runs under IPv6 environment on PC only with IPv6
stack, the test item fails with the following exception messages.
java.lang.Error: IP Helper Library GetIpAddrTable function failed
This exception might occur when GetIpAddrTable() called in
NetworkInterface.getByInetAddress() returns an error.
(please see.\jdk\jdk7u40\jdk\src\windows\native\java\net\NetworkInterface.c)
According to MS page, some paragraph seems to say GetIpAddrTable() is used to
get IPv4 Address Mapping Table, not for IPv6.
- relates to
-
JDK-8055707 Clarify that an IPV4 stack is required for IPV6 to work
-
- Resolved
-
-
JDK-8046500 GetIpAddrTable function failed on Pure Ipv6 environment
-
- Resolved
-
-
JDK-8275319 java.net.NetworkInterface throws java.lang.Error instead of SocketException
-
- Resolved
-