-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
Jenkins 2.121.1
i got this exception
java.lang.NoClassDefFoundError: Could not initialize class org.apache.commons.lang3.StringUtils
{{ at jenkinsci.plugins.influxdb.generators.SonarQubePointGenerator.hasReport(SonarQubePointGenerator.java:65)}}
{{ at jenkinsci.plugins.influxdb.InfluxDbPublisher.perform(InfluxDbPublisher.java:370)}}
{{ at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80)}}
{{ at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67)}}
{{ at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1$1.call(SynchronousNonBlockingStepExecution.java:50)}}
{{ at hudson.security.ACL.impersonate(ACL.java:290)}}
{{ at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1.run(SynchronousNonBlockingStepExecution.java:47)}}
{{ at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)}}
{{ at java.util.concurrent.FutureTask.run(FutureTask.java:266)}}
{{ at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)}}
{{ at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)}}
{{ at java.lang.Thread.run(Thread.java:748)}}
{{ Finished: FAILURE}}
the plugin itself report this deps
About InfluxDB Plugin 1.17
3rd Party Dependencies
InfluxDB Plugin org.jenkins-ci.plugins:influxdb:1.17 MIT license
Okio com.squareup.okio:okio:1.11.0 Apache 2.0
Commons Lang org.apache.commons:commons-lang3:3.0 The Apache Software License, Version 2.0
Apache HttpClient org.apache.httpcomponents:httpclient:4.5 Apache License, Version 2.0
OkHttp Logging Interceptor com.squareup.okhttp3:logging-interceptor:3.5.0 Apache 2.0
Findbugs Annotations under Apache License com.github.stephenc.findbugs:findbugs-annotations:1.3.9-1 Apache License, Version 2.0
Guava: Google Core Libraries for Java com.google.guava:guava:15.0-rc1 The Apache Software License, Version 2.0
Apache Commons Codec commons-codec:commons-codec:1.9 The Apache Software License, Version 2.0
Converter: Moshi com.squareup.retrofit2:converter-moshi:2.1.0 Apache 2.0
OkHttp com.squareup.okhttp3:okhttp:3.5.0 Apache 2.0
Retrofit com.squareup.retrofit2:retrofit:2.1.0 Apache 2.0
Apache HttpCore org.apache.httpcomponents:httpcore:4.4.1 Apache License, Version 2.0
influxdb java bindings org.influxdb:influxdb-java:2.5 The MIT License (MIT)
Moshi com.squareup.moshi:moshi:1.2.0 Apache 2.0
jneyra Is this still an issue with the newest version of InfluxDB plugin?