-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: ci-game-plugin
-
Labels:None
-
Environment:Platform: PC, OS: other
-
Similar Issues:
Hello
using Hudson v1.306, JDK 1.6.0_13 hosted in Tomcat 6.0.18 on a Windows 2003 R2
SP2 (32bit) and the CI-Game plugin v1.7 I have noticed the following entry (end
of console output) for all projects registered with the CI game:
Time Elapsed 00:00:40.93
Recording NUnit tests results
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
There are 1 triggered emails.
Sending email for trigger: Fixed
Sending e-mails to: foobar@example.com
FATAL: null
java.lang.NullPointerException
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:372)
at
hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:360)
at hudson.model.Build$RunnerImpl.cleanUp(Build.java:188)
at hudson.model.Run.run(Run.java:966)
at hudson.model.Build.run(Build.java:112)
at hudson.model.ResourceController.execute(ResourceController.java:93)
at hudson.model.Executor.run(Executor.java:119)
thanks,
andrea
Ive looked at the stack trace, and it seems that some how there is a null added to a rule
set, as the nullpointerexception points to
RuleResult result = rule.evaluate(build);
For a null pointer to happen there, it seems that rule has to be null. Are you still seeing
this problem, and if so could help me out investigating it`? I realize that Im 3 months
late and you have probably stopped using the plugin.