Broken pipe, from my experience, can likely be a timeout with your web server. I would look at the config for your web server to see what the timeout is set at.
Krovvidy wrote: > Hi, > > We have a requirement to generate huge PDF reports around 3000-4000 pages > in the browser. We are trying to use iText. The code works fine locally even > though it takes quite a while. But in the integration environment it throws > a java.net.SocketException: Write failed: Broken pipe. And I also notice my > request is getting submitted twice. We use Internet Explorer as our > standard. I have tried all the options suggested in the book too. But I am > not having much luck. I am enclosing my code for my jsp, servlet and also of > the exceptions. > > To add more, the above code works perfectly fine for small reports around > 100 pages. But still the request gets submitted twice. I have implemented > all the work arounds suggested in the book. But without help.Can anyone > suggest? > > Integration+Exception.doc > > I would really appreciate anyone's help as I have to really get this done. > > ThanksGdsExportReportPDFServlet.java > http://www.nabble.com/file/p22959622/GdsExportReportPDFServlet.java > GdsExportReportPDFServlet.java > http://www.nabble.com/file/p22959622/Integration%2BException.doc > Integration+Exception.doc ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
