Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 45265 invoked from network); 2 Sep 2010 20:11:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 20:11:11 -0000 Received: (qmail 25023 invoked by uid 500); 2 Sep 2010 20:11:11 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 24851 invoked by uid 500); 2 Sep 2010 20:11:10 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 24843 invoked by uid 99); 2 Sep 2010 20:11:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 20:11:10 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of antonio.jose.rodrigues@gmail.com designates 209.85.216.53 as permitted sender) Received: from [209.85.216.53] (HELO mail-qw0-f53.google.com) (209.85.216.53) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 20:11:05 +0000 Received: by qwe5 with SMTP id 5so968155qwe.12 for ; Thu, 02 Sep 2010 13:10:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=1bkmT0wezFemNT6WcBIzB8WutHoAqdGE5J0jzJC/utw=; b=CR/n4IsZtXzX4bDCS5xrKOKG/Y1zMHPQpUor9jPwiVnp0CQTxJBLaeLJNEGPGYyckO LSiHI174Mrn/Nlz3i2mgVsw8d+7+Wi3YebnTSwLScOFr4L+ceHrbVNb69WlKHf/A4WSo FAJNXEs2HC92wZCL0qM1jE/qa4DhLyWyWWqrI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=T1d4ilVZuBxe6VbeooraqESGWDQlKKrQWF2DrJJ5JsX5lRRSimWwxNFD3aApfZiiTP GZT5JhCertbPK8MghhJNtrZjOVH7LuYbgCXiFtH2yCKnAn9ELonswAeqv5UnnO4UW+u9 A+2uEJOPMeG1m1Jjv9KGC2+eErxYYCPXHw9r0= MIME-Version: 1.0 Received: by 10.224.96.150 with SMTP id h22mr6877320qan.173.1283458243788; Thu, 02 Sep 2010 13:10:43 -0700 (PDT) Received: by 10.229.75.74 with HTTP; Thu, 2 Sep 2010 13:10:43 -0700 (PDT) In-Reply-To: <29580273.post@talk.nabble.com> References: <29580273.post@talk.nabble.com> Date: Thu, 2 Sep 2010 22:10:43 +0200 Message-ID: Subject: Re: Problem while uplaoding files using From: =?UTF-8?Q?Ant=C3=B3nio_Rodrigues?= To: MyFaces Discussion Content-Type: multipart/alternative; boundary=00c09f9c9766b48466048f4c680c --00c09f9c9766b48466048f4c680c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I got many issues with inputFileUpload. But I have never seen that error. I am curious. Why do you have tomahawk and myfaces jars together? Tomahawk.jar would not be enough? Maybe they are conflicting with each other. By the way, there are incompatibilities between different version of myface= s and tomahawk. Check this out. http://wiki.apache.org/myfaces/CompatibilityMatrix Regards Ant=C3=B3nio On 31 August 2010 09:48, verginie wrote: > > Hi, > > I am using for uploading files. > > Using the following jars: > - myfaces-api-1.1.5.jar > - myfaces-impl-1.1.5.jar > - tomahawk-1.1.8.jar > - commons-io-1.3.2.jar > - commons-fileupload-1.2.1.jar > > Sometimes, it fails to upload file. > > The following exceptions occur: > > org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: > Processing of multipart/form-data request failed. Connection reset > > Caused by: java.net.SocketException: Connection reset > at java.net.SocketInputStream.read(SocketInputStream.java:168) > > > or > > > org.apache.commons.fileupload.FileUploadBase$IOFileUploadException: > Processing of multipart/form-data request failed. Stream ended unexpected= ly > > Caused by: > org.apache.commons.fileupload.MultipartStream$MalformedStreamException: > Stream ended unexpectedly > > > > Can someone help me, regarding this issue? > Thanks in advance. > > > -- > View this message in context: > http://old.nabble.com/Problem-while-uplaoding-files-using-%3Ct%3AinputFil= eUpload%3E-tp29580273p29580273.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > > --00c09f9c9766b48466048f4c680c--