Santosh, Best place to put commons-fileupload.jar is WEB-INF/lib folder of your web application. This way you would be able to use different versions of commons file upload in different web applications.
Thanks Kailash -----Original Message----- From: Santosh Koti To: [email protected] Sent: 5/3/06 4:04 PM Subject: RE: Deployment error Thanks Vamsi, for ur immediate reply..! I tried replacing the commons-fileupload.jar with the older version , it worked fine(u may need to rename as the latest file name) I am not sure , whether it is advisable to do so...! Thanks, Santosh. "Don't talk about yourself; it will be done when you leave. " -----Original Message----- From: Vamsavardhana Reddy [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 3:13 PM To: [email protected] Subject: Re: Deployment error Even I noticed this problem. For now, use the command line deployer to deploy your application. -Vamsi On 5/3/06, Santosh Koti < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: Hi All, While deploying my ear file in was-ce 1.0.1.1 <http://1.0.1.1> , I got this problem , which was working fine earlier...! Stack trace: java.lang.NoSuchMethodError: org.apache.commons.io.IOUtils: method copy(Ljava/io/InputStream;Ljava/io/OutputStream;)I not found at org.apache.commons.fileupload.disk.DiskFileItem.write(DiskFileItem.java: 404) at org.apache.geronimo.console.configmanager.DeploymentPortlet.processActio n(DeploymentPortlet.java:96) at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:229) at org.apache.pluto.core.PortletServlet.doPost(PortletServlet.java:163) at javax.servlet.http.HttpServlet.service(HttpServlet.java:615) at javax.servlet.http.HttpServlet.service(HttpServlet.java:688) at org.apache.pluto.core.PortletServlet.service(PortletServlet.java:153) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica tionFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt erChain.java:173) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatc her.java:672) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDisp atcher.java:574) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispat cher.java:499) Any ideas...? Thanks, Santosh. "Don't talk about yourself; it will be done when you leave. " **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** "Quinnox is a SEI-CMM; ISO 9001:2000 accredited Global IT Services company providing solutions in areas of E-Business, ERP, Application Management Services and EAI to customers in BFSI, Manufacturing, Retail, Telecom and Healthcare sector, powered by our Global Delivery Model."
