Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / May 2007

Tip: Looking for answers? Try searching our database.

Broken pipe

Thread view: 
Tim Slattery - 10 May 2007 19:11 GMT
My webapp is generating "Broken Pipe" errors
(java.net.SocketException). I can't figure out what "broken pipe"
means. I've tried Google. Can somebody translate this for me?

FWIW: the exception occurs while evaluating a Struts <logic:iterate>
group in a JSP page.

Signature

Tim Slattery
Slattery_T@bls.gov
http://members.cox.net/slatteryt

Gordon Beaton - 11 May 2007 08:02 GMT
> My webapp is generating "Broken Pipe" errors
> (java.net.SocketException). I can't figure out what "broken pipe"
> means. I've tried Google. Can somebody translate this for me?
>
> FWIW: the exception occurs while evaluating a Struts <logic:iterate>
> group in a JSP page.

It means that you've attempted to write to a file descriptor (probably
through an OutputStream or similar ), but the reader at the remote end
of the connection (pipe or socket, etc) has closed his corresponding
descriptor.

/gordon

--
Philipp Taprogge - 11 May 2007 20:59 GMT
Hi!

> It means that you've attempted to write to a file descriptor (probably
> through an OutputStream or similar ), but the reader at the remote end
> of the connection (pipe or socket, etc) has closed his corresponding
> descriptor.

In this special case, it could mean that the underlaying socket was
closed by the client prematurely. IIRC, these errors often occur,
when a servlet sends a wrong (i.e. too small) content-length header,
causing the client to stop reading after it receives the initial n
bytes of data.

Regards,

    Phil


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.