Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 922BFD702 for ; Sun, 14 Oct 2012 12:19:32 +0000 (UTC) Received: (qmail 20600 invoked by uid 500); 14 Oct 2012 12:19:31 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 20479 invoked by uid 500); 14 Oct 2012 12:19:29 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 20421 invoked by uid 99); 14 Oct 2012 12:19:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2012 12:19:28 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of accahmed77@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-la0-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Oct 2012 12:19:21 +0000 Received: by mail-la0-f43.google.com with SMTP id i5so3278446lah.30 for ; Sun, 14 Oct 2012 05:19:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=yYxPdctTkDFytG9VxdU60WmrwB2fh/EMOZNyG2DjigU=; b=lzKHCkZMLZWZpWsf9ZZNNXNRonlqmmSUKuHiXv0WGKq8qtJeBUXEYIJaADA5tNxLvs tAzzVwEyGwRyeXuLEjUb4MkUFLKmhJw2R9zR3GYU9R1xmBLeFm4QXGbxq6hVSlQgX+aC fvysYLMQQB2IlpBlabNc8dI3AXvaco6qlcgctM5JCRq0qC81XIK7ZYhFkFkzt34wKhcq 8Xz/MSRwm9phvr0dpxbnbLpr/Ui0XT2l5/UIVc9OXLLyqvuX6KDgpj/ATFh5AKKXH0a8 tq9xpFujeempQZ+Y8rB6enOGY5oIfux8NnVy/B63bfyruvckmCzI9r+ubA+JbMbW0g+0 lKpw== MIME-Version: 1.0 Received: by 10.152.123.103 with SMTP id lz7mr7646778lab.21.1350217140247; Sun, 14 Oct 2012 05:19:00 -0700 (PDT) Received: by 10.112.110.227 with HTTP; Sun, 14 Oct 2012 05:19:00 -0700 (PDT) Date: Sun, 14 Oct 2012 15:19:00 +0300 Message-ID: Subject: File Upload Problem with Websphere From: Ahmed Nabil Hosny To: user@commons.apache.org Content-Type: multipart/alternative; boundary=f46d042ef447039bbe04cc03eda9 X-Virus-Checked: Checked by ClamAV on apache.org --f46d042ef447039bbe04cc03eda9 Content-Type: text/plain; charset=ISO-8859-1 I have a problem while using commons file upload package, I'm getting below exception while running the upload servlet on webspher Application developer on windows 7. [10/10/12 15:07:49:212 AST] 00000027 WebApp E [Servlet Error]-[UploadServlet]: java.lang.NoSuchMethodError: org/apache/commons/fileupload/FileUpload.getItemIterator(Lorg/apache/commons/fileupload/RequestContext;)Lorg/apache/commons/fileupload/FileItemIterator; at org.apache.commons.fileupload.servlet.ServletFileUpload.getItemIterator(ServletFileUpload.java:148) at com.ejada.uploadServlets.UploadServlet.doPost(UploadServlet.java:73) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1219) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:658) at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:526) at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3574) at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:831) at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:133) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:457) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:515) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:300) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:271) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113) at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165) at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217) at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161) at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136) at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196) at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751) at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1551) please check and inform. -- Ahmed Nabil Hosny Team Leader Ejada --f46d042ef447039bbe04cc03eda9--