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

java/nio/channels/AsyncCloseAndInterrupt.java fails intermittently: SocketChannel/connect/close threw an exception

XMLWordPrintable

    • x86_64
    • linux

      SocketChannel/connect/close
      connect waiting for pumping refuser ...
      connect waiting for pumping refuser ... done
      java.lang.Exception: SocketChannel/connect/close threw an exception
      at TestThread.finishAndThrow(TestThread.java:80)
      at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:615)
      at AsyncCloseAndInterrupt.test(AsyncCloseAndInterrupt.java:638)
      at AsyncCloseAndInterrupt.main(AsyncCloseAndInterrupt.java:735)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.base/java.lang.reflect.Method.invoke(Method.java:564)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
      at java.base/java.lang.Thread.run(Thread.java:844)
      Caused by: java.nio.channels.ClosedChannelException
      at java.base/sun.nio.ch.SocketChannelImpl.ensureOpenAndUnconnected(SocketChannelImpl.java:610)
      at java.base/sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:621)
      at AsyncCloseAndInterrupt$15.doIO(AsyncCloseAndInterrupt.java:358)
      at AsyncCloseAndInterrupt$Tester.go(AsyncCloseAndInterrupt.java:487)
      at TestThread.run(TestThread.java:55)

            bchristi Brent Christian
            skonchad Sandeep Konchady
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: