Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8046500

GetIpAddrTable function failed on Pure Ipv6 environment

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • 8, 9
    • 12
    • core-libs
    • None
    • b22
    • generic
    • generic

    Description

      This only happens on Pure Ipv6 environment. Reproduce with 8, 8u20 and 9. Tested on a Windows 7 SP1 32 bit VM, which has uninstalled IPv4 by "netsh interface ipv4 uninstall".

      It immediately failed when invoking:
      NetworkInterface.getNetworkInterfaces();

      This is the error message:
      Exception in thread "main" java.lang.Error: IP Helper Library GetIpAddrTable function failed
              at java.net.NetworkInterface.getAll(Native Method)
              at java.net.NetworkInterface.getNetworkInterfaces(NetworkInterface.java:343)
              at PureIpv6.main(PureIpv6.java:9)

      We haven't started to cover this configuration, so set it to low priority as suggested. Actually, all SQE tests failed and regressions test can't be executed, because of it.



      Attachments

        Issue Links

          Activity

            People

              vtewari Vyom Tewari
              xiaofeya Xiaofeng Yang
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: