Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 18161 invoked from network); 28 Jun 2004 09:14:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Jun 2004 09:14:58 -0000 Received: (qmail 96252 invoked by uid 500); 28 Jun 2004 09:15:03 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 95075 invoked by uid 500); 28 Jun 2004 09:14:48 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 94630 invoked by uid 99); 28 Jun 2004 09:14:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [66.111.4.26] (HELO out2.smtp.messagingengine.com) (66.111.4.26) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 28 Jun 2004 02:14:40 -0700 X-Sasl-enc: FDC+3Wb90Vjxq1MHGZwGzg 1088414052 Received: from [192.168.0.58] (unknown [62.205.76.138]) by mail.messagingengine.com (Postfix) with ESMTP id 345AFC0D70F; Mon, 28 Jun 2004 05:14:12 -0400 (EDT) Message-ID: <40DFE163.4060002@axone.be> Date: Mon, 28 Jun 2004 11:14:11 +0200 From: Stan Pinte User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: commons-dev@jakarta.apache.org, commons-user@jakarta.apache.org, eric.baelen@axone.be Subject: Processing of multipart/form-data request failed. Read timed out Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N hello, I am using the fileupload component within the struts framework. I have some users having extremely frequently the following problem: INFO | jvm 1 | 2004/06/28 09:51:34 | org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request failed. Read timed out I saw that it has already been debated on the list: http://www.mail-archive.com/commons-user@jakarta.apache.org/msg03393.html however, the solution suggested was not to parse the File, if no filename was given. As I am working with struts, the FileUpload is being done earlier in the ~ struts processing: INFO | jvm 1 | 2004/06/28 07:45:50 | org.apache.commons.fileupload.FileUplo adException: Processing of multipart/form-data request failed. Read timed out INFO | jvm 1 | 2004/06/28 07:45:50 | at org.apache.commons.fileupload .FileUpload.parseRequest(FileUpload.java:519) INFO | jvm 1 | 2004/06/28 07:45:50 | at org.apache.commons.fileupload .FileUpload.parseRequest(FileUpload.java:355) INFO | jvm 1 | 2004/06/28 07:45:50 | at org.apache.struts.upload.Comm onsMultipartRequestHandler.handleRequest(CommonsMultipartRequestHandler.java:233 ) INFO | jvm 1 | 2004/06/28 07:45:50 | at org.apache.struts.util.Reques tUtils.populate(RequestUtils.java:1055) INFO | jvm 1 | 2004/06/28 07:45:50 | at org.apache.struts.action.Requ estProcessor.processPopulate(RequestProcessor.java:816) INFO | jvm 1 | 2004/06/28 07:45:50 | at org.apache.struts.action.Requ estProcessor.process(RequestProcessor.java:254) INFO | jvm 1 | 2004/06/28 07:45:50 | at org.apache.struts.action.Acti onServlet.process(ActionServlet.java:1420) INFO | jvm 1 | 2004/06/28 07:45:50 | at org.apache.struts.action.Acti onServlet.doPost(ActionServlet.java:520) INFO | jvm 1 | 2004/06/28 07:45:50 | at javax.servlet.http.HttpServle t.service(HttpServlet.java:760) Any idea why it does occur, and how I could cure it? For me, it sound like a bug in RFC 1867 handling...and it must be at one of two ends: client-side, or server-side. Server-side, the culprit could be the servlet implementation used (Jetty in that case, but the other case uses Tomcat), or FileUpload. An interesting detail: both me and the above cited thread use SSL. would SSL break file uploads? thanks a lot, Stan. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org