Re: java.io.IOException: Broken pipe

On Fri, 9 Feb 2001, Dan Hansen wrote:

> A question to Yves -
>
> Why is this not being caught?  Should I put a catch someplace, and if not,
> why not?

It should be! Maybe there is a debug flag set to true somewhere, (usually
it's done with
    private static final boolean debug = false;
Maybe some "true" remains :/

>
> Thanks much!!!!
>
> java.io.IOException: Broken pipe
>         at java.net.SocketOutputStream.socketWrite(Native Method)
>         at java.net.SocketOutputStream.socketWrite(Compiled Code)
>         at java.net.SocketOutputStream.write(Compiled Code)
>         at org.w3c.jigsaw.http.socket.SocketOutputBuffer.write(Compiled
> Code)
>         at java.io.DataOutputStream.write(Compiled Code)
>         at org.w3c.jigsaw.http.Client.chunkTransfer(Compiled Code)
>         at org.w3c.jigsaw.http.Client.emitReply(Compiled Code)
>         at org.w3c.jigsaw.http.Client.startConnection(Compiled Code)
>         at org.w3c.jigsaw.http.socket.SocketClient.run(Compiled Code)
>         at org.w3c.util.CachedThread.run(Compiled Code)
>
> Dan Hansen
> Software Development Manager
> Quark, Inc.
> dlhansen@quark.com
> dhansen@dimensional.com
>
>
>
>

-- 
Yves Lafon - W3C
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Friday, 9 February 2001 09:49:04 UTC