From: Ken--_at_newsgroupstats.hk <dragonken_at_gmail.com>
Date: Wed, 30 Jul 2008 11:40:18 -0700 (PDT)
I got this exception but i hv no idea about the root cause.
13000
14000
15000
Exception in execute ... java.io.IOException: An existing connection was
forcibly closed by the remote host
count = 15361
java.io.IOException: An existing connection was forcibly closed by the
remote host
at sun.nio.ch.SocketDispatcher.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
at sun.nio.ch.IOUtil.write(IOUtil.java:75)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
at
com.sun.grizzly.TCPConnectorHandler.write(TCPConnectorHandler.java:424)
at test.MyClient.execute(MyClient.java:75)
at test.MyClient.main(MyClient.java:36)
program exit!