Hi,
I am setting up Jforum in AIX 5.1 /
JBoss 4.0.1sp1 environment. I am using HSQL db setup(simple setup) When I hit the next step in the configuration screen I get this error. My stack trace on the logs looks like the one given above.... Any ideas how I can resolve this.
BTW: The same setup works well in a Windows machine.
Thanks
sekar
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException:
Servlet execution threw an exception
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
root cause
java.lang.NoSuchMethodError: org.apache.commons.fileupload.servlet.ServletFileUpload: method isMultipartContent(Lorg/apache/commons/fileupload/RequestContext;)Z not found
net.jforum.ActionServletRequest.<init>(ActionServletRequest.java:281)
net.jforum.InstallServlet.service(InstallServlet.java:96)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.28
[originally posted on jforum.net by Anonymous]