|
||||||||
|
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/d/optout.

I'm seeing this a bit on my jobs that use the DSL Plugin.
I've got hundreds of other jobs that all seem (no promises, but I've not noticed this problem with them...) to work fine - it's just the DSL-plugin-using jobs that seem to (sometimes) fail like this (it doesn't always happen; it's usually fine, but I'm seeing this often enough to google for this error...)
I'm using Jenkins version 1.559 (running on Windows server 2008, with many Windows 7 slaves that run the Jenkins slave process as a service), and my DSL plugin build failed with the error:
Existing Templates: New Templates: Unreferenced Templates: Adding items: Existing items: GeneratedJob{jobName='foo', templateName=none},GeneratedJob{jobName='bar', templateName=none} Removing items: Adding views: Existing views: GeneratedJob{viewName='Foo'} Removing views: Adding config files: Existing config files: Removing config files: FATAL: no workspace from node hudson.slaves.DumbSlave@2a6a31b which is computer hudson.slaves.SlaveComputer@ac2c5d14 and has channel null java.lang.NullPointerException: no workspace from node hudson.slaves.DumbSlave@2a6a31b which is computer hudson.slaves.SlaveComputer@ac2c5d14 and has channel null at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:76) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.Build$BuildExecution.build(Build.java:198) at hudson.model.Build$BuildExecution.doRun(Build.java:159) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:523) at hudson.model.Run.execute(Run.java:1700) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:231)