Somewhat premature acceptance...
We noticed that when we use an even larger file, the timeout occurs again,
which leads me to another question/problem - We can't just keep increasing
the timeout value infinitely. I'm thinking we need to create the file
offline on the server side, then deliver it to the user. Either by way of
regular download, or streaming or something. Is anyone else dealing with
trying to generate large files and delivering them to users?
On Thu, Oct 7, 2010 at 10:28 AM, kikiya wrote:
> UPDATE -
>
> We discovered the problem was the server timeout value. By increasing the
> transaction time setting the connection issue disappears. Thanks for all the
> troubleshooting help!
>
> On Wed, Oct 6, 2010 at 3:07 PM, Mark Storer-2 [via iText - General] <[hidden
> email] <http://user/SendEmail.jtp?type=node&node=2966876&i=0>> wrote:
>
>> It could be that you're getting some other exception that is being
>> Reported Oddly within a server environment.
>>
>> --Mark Storer
>> Senior Software Engineer
>> Cardiff.com
>>
>> import legalese.Disclaimer;
>> Disclaimer<Cardiff> DisCard = null;
>>
>>
>>
>> ------------------------------
>> *From:* kikiya [mailto:[hidden
>> email]<http://user/SendEmail.jtp?type=node&node=2965586&i=0>]
>>
>> *Sent:* Wednesday, October 06, 2010 11:33 AM
>> *To:* [hidden email]<http://user/SendEmail.jtp?type=node&node=2965586&i=1>
>> *Subject:* Re: [iText-questions] Connection error While closing itext
>> document
>>
>> that's a good test to try... maybe write to a local file to test, rather
>> than output to the browser...Â
>> but i still don't understand what would cause the client browser to stop
>> listening to the server. As I said, I haven't clicked on anything in the
>> browser or moved from the page at all. It's the oddest thing to me.
>>
>> On Wed, Oct 6, 2010 at 12:21 PM, Mark Storer-2 [via iText - General] <[hidden
>> email]
>> <http://user/SendEmail.jtp?type=node&node=2965545&i=0&by-user=t>>wrote:
>>
>>> Our rule of thumb around here is "if it works outside a web server, it's
>>> not our problem". Â Having said that, one of several kind souls might
>>> jump in anyway.
>>>
>>> So does it work when writing to a file?
>>>
>>> --Mark Storer
>>> Â Senior Software Engineer
>>> Â Cardiff.com
>>> Â
>>> import legalese.Disclaimer;
>>> Disclaimer<Cardiff> DisCard = null;
>>> Â
>>> Â
>>>
>>> > -----Original Message-----
>>> > From: kikiya [mailto:[hidden
>>> > email]<http://user/SendEmail.jtp?type=node&node=2965303&i=0>]
>>>
>>> > Sent: Wednesday, October 06, 2010 7:03 AM
>>> > To: [hidden email]<http://user/SendEmail.jtp?type=node&node=2965303&i=1>
>>> > Subject: [iText-questions] Connection error While closing
>>> > itext document
>>> >
>>> >
>>> > My understanding of connection reset by peer is that if the
>>>
>>> > user either navigates from the page, or hits the stop button,
>>> > or some other way explicitly stops listening to the server.
>>> > Well I'm getting the connection reset by peer error, even
>>> > though I am not doing anything in the browser other than
>>> > waiting for the file to generate.
>>> >
>>> > While trying to print a report, I am getting an error page
>>> > (500) and when checking the logs I see it saying,
>>> > 10/10/05 10:07:04 com.evermind.server.http.HttpIOException:
>>> > Connection reset by peer
>>> > 10/10/05 10:07:04 at
>>> > com.evermind.server.http.EvermindServletOutputStream.write(Eve
>>> > rmindServletOutputStream.java:210)
>>> > 10/10/05 10:07:04 at
>>> > java.io.BufferedOutputStream.write(BufferedOutputStream.java:105)
>>> > 10/10/05 10:07:04 at
>>> > com.lowagie.text.pdf.OutputStreamCounter.write(Unknown
>>> > Source)
>>> > 10/10/05 10:07:04 at
>>> > java.io.ByteArrayOutputStream.writeTo(ByteArrayOutputStream.java:112)
>>> > 10/10/05 10:07:04 at
>>> > com.lowagie.text.rtf.document.output.RtfMemoryCache.writeTo(Un
>>> > known Source)
>>> > 10/10/05 10:07:04 at
>>> > com.lowagie.text.rtf.document.RtfDocument.writeDocument(Unknow
>>> > n Source)
>>> > 10/10/05 10:07:04 at
>>> > com.lowagie.text.rtf.RtfWriter2.close(Unknown Source)
>>> > 10/10/05 10:07:04 at
>>> > com.lowagie.text.Document.close(Unknown Source)
>>> >
>>> > The problem is happening when I try to close the document in my code.
>>> >
>>> > I thought it could be because the report is large, but larger
>>> > reports are printing without issue. Is there something else I
>>> > am missing here? Could I possibly need to increase the server
>>> > timeout size?
>>> > --
>>> > View this message in context:
>>> > http://itext-general.2136553.n4.nabble.com/Connection-error-Wh<http://itext-general.2136553.n4.nabble.com/Connection-error-Wh?by-user=t&by-user=t&by-user=t&by-user=t>
>>> ile-closing-itext-document-tp2965020p2965020.html
>>>
>>> > Sent from the iText - General mailing list archive at Nabble.com.
>>> >
>>> > --------------------------------------------------------------
>>> > ----------------
>>> > Beautiful is writing same markup. Internet Explorer 9
>>> > supports standards for HTML5, CSS3, SVG 1.1, Â ECMAScript5,
>>> > and DOM L2 & L3.
>>> > Spend less time writing and  rewriting code and more time
>>> > creating great experiences on the web. Be a part of the beta today.
>>> > http://p.sf.net/sfu/beautyoftheweb
>>> > _______________________________________________
>>> > iText-questions mailing list
>>> > [hidden email] <http://user/SendEmail.jtp?type=node&node=2965303&i=2>
>>> > https://lists.sourceforge.net/lists/listinfo/itext-questions
>>> >
>>> > Many questions posted to this list can (and will) be answered
>>> > with a reference to the iText book:
>>> > http://www.itextpdf.com/book/Â Please check the keywords list
>>> > before you ask for examples: http://itextpdf.com/themes/keywords.php
>>> >
>>> >
>>> > No virus found in this incoming message.
>>> > Checked by AVG -
>>> > www.avg.com<http://www.avg.com?by-user=t&by-user=t&by-user=t>
>>> > Version: 9.0.862 / Virus Database: 271.1.1/3170 - Release
>>> > Date: 10/05/10 11:34:00
>>> >
>>>
>>> ------------------------------------------------------------------------------
>>>
>>> Beautiful is writing same markup. Internet Explorer 9 supports
>>> standards for HTML5, CSS3, SVG 1.1, Â ECMAScript5, and DOM L2 & L3.
>>> Spend less time writing and  rewriting code and more time creating great
>>>
>>> experiences on the web. Be a part of the beta today.
>>> http://p.sf.net/sfu/beautyoftheweb
>>> _______________________________________________
>>> iText-questions mailing list
>>> [hidden email] <http://user/SendEmail.jtp?type=node&node=2965303&i=3>
>>> https://lists.sourceforge.net/lists/listinfo/itext-questions
>>>
>>> Many questions posted to this list can (and will) be answered with a
>>> reference to the iText book: http://www.itextpdf.com/book/
>>> Please check the keywords list before you ask for examples:
>>> http://itextpdf.com/themes/keywords.php
>>>
>>>
>>> ------------------------------
>>> View message @
>>> http://itext-general.2136553.n4.nabble.com/Connection-error-While-closing-itext-document-tp2965020p2965303.html<http://itext-general.2136553.n4.nabble.com/Connection-error-While-closing-itext-document-tp2965020p2965303.html?by-user=t&by-user=t&by-user=t>
>>> To unsubscribe from Connection error While closing itext document, click
>>> here<http://itext-general.2136553.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=2965020&code=a2lraWEuY2FydGVyQGdtYWlsLmNvbXwyOTY1MDIwfC0xNjI1NDg2NjAz&by-user=t&by-user=t&by-user=t>.
>>>
>>>
>>>
>>
>>
>> --
>> -Kikia
>>
>> ------------------------------
>> View this message in context: Re: Connection error While closing itext
>> document<http://itext-general.2136553.n4.nabble.com/Connection-error-While-closing-itext-document-tp2965020p2965545.html?by-user=t&by-user=t>
>>
>> Sent from the iText - General mailing list
>> archive<http://itext-general.2136553.n4.nabble.com/?by-user=t&by-user=t>at
>> Nabble.com.
>>
>> No virus found in this incoming message.
>>
>> Checked by AVG - www.avg.com <http://www.avg.com?by-user=t>
>> Version: 9.0.862 / Virus Database: 271.1.1/3170 - Release Date: 10/05/10
>> 23:34:00
>>
>>
>> ------------------------------------------------------------------------------
>>
>> Beautiful is writing same markup. Internet Explorer 9 supports
>> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
>> Spend less time writing and rewriting code and more time creating great
>> experiences on the web. Be a part of the beta today.
>> http://p.sf.net/sfu/beautyoftheweb
>> _______________________________________________
>> iText-questions mailing list
>> [hidden email] <http://user/SendEmail.jtp?type=node&node=2965586&i=2>
>> https://lists.sourceforge.net/lists/listinfo/itext-questions
>>
>> Many questions posted to this list can (and will) be answered with a
>> reference to the iText book: http://www.itextpdf.com/book/
>> Please check the keywords list before you ask for examples:
>> http://itextpdf.com/themes/keywords.php
>>
>> ------------------------------
>> View message @
>> http://itext-general.2136553.n4.nabble.com/Connection-error-While-closing-itext-document-tp2965020p2965586.html<http://itext-general.2136553.n4.nabble.com/Connection-error-While-closing-itext-document-tp2965020p2965586.html?by-user=t>
>> To unsubscribe from Connection error While closing itext document, click
>> here<http://itext-general.2136553.n4.nabble.com/template/TplServlet.jtp?tpl=unsubscribe_by_code&node=2965020&code=a2lraWEuY2FydGVyQGdtYWlsLmNvbXwyOTY1MDIwfC0xNjI1NDg2NjAz&by-user=t>.
>>
>>
>>
>
>
> --
> -Kikia
>
> ------------------------------
> View this message in context: Re: Connection error While closing itext
> document<http://itext-general.2136553.n4.nabble.com/Connection-error-While-closing-itext-document-tp2965020p2966876.html>
> Sent from the iText - General mailing list
> archive<http://itext-general.2136553.n4.nabble.com/>at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
> Spend less time writing and rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> iText-questions mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Many questions posted to this list can (and will) be answered with a
> reference to the iText book: http://www.itextpdf.com/book/
> Please check the keywords list before you ask for examples:
> http://itextpdf.com/themes/keywords.php
>
--
-Kikia
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Many questions posted to this list can (and will) be answered with a reference
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples:
http://itextpdf.com/themes/keywords.php