upgrading ci-game failed when upgrading to last pmd plugin

      SEVERE: Executor throw an exception unexpectedly
      java.lang.NoClassDefFoundError: hudson/plugins/pmd/util/model/Priority
              at hudson.plugins.cigame.rules.plugins.pmd.PmdRuleSet.loadRules(PmdRuleS
      et.java:14)
              at hudson.plugins.cigame.rules.plugins.PluginRuleSet.getRules(PluginRule
      Set.java:48)
              at hudson.plugins.cigame.model.ScoreCard.record(ScoreCard.java:33)
              at hudson.plugins.cigame.model.ScoreCard.record(ScoreCard.java:54)
              at hudson.plugins.cigame.GamePublisher.perform(GamePublisher.java:56)
              at hudson.plugins.cigame.GamePublisher.perform(GamePublisher.java:42)
              at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
              at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:
      577)
      

          [JENKINS-5022] ci game failed with last pmd plugin

          Olivier Lamy added a comment -

          I have installed a patch version on my company production hudson and it works
          A build is available here fopr testing : http://people.apache.org/~olamy/hudson/JENKINS-5022/.

          Olivier Lamy added a comment - I have installed a patch version on my company production hudson and it works A build is available here fopr testing : http://people.apache.org/~olamy/hudson/JENKINS-5022/ .

          using this proposed patch [1.16-SNAPSHOT (private-12/08/2009 11:19-OLAMY)] with the following Hudson plugins:

          • pmd 3.1
          • findbugs 4.0
          • warnings 3.1
          • tasks 4.1
          • analysis-core 1.1

          triggers the following error:

          29-Dec-2009 16:10:04 hudson.model.Executor run
          SEVERE: Executor throw an exception unexpectedly
          java.lang.NoSuchMethodError: hudson.plugins.checkstyle.CheckStyleResultAction.getResult()Lhudson/plugins/checkstyle/util/BuildResult;
          at hudson.plugins.cigame.rules.plugins.checkstyle.DefaultCheckstyleRule.hasNoErrors(DefaultCheckstyleRule.java:47)
          at hudson.plugins.cigame.rules.plugins.checkstyle.DefaultCheckstyleRule.evaluate(DefaultCheckstyleRule.java:29)
          at hudson.plugins.cigame.model.ScoreCard.record(ScoreCard.java:34)
          at hudson.plugins.cigame.model.ScoreCard.record(ScoreCard.java:54)
          at hudson.plugins.cigame.GamePublisher.perform(GamePublisher.java:56)
          at hudson.plugins.cigame.GamePublisher.perform(GamePublisher.java:42)
          at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
          at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:583)
          at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:564)
          at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:551)
          at hudson.model.Build$RunnerImpl.cleanUp(Build.java:158)
          at hudson.model.Run.run(Run.java:1221)
          at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
          at hudson.model.ResourceController.execute(ResourceController.java:88)
          at hudson.model.Executor.run(Executor.java:122)

          Andrea Barbieri added a comment - using this proposed patch [1.16-SNAPSHOT (private-12/08/2009 11:19-OLAMY)] with the following Hudson plugins: pmd 3.1 findbugs 4.0 warnings 3.1 tasks 4.1 analysis-core 1.1 triggers the following error: 29-Dec-2009 16:10:04 hudson.model.Executor run SEVERE: Executor throw an exception unexpectedly java.lang.NoSuchMethodError: hudson.plugins.checkstyle.CheckStyleResultAction.getResult()Lhudson/plugins/checkstyle/util/BuildResult; at hudson.plugins.cigame.rules.plugins.checkstyle.DefaultCheckstyleRule.hasNoErrors(DefaultCheckstyleRule.java:47) at hudson.plugins.cigame.rules.plugins.checkstyle.DefaultCheckstyleRule.evaluate(DefaultCheckstyleRule.java:29) at hudson.plugins.cigame.model.ScoreCard.record(ScoreCard.java:34) at hudson.plugins.cigame.model.ScoreCard.record(ScoreCard.java:54) at hudson.plugins.cigame.GamePublisher.perform(GamePublisher.java:56) at hudson.plugins.cigame.GamePublisher.perform(GamePublisher.java:42) at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36) at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:583) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:564) at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:551) at hudson.model.Build$RunnerImpl.cleanUp(Build.java:158) at hudson.model.Run.run(Run.java:1221) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:122)

          Olivier Lamy added a comment -

          so upgrade an other one : checkstyle plugin

          Olivier Lamy added a comment - so upgrade an other one : checkstyle plugin

          • checkstyle 3.1

          is there a newer version?

          http://wiki.jenkins-ci.org/display/JENKINS/Checkstyle+Plugin reports:
          Latest Release 3.1

          Andrea Barbieri added a comment - checkstyle 3.1 is there a newer version? http://wiki.jenkins-ci.org/display/JENKINS/Checkstyle+Plugin reports: Latest Release 3.1

          just to be clear...

          the reported NoSuchMethodError is happening with the latest released checkstyle hudson plugin (v 3.1).

          Andrea Barbieri added a comment - just to be clear... the reported NoSuchMethodError is happening with the latest released checkstyle hudson plugin (v 3.1).

          Olivier Lamy added a comment -

          reopen due to user comment.
          ci-game will need a checkstyle plugin version update.

          Olivier Lamy added a comment - reopen due to user comment. ci-game will need a checkstyle plugin version update.

          Olivier Lamy added a comment -

          dependencies version updated in the ci-game plugin.
          new snapshot build updated here http://people.apache.org/~olamy/hudson/JENKINS-5022/.

          Please give a try !

          Olivier Lamy added a comment - dependencies version updated in the ci-game plugin. new snapshot build updated here http://people.apache.org/~olamy/hudson/JENKINS-5022/ . Please give a try !

          will report soon on the new version [1.16-SNAPSHOT (private-12/29/2009 08:03-OLAMY)]

          many thanks for the promptness!

          Andrea Barbieri added a comment - will report soon on the new version [1.16-SNAPSHOT (private-12/29/2009 08:03-OLAMY)] many thanks for the promptness!

          so far no issues... it will be a few days before I'll have tested it thoroughly on the production system.

          Andrea Barbieri added a comment - so far no issues... it will be a few days before I'll have tested it thoroughly on the production system.

          Olivier Lamy added a comment -

          release done

          Olivier Lamy added a comment - release done

            olamy Olivier Lamy
            olamy Olivier Lamy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: