-
Bug
-
Resolution: Fixed
-
Critical
-
Jenkins 2.479.2
Trying to install plug-in clif-performance-testing fails. Logs report the following stack trace:
2025-01-10 16:24:20.734+0000 [id=255] WARNING h.ExtensionFinder$GuiceFinder$SezpozModule#configure: Failed to load org.ow2.clif.jenkins.ImportZipAction
java.lang.ClassNotFoundException: org.apache.commons.fileupload.FileItemFactory
at java.base/java.net.URLClassLoader.findClass(Unknown Source)
at jenkins.util.URLClassLoader2.findClass(URLClassLoader2.java:64)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
Caused: java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileItemFactory
[...]
- relates to
-
JENKINS-75120 [clif-performance-testing] Upgrade to Commons FileUpload 2 to comply with Jenkins CI
-
- Open
-
Actually this issue seems to be bound to the upgrade to [Apache commons upload 2|
https://commons.apache.org/proper/commons-fileupload/migration.html] enforced by Jenkins as of version 2.462.1
So the best solution is to upgrade Apache commons upload to version 2.