Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: core
Created: 30/Jan/13 10:51 AM
Description:

When taking a slave offline while jobs are running I get the following NPE (I am not sure if this occurs because of fingerprinting because I have another NPE where it does not occur):

11:24:51 Recording fingerprints
11:24:51 Looks like the node went offline during the build. Check the slave log for the details.FATAL: null
11:24:51 java.lang.NullPointerException
11:24:51 at hudson.plugins.timestamper.TimestampFormatter.<init>(TimestampFormatter.java:71)
11:24:51 at hudson.plugins.timestamper.TimestamperConfig$1.get(TimestamperConfig.java:59)
11:24:51 at hudson.plugins.timestamper.TimestamperConfig$1.get(TimestamperConfig.java:54)
11:24:51 at hudson.plugins.timestamper.TimestamperConfig.formatter(TimestamperConfig.java:148)
11:24:51 at hudson.plugins.timestamper.annotator.TimestampAnnotatorFactory.newInstance(TimestampAnnotatorFactory.java:51)
11:24:51 at hudson.console.ConsoleAnnotator._for(ConsoleAnnotator.java:143)
11:24:51 at hudson.console.ConsoleAnnotator.initial(ConsoleAnnotator.java:133)
11:24:51 at hudson.console.AnnotatedLargeText.createAnnotator(AnnotatedLargeText.java:140)
11:24:51 at hudson.console.AnnotatedLargeText.writeHtmlTo(AnnotatedLargeText.java:157)
11:24:51 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:605)
11:24:51 at hudson.model.Run.execute(Run.java:1557)
11:24:51 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
11:24:51 at hudson.model.ResourceController.execute(ResourceController.java:88)
11:24:51 at hudson.model.Executor.run(Executor.java:236)

Here is another one for a test job:
11:23:29 Looks like the node went offline during the build. Check the slave log for the details.FATAL: null
11:23:29 java.lang.NullPointerException
11:23:29 at hudson.plugins.timestamper.TimestampFormatter.<init>(TimestampFormatter.java:71)
11:23:29 at hudson.plugins.timestamper.TimestamperConfig$1.get(TimestamperConfig.java:59)
11:23:29 at hudson.plugins.timestamper.TimestamperConfig$1.get(TimestamperConfig.java:54)
11:23:29 at hudson.plugins.timestamper.TimestamperConfig.formatter(TimestamperConfig.java:148)
11:23:29 at hudson.plugins.timestamper.annotator.TimestampAnnotatorFactory.newInstance(TimestampAnnotatorFactory.java:51)
11:23:29 at hudson.console.ConsoleAnnotator._for(ConsoleAnnotator.java:143)
11:23:29 at hudson.console.ConsoleAnnotator.initial(ConsoleAnnotator.java:133)
11:23:29 at hudson.console.AnnotatedLargeText.createAnnotator(AnnotatedLargeText.java:140)
11:23:29 at hudson.console.AnnotatedLargeText.writeHtmlTo(AnnotatedLargeText.java:157)
11:23:29 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:605)
11:23:29 at hudson.model.Run.execute(Run.java:1557)
11:23:29 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
11:23:29 at hudson.model.ResourceController.execute(ResourceController.java:88)
11:23:29 at hudson.model.Executor.run(Executor.java:236)

Environment: Windows 7 64 Bit/2008 Server R2
Project: Jenkins
Labels: exception
Priority: Major Major
Reporter: Dirk Kuypers
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to