Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-66283

ClassNotFoundException: org.jfrog.build.api.util.Log

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • artifactory-plugin
    • Jenkins: 2.289.1
      Artifactory Plugin: 3.12.5

      I couldn't start even a pipeline:

      [Pipeline] Start of Pipeline
      java.lang.ClassNotFoundException: org.jfrog.build.api.util.Log
      	at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1392)
      	at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1347)
      	at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1093)
      	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
      Caused: java.lang.NoClassDefFoundError: org/jfrog/build/api/util/Log
      	at org.jfrog.hudson.jfpipelines.listeners.WorkflowListener.reportStatus(WorkflowListener.java:50)
      	at org.jfrog.hudson.jfpipelines.listeners.WorkflowListener.onRunning(WorkflowListener.java:31)
      	at org.jenkinsci.plugins.workflow.flow.FlowExecutionListener.fireRunning(FlowExecutionListener.java:75)
      	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:338)
      	at hudson.model.ResourceController.execute(ResourceController.java:97)
      	at hudson.model.Executor.run(Executor.java:429)
      Finished: FAILURE
      

      I have uninstalled and installed again the plugin so that it helped for 1 day and it happened again.

      I have several Jenkins instances running as Docker Swarm services but it happens only on that one particular instance.

      The only one difference between this particular instance and others, are probably only plugins installed on Jenkins.

            eyalbe Eyal Ben Moshe
            tomasoft Maciej
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: