On Mon, Dec 14, 2009 at 3:40 AM, Chipmuns <chipm...@gmail.com> wrote:

>
> Hi , Could anyone help me on the exception thrown ? Have being try to trace
> what is the cause but cant pinpoint the real problem. Suspect could it be
> caused by tcp connection
>
> ClientAbortException:  java.net.SocketException: Broken pipe
>
>
That means the other end closed the connection before tomcat was done
writing to it.  The classic case of this is somebody hitting the “stop”
button in the browser.

-Dom

Reply via email to