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

java/net/httpclient/ShortResponseBody.java fails on windows with java.io.IOException: Unable to establish loopback connection

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 20
    • None
    • core-libs
    • b21
    • x86_64
    • windows
    • Verified

      Caught expected exception:java.io.IOException: HTTP/1.1 header parser received no bytes
      test ShortResponseBody.testSynchronousGET("https://localhost:62310/https1/closeImmediately/foo", "no bytes", false): failure
      java.io.UncheckedIOException: java.io.IOException: Unable to establish loopback connection
      at java.net.http/jdk.internal.net.http.HttpClientImpl.<init>(HttpClientImpl.java:326)
      at java.net.http/jdk.internal.net.http.HttpClientImpl.create(HttpClientImpl.java:268)
      at java.net.http/jdk.internal.net.http.HttpClientBuilderImpl.build(HttpClientBuilderImpl.java:135)
      at ShortResponseBody.newHttpClient(ShortResponseBody.java:224)
      at ShortResponseBody.testSynchronousGET(ShortResponseBody.java:235)
      at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
      at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
      at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:821)
      at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1131)
      at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:124)
      at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
      at org.testng.TestRunner.privateRun(TestRunner.java:773)
      at org.testng.TestRunner.run(TestRunner.java:623)
      at org.testng.SuiteRunner.runTest(SuiteRunner.java:357)
      at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352)
      at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310)
      at org.testng.SuiteRunner.run(SuiteRunner.java:259)
      at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
      at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
      at org.testng.TestNG.runSuitesSequentially(TestNG.java:1185)
      at org.testng.TestNG.runSuitesLocally(TestNG.java:1110)
      at org.testng.TestNG.run(TestNG.java:1018)
      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.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:568)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
      at java.base/java.lang.Thread.run(Thread.java:831)
      Caused by: java.io.IOException: Unable to establish loopback connection
      at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101)
      at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:67)
      at java.base/java.security.AccessController.doPrivileged(AccessController.java:554)
      at java.base/sun.nio.ch.PipeImpl.<init>(PipeImpl.java:194)
      at java.base/sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:142)
      at java.base/sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
      at java.base/java.nio.channels.Selector.open(Selector.java:295)
      at java.net.http/jdk.internal.net.http.HttpClientImpl$SelectorManager.<init>(HttpClientImpl.java:717)
      at java.net.http/jdk.internal.net.http.HttpClientImpl.<init>(HttpClientImpl.java:323)
      ... 32 more
      Caused by: java.net.BindException: Address already in use: connect
      at java.base/sun.nio.ch.Net.connect0(Native Method)
      at java.base/sun.nio.ch.Net.connect(Net.java:576)
      at java.base/sun.nio.ch.Net.connect(Net.java:583)
      at java.base/sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:851)
      at java.base/java.nio.channels.SocketChannel.open(SocketChannel.java:285)
      at java.base/sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:131)
      at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:83)
      ... 40 more

            djelinski Daniel Jelinski
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: