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

(aio) AsynchronousSocketChannel init fails in IPv6 only Windows env

    XMLWordPrintable

Details

    • b07
    • windows

    Backports

      Description

        test TestAsyncSocketChannels.testBasicIOWithSupportedScope(newSharedScope()): failure
        java.lang.ExceptionInInitializerError
        at java.base/sun.nio.ch.WindowsAsynchronousChannelProvider.openAsynchronousSocketChannel(WindowsAsynchronousChannelProvider.java:90)
        at java.base/java.nio.channels.AsynchronousSocketChannel.open(AsynchronousSocketChannel.java:174)
        at java.base/java.nio.channels.AsynchronousSocketChannel.open(AsynchronousSocketChannel.java:195)
        at TestAsyncSocketChannels.testBasicIOWithSupportedScope(TestAsyncSocketChannels.java:159)
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
        at java.base/java.lang.reflect.Method.invoke(Method.java:577)
        at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:132)
        at org.testng.internal.TestInvoker.invokeMethod(TestInvoker.java:599)
        at org.testng.internal.TestInvoker.invokeTestMethod(TestInvoker.java:174)
        at org.testng.internal.MethodRunner.runInSequence(MethodRunner.java:46)
        at org.testng.internal.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:822)
        at org.testng.internal.TestInvoker.invokeTestMethods(TestInvoker.java:147)
        at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
        at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:128)
        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
        at org.testng.TestRunner.privateRun(TestRunner.java:764)
        at org.testng.TestRunner.run(TestRunner.java:585)
        at org.testng.SuiteRunner.runTest(SuiteRunner.java:384)
        at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:378)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:337)
        at org.testng.SuiteRunner.run(SuiteRunner.java:286)
        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:53)
        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:96)
        at org.testng.TestNG.runSuitesSequentially(TestNG.java:1218)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
        at org.testng.TestNG.runSuites(TestNG.java:1069)
        at org.testng.TestNG.run(TestNG.java:1037)
        at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:94)
        at com.sun.javatest.regtest.agent.TestNGRunner.main(TestNGRunner.java:54)
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
        at java.base/java.lang.reflect.Method.invoke(Method.java:577)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
        at java.base/java.lang.Thread.run(Thread.java:833)
        Caused by: java.io.IOException: An address incompatible with the requested protocol was used
        at java.base/sun.nio.ch.WindowsAsynchronousSocketChannelImpl.initIDs(Native Method)
        at java.base/sun.nio.ch.WindowsAsynchronousSocketChannelImpl.<clinit>(WindowsAsynchronousSocketChannelImpl.java:945)
        ... 33 more

        Attachments

          Issue Links

            Activity

              People

                djelinski Daniel Jelinski
                djelinski Daniel Jelinski
                Votes:
                0 Vote for this issue
                Watchers:
                7 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: