-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: Other, OS: Linux
I have an installation of Hudson 1.237 with about 100 m2 type jobs. If I
restart Hudson when all jobs are in a success state then after restart many of
the jobs are reported as failed even though the console output indicates that
the last build for each was successful. Jobs that have never failed are never
misreported in this way, but a few jobs that have previously failed are not
misreported.
For each job that is misreported there is an exception in the log thrown by the
ci-game plugin (1.6) after each build:
Aug 13, 2008 10:46:16 AM hudson.model.Executor run
SEVERE: Executor throw an exception unexpectedly
java.lang.NoSuchMethodError:
hudson.plugins.checkstyle.CheckStyleResultAction.getResult()Lhudson/plugins/checkstyle/util/model/AnnotationProvider;
at
hudson.plugins.cigame.rules.plugins.checkstyle.DefaultCheckstyleRule.evaluate(DefaultCheckstyleRule.java:34)
at hudson.plugins.cigame.model.ScoreCard.record(ScoreCard.java:34)
at hudson.plugins.cigame.model.ScoreCard.record(ScoreCard.java:51)
at hudson.plugins.cigame.GamePublisher.perform(GamePublisher.java:45)
at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:309)
at
hudson.maven.MavenModuleSetBuild$RunnerImpl.cleanUp(MavenModuleSetBuild.java:471)
at hudson.model.Run.run(Run.java:823)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:204)
at hudson.model.ResourceController.execute(ResourceController.java:70)
at hudson.model.Executor.run(Executor.java:88)
Confirmed