Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-6429

NullPointerException at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:432)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • maven-plugin
    • 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.

            abayer Andrew Bayer
            kutzi kutzi
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: