closeChannel throws IOException: Disconnect failed
###@###.### 2001-08-21
A couple of notes:
First seen in builds75 & 76.
Predominantly occurs in WNT which had the most such
failures, ; win98 next.
here is an exception stack trace:
java.io.IOException: Disconnect failed
at sun.nio.ch.SocketDispatcher.close0(Native Method)
at sun.nio.ch.SocketDispatcher.close(SocketDispatcher.java:45)
at sun.nio.ch.ServerSocketChannelImpl.implCloseSelectableChannel(ServerSocketChannelImpl.java:92)
at java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel(AbstractSelectableChannel.java:187)
at java.nio.channels.spi.AbstractChannel.close(AbstractChannel.java:96)
at shutdownChannelTest.<init>(shutdownChannelTest.java:55)
at shutdownChannelTest.main(shutdownChannelTest.java:18
/krys
###@###.### 2001-08-21
A couple of notes:
First seen in builds75 & 76.
Predominantly occurs in WNT which had the most such
failures, ; win98 next.
here is an exception stack trace:
java.io.IOException: Disconnect failed
at sun.nio.ch.SocketDispatcher.close0(Native Method)
at sun.nio.ch.SocketDispatcher.close(SocketDispatcher.java:45)
at sun.nio.ch.ServerSocketChannelImpl.implCloseSelectableChannel(ServerSocketChannelImpl.java:92)
at java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel(AbstractSelectableChannel.java:187)
at java.nio.channels.spi.AbstractChannel.close(AbstractChannel.java:96)
at shutdownChannelTest.<init>(shutdownChannelTest.java:55)
at shutdownChannelTest.main(shutdownChannelTest.java:18
/krys