-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
-
debian lenny (2.6.22.18)
jenkins 1.426
I'm trying to build a very small (only 4 classes up to now) maven3 project in jenkins.
After the build is finished an exception is thrown somewhere in jenkins code, causing the build to be 'red'.
I've only installed the GIT plugin, other than that its basically an of the shelf installation.
You find the project here:
https://github.com/smurn/gpsutils/
Here are the final lines of the log (I've attached the complete log):
[JENKINS] Archiving /home/tomcat/.jenkins/jobs/GPS utils/workspace/target/gpsutils-1.0-SNAPSHOT.jar to /home/tomcat/.jenkins/jobs/GPS utils/modules/org.smurn$gpsutils/builds/2011-08-17_23-30-45/archive/org.smurn/gpsutils/1.0-SNAPSHOT/gpsutils-1.0-SNAPSHOT.jar
sessionEnded
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:28.271s
[INFO] Finished at: Wed Aug 17 23:33:16 CEST 2011
[INFO] Final Memory: 22M/42M
[INFO] ------------------------------------------------------------------------
channel stopped
FATAL: null
java.lang.NullPointerException
at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:833)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:448)
at hudson.model.Run.run(Run.java:1376)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:479)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:230)
- duplicates
-
JENKINS-10715 Finishing with a Null Pointer Exception after a successful build.
- Resolved