Marc Günther edited a comment on Bug JENKINS-17590

I don't know if this is related to my original report. But I just tried Andrews example on Jenkins 1.501, and it also happened there, but with a different stacktrace:

+ sleep 15
Looks like the node went offline during the build. Check the slave log for the details.FATAL: null
java.lang.NullPointerException
	at hudson.plugins.timestamper.TimestampFormatter.<init>(TimestampFormatter.java:71)
	at hudson.plugins.timestamper.TimestamperConfig$1.get(TimestamperConfig.java:59)
	at hudson.plugins.timestamper.TimestamperConfig$1.get(TimestamperConfig.java:54)
	at hudson.plugins.timestamper.TimestamperConfig.formatter(TimestamperConfig.java:148)
	at hudson.plugins.timestamper.annotator.TimestampAnnotatorFactory.newInstance(TimestampAnnotatorFactory.java:51)
	at hudson.console.ConsoleAnnotator._for(ConsoleAnnotator.java:143)
	at hudson.console.ConsoleAnnotator.initial(ConsoleAnnotator.java:133)
	at hudson.console.AnnotatedLargeText.createAnnotator(AnnotatedLargeText.java:140)
	at hudson.console.AnnotatedLargeText.writeHtmlTo(AnnotatedLargeText.java:157)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:605)
	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)

In that test job, the "Add timestamps to the Console Output" is disabled.

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to