-
Bug
-
Resolution: Unresolved
-
P4
-
10
-
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)
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)
- duplicates
-
JDK-8189606 java/nio/channels/AsyncCloseAndInterrupt.java failed with java.nio.channels.ClosedChannelException
- Closed
- relates to
-
JDK-8172045 java/nio/channels/AsyncCloseAndInterrupt.java fails intermittently: SocketChannel/finishConnect/close threw an exception
- Open