-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Hudson 1.351, Maven 2.2.1
I've got this exception while running the build:
ERROR: Processing failed due to a bug in the code. Please report this to users@hudson.dev.java.net
java.lang.NullPointerException
at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:432)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
at hudson.model.Run.run(Run.java:1240)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:304)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:122)
This seems to be similar to http://markmail.org/message/ni72qrruszvzp63m
However, I'm on Hudson 1.351, so the bug should have been fixed in it, right?
I've also a Maven job with incremental build option.
The module with the changes had already been build before. The 3 builds before this failing build, however, were aborted manually.
Deactivating the incremental build option and starting the build manually helped.
- is duplicated by
-
JENKINS-4788 NPE on maven build with 1.331
- Resolved
-
JENKINS-6770 All builds that run on a windows 2003 slave fails java.lang.NullPointerException at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:435)
- Resolved
-
JENKINS-6894 NPE in MavenModuleSetBuild
- Resolved
- is related to
-
JENKINS-6770 All builds that run on a windows 2003 slave fails java.lang.NullPointerException at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:435)
- Resolved
-
JENKINS-6894 NPE in MavenModuleSetBuild
- Resolved