DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44463>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44463 Summary: GUI deploy in manager webapp fails due to missing common-io dependency Product: Tomcat 5 Version: 5.5.25 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Webapps:Manager AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] This bug is for 5.5.26 which is still missing in the version list of bugzilla. When deploying a webapp via the deploy upload in the manager webapp gui the following exception gets thrown: java.lang.NoClassDefFoundError: org/apache/commons/io/output/DeferredFileOutputStream org.apache.commons.fileupload.DefaultFileItemFactory.createItem(DefaultFileItemFactory.java:103) org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350) org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:302) org.apache.catalina.manager.HTMLManagerServlet.doPost(HTMLManagerServlet.java:166) javax.servlet.http.HttpServlet.service(HttpServlet.java:710) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) This is due to a missing dependency of commons-fileupload. Between TC 5.5.25 and 5.5.26 commons-fileupload has been updated from version 1.0 to 1.2. commons-fileupload unbundled some commons-io classes between 1.0 and 1.1, so we need to bundle commons-io with the manager webapp. Problem can be fixed by including commons-io version 1.4 in the manager webapp. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]