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

Exception thrown from join plugin as it can't find BuildTrigger class in Parameterized Trigger plugin

      Latest everything as of now...

      I'm using a join and parametized trigger. I get the following exception with stack trace:

      FATAL: hudson/plugins/parameterizedtrigger/BuildTrigger
      java.lang.NoClassDefFoundError: hudson/plugins/parameterizedtrigger/BuildTrigger
      at join.JoinTrigger.getBuildTriggerConfigs(JoinTrigger.java:182)
      at join.JoinTrigger.getParameterizedDownstreamProjects(JoinTrigger.java:169)
      at join.JoinTrigger.getAllDownstream(JoinTrigger.java:218)
      at join.JoinTrigger.perform(JoinTrigger.java:113)
      at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
      at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
      at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:779)
      at hudson.model.Build$BuildExecution.post2(Build.java:183)
      at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:726)
      at hudson.model.Run.execute(Run.java:1568)
      at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
      at hudson.model.ResourceController.execute(ResourceController.java:88)
      at hudson.model.Executor.run(Executor.java:236)
      Caused by: java.lang.ClassNotFoundException: hudson.plugins.parameterizedtrigger.BuildTrigger
      at java.net.URLClassLoader$1.run(Unknown Source)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      ... 13 more

          [JENKINS-16212] Exception thrown from join plugin as it can't find BuildTrigger class in Parameterized Trigger plugin

          damian dixon added a comment -

          This is a join with a separate parameterized trigger. If I do this as a post join action and delete the separate parameterized trigger I do not get the exception.

          damian dixon added a comment - This is a join with a separate parameterized trigger. If I do this as a post join action and delete the separate parameterized trigger I do not get the exception.

          ikedam added a comment -

          This seems an issue of join-plugin rather than parameterized-trigger-plugin.

          I could not reproduce this.
          Please report followings:

          • Does this problem still happen?
          • versions of Jenkins, parameterized-trigger-plugin and join-plugin.
          • configurations of projects. What triggers what, and join what.
          • Where you can see that stacktrace. Console of Jenkins, or console log of builds?

          ikedam added a comment - This seems an issue of join-plugin rather than parameterized-trigger-plugin. I could not reproduce this. Please report followings: Does this problem still happen? versions of Jenkins, parameterized-trigger-plugin and join-plugin. configurations of projects. What triggers what, and join what. Where you can see that stacktrace. Console of Jenkins, or console log of builds?

          mdonohue added a comment -

          "Latest everything as of now..."

          I'm glad you were up to date in 2012, but following up on this bug 4 years later, this description is very hard to follow. This is why software has version numbers - please use them.

          mdonohue added a comment - "Latest everything as of now..." I'm glad you were up to date in 2012, but following up on this bug 4 years later, this description is very hard to follow. This is why software has version numbers - please use them.

            mdonohue mdonohue
            damiandixon damian dixon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: