Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 24362 invoked from network); 9 Feb 2009 11:24:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2009 11:24:47 -0000 Received: (qmail 92312 invoked by uid 500); 9 Feb 2009 11:24:45 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 92289 invoked by uid 500); 9 Feb 2009 11:24:45 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 92276 invoked by uid 99); 9 Feb 2009 11:24:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 03:24:44 -0800 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2009 11:24:37 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LWUFM-0004g8-C3 for dev@struts.apache.org; Mon, 09 Feb 2009 03:24:16 -0800 Message-ID: <21911026.post@talk.nabble.com> Date: Mon, 9 Feb 2009 03:24:16 -0800 (PST) From: Lund To: dev@struts.apache.org Subject: Struts 2 FileUpload MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: piersp@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi I'm using Strurs 2.1.2 and the tag in the jsp page. My problem is that while the fileUpload appears to work most of the time I do get java.io.FileNotFoundException: on the .tmp file that Struts uses as part of the process (prob 1 in 10 times). Once this happens of course the whole process breaks down. I boiled the whole process down to a simple test action and tested it repeatedly and also checked if anyone else had this issue. It appears that this issue was fixed as of 2.0.9 release but I am still seeing it. I'm using commons-fileupload-1.2.1 and commons-io.1.3.2 Any ideas before I abandon struts 2 fileupload? Thanks -- View this message in context: http://www.nabble.com/Struts-2-FileUpload-tp21911026p21911026.html Sent from the Struts - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org