NullPointerException on Hudson Console Output
From Foochal
Console Output
Started by user anonymous FATAL: null java.lang.NullPointerException at hudson.maven.MavenBuild$RunnerImpl.decideWorkspace(MavenBuild.java:481) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:343) at hudson.model.Run.run(Run.java:1123) at hudson.maven.MavenBuild.run(MavenBuild.java:200) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:123)
[edit]
Solution
The build was disabled. The error goes away after enabling the build.
To enable the build, goto Project -> Configure -> "Disable Build (No new builds will be executed until the project is re-enabled.). Uncheck this checkbox, then press Save at the Bottom of the page.

