Rate this page:
At times, you may see an error like this:
1
java.lang.NoSuchMethodError: org.apache.commons.fileupload.servlet.ServletFileUpload.setFileSizeMax
Cause: The Java classpath has another module (JAR) somewhere that overrides the one shipped with Confluence.
Solution:
Check for duplicate JARs by going to the following URL:
1
http://path-to-confluence/admin/classpath.action
The page lists all modules available to the class loader
Resolve duplicate JARs if necessary.
Rate this page: