Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-10-19 Thread christianjunk
/Upload-stop-after-30-minutes%3A-Processing-of-multipart-form-data-request-failed.-Stream-ended-unexpectedly-tp23660524p25958247.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-05 Thread Mateusz Kijowski
2009/8/4 André Warnier a...@ice-sa.com: May or may not be relevant, but I do not see the above attributes in the Tomcat AJP Connector docs. http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html and only see disableUploadTimeout in the HTTP Connector.

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-05 Thread André Warnier
Mateusz Kijowski wrote: 2009/8/4 André Warnier a...@ice-sa.com: May or may not be relevant, but I do not see the above attributes in the Tomcat AJP Connector docs. http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html and only see disableUploadTimeout in the HTTP Connector.

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 8/5/2009 8:01 AM, André Warnier wrote: All in all, I believe the on-line doc has a bigger chance of being accurate than the book; and I also believe Tomcat will just ignore attributes that it does not know. I regard both of the above

RE: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-05 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly All in all, I believe the on-line doc has a bigger chance of being accurate than the book; and I also believe Tomcat will just

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 8/4/2009 3:04 PM, André Warnier wrote: Mateusz Kijowski wrote: Connector port=8009 ... connectionUploadTimeout=360 disableUploadTimeout=true ... May or may not be relevant, but I do not see the

RE: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-05 Thread Martin Gainty
, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Wed, 5 Aug 2009 14:01:55 +0200 From: a...@ice-sa.com To: users@tomcat.apache.org Subject: Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly Mateusz

RE: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-05 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly disableUploadTimeout is definitely in the HTTP connector documentation. True, but we're talking about

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-05 Thread Mateusz Kijowski
All in all, I believe the on-line doc has a bigger chance of being accurate than the book; and I also believe Tomcat will just ignore attributes that it does not know. I regard both of the above statements as true. What version of Tomcat does your copy of Tomcat: The Definitive Guide cover?

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-05 Thread Mark Thomas
Mateusz Kijowski wrote: All in all, I believe the on-line doc has a bigger chance of being accurate than the book; and I also believe Tomcat will just ignore attributes that it does not know. I regard both of the above statements as true. What version of Tomcat does your copy of Tomcat: The

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 8/5/2009 9:42 AM, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-04 Thread Mateusz Kijowski
Hi, It seems that I am encountering the same or similar problem. I am getting the same exception using the same proxy setup (Apache httpd - mod_proxy_ajp - AJP Connector - Apache Tomcat), although I am not certain that the exception occurs after 30 minutes. The only way to reproduce this error

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-08-04 Thread André Warnier
Mateusz Kijowski wrote: Connector port=8009 ... connectionUploadTimeout=360 disableUploadTimeout=true ... May or may not be relevant, but I do not see the above attributes in the Tomcat AJP Connector docs.

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-05-26 Thread Patrick Herber
Originally I'd put this setting ProxyTimeout 3600, because it seams to be the only existing timeout setting at proxy's level (togheter with Timeout and the attribute timeout=xxx of proxypass). However, removing this setting, putting it after ProxyPass, using Timeout at VirtualHost level

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-05-25 Thread André Warnier
Bill Barker wrote: ProxyTimeout 3600 This looks a lot like 30min ;) Does it really ? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-05-24 Thread Patrick Herber
Hello I've made some more tests and after reading the Book *Tomcat, The definitive Guide* I discovered the existence of a parameter called *connectionUploadTimeout* (below I join the description of this property taken from this book). I've changed the configuration of the HTTP connector and

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-05-24 Thread Bill Barker
Patrick Herber patrick.her...@ticino.com wrote in message news:4a19b564.8030...@ticino.com... Hello I've made some more tests and after reading the Book *Tomcat, The definitive Guide* I discovered the existence of a parameter called *connectionUploadTimeout* (below I join the description of

RE: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-05-24 Thread Caldarale, Charles R
From: news [mailto:n...@ger.gmane.org] On Behalf Of Bill Barker Subject: Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly IfModule mod_proxy_ajp.c ProxyRequests Off ProxyTimeout 3600 This looks a lot like 30min

Re: Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-05-24 Thread Patrick Herber
ProxyTimeout 3600 This looks a lot like 30min ;) IMHO no... it should be 60 seconds * 60 = 1 hour Regards Patrick - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Upload stop after 30 minutes: Processing of multipart/form-data request failed. Stream ended unexpectedly

2009-05-21 Thread Patrick Herber
Hello, We have a struts based application running on a Tomcat 6 server sitting behind an Apache HTTPD Server. I'm experiencing problems uploading big files on it: after around 30 minutes (nearly exactly 30 minutes!) the upload stops. I've tried to solve them with several combinations but until