[S2] ClientAbortException in StreamResult

2009-07-01 Thread Pro1712
eturn inputStream_; } This works as ecpected when donwloading with one thread. When I use a download manager like "DownThemAll" in FF using more than one thread, I get a ClientAbortException in StreamResult when the document is written to the response-output. (File StreamResult.java line

Re: ClientAbortException..urgent

2006-10-10 Thread James Mitchell
than 50 kb..but if the file size is mor and when I click cancel its displaying a ClientAbort Exception. ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error Oct 9, 2006 11:08:25 AM org.apache.struts.action .RequestProcessor processException WARNING:

Re: ClientAbortException

2006-10-10 Thread Philippe Schober
Hi, B.Sridhar schrieb: Sorry, for my unlcear question. Actually it was a part of my question which I posted earlier. I am writing a struts appliction to download a file that is on the server. When the user clicks the download button, its displaying the open,save cancel window. Everything is

Re: ClientAbortException

2006-10-10 Thread B . Sridhar
small sizes ie. less than 50 kb..but if the file size is more and when I click cancel its displaying a ClientAbort Exception. The Exception is.. ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error Oct 9, 2006 11:08:25 AM org.apache.struts.action

ClientAbortException..urgent

2006-10-09 Thread B . Sridhar
displaying a ClientAbort Exception. ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error Oct 9, 2006 11:08:25 AM org.apache.struts.action .RequestProcessor processException WARNING: Unhandled Exception thrown: class

RE: ClientAbortException

2006-10-09 Thread Dave Newton
> From: B.Sridhar [mailto:[EMAIL PROTECTED] > How to catch ClientAbortException, when I am adding the following line it > showing error. Its not identifying the org.apache.catalina, do I need to > add any jar files to my path to identify this exception Pl

ClientAbortException

2006-10-09 Thread B . Sridhar
HI, How to catch ClientAbortException, when I am adding the following line it showing error. Its not identifying the org.apache.catalina, do I need to add any jar files to my path to identify this exception Please respond.. *org.apache.catalina.connector.ClientAbortException * -- B.Sridhar

RE: ClientAbortException

2006-10-09 Thread Dave Newton
- > From: B.Sridhar [mailto:[EMAIL PROTECTED] > Sent: Monday, October 09, 2006 8:45 AM > To: Struts Users Mailing List > Subject: Re: ClientAbortException > > HI, > I tried with your suggestion, but of no use..kindly suggest me the > solution > > On 10/9/06, Mikol

Re: ClientAbortException

2006-10-09 Thread B . Sridhar
HI, I tried with your suggestion, but of no use..kindly suggest me the solution On 10/9/06, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote: B.Sridhar wrote: > I am writing a struts appliction a to download a file that is on the > server. > When the user clicks the download button, its displaying

Re: ClientAbortException

2006-10-09 Thread Mikolaj Rydzewski
B.Sridhar wrote: I am writing a struts appliction a to download a file that is on the server. When the user clicks the download button, its displaying the open,save cancel window. Open and save are working fine, but while downloading a word doc or pdf, when the user clicks cancel, its displayi

ClientAbortException

2006-10-09 Thread B . Sridhar
Exception. ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error Oct 9, 2006 11:08:25 AM org.apache.struts.action.RequestProcessorprocessException WARNING: Unhandled Exception thrown: class org.apache.catalina.connector.ClientAbortException While downloading