Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 59814 invoked from network); 1 May 2006 11:44:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 May 2006 11:44:29 -0000 Received: (qmail 94617 invoked by uid 500); 1 May 2006 11:44:22 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 94562 invoked by uid 500); 1 May 2006 11:44:22 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 94551 invoked by uid 99); 1 May 2006 11:44:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 04:44:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of robertburrelldonkin@gmail.com designates 64.233.162.199 as permitted sender) Received: from [64.233.162.199] (HELO nz-out-0102.google.com) (64.233.162.199) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 May 2006 04:44:21 -0700 Received: by nz-out-0102.google.com with SMTP id l8so2425806nzf for ; Mon, 01 May 2006 04:44:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Yw65HvIP/1+Uwon/QoyWjS7LLGI4IHrL5HM9Nd4n+cXrQltKivc+dp08eJBFZkryr6YQF34q0vAoA7KVeUGI+q+BUEdR+0S8PwLt2oVQlBLr4bihjodQxeUej13wSpmZl2dlGn4FOGkTHkSj/3ImpqcMaY5YEmBbiLZjSIAoTZI= Received: by 10.65.153.13 with SMTP id f13mr2460040qbo; Mon, 01 May 2006 04:44:00 -0700 (PDT) Received: by 10.65.253.15 with HTTP; Mon, 1 May 2006 04:44:00 -0700 (PDT) Message-ID: Date: Mon, 1 May 2006 12:44:00 +0100 From: "robert burrell donkin" To: "Tomcat Developers List" Subject: Re: problem using apache's commons-fileupload-1.1 package In-Reply-To: <20060501092629.20363.qmail@web50112.mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9308_6061664.1146483840582" References: <20060501092629.20363.qmail@web50112.mail.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_9308_6061664.1146483840582 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline tomcat-dev is for discussions about the development of Apache Tomcat. questions about using Tomcat should be addressed to the user list. however, this question is actually about commons-fileupload. It should have been posted to the commons-user list. please read http://jakarta.apache.org/site/mail2.html. On 5/1/06, gabi maier wrote: > > i have a problem uploading files to a servlet from a > browser (html) client. i am using the apache commons-fileupload-1.1 jar..= . > i describe my problem below. i pasted the servlet's java source code, the > html i use for uploading and the error i get. when i try uploading i g= et > the following exception: java.lang.NoClassDefFoundError: > org/apache/commons/io/output/DeferredFileOutputStream > although i'm not using any DeferredFileOutputStream object anywhere nor a= m > i importing this class at any time... could someone help? in this case, though, a quick glance at the root cause: root cause > java.lang.NoClassDefFoundError: > org/apache/commons/io/output/DeferredFileOutputStream provides enough information to diagnose the issue. commons-fileupload is missing a dependency. please read http://jakarta.apache.org/commons/fileupload/dependencies.html (and the res= t of the documentation). please post any followups to the appropriate list (commons-users). - robert ------=_Part_9308_6061664.1146483840582--