John Kerr recently reported a similar stack trace. https://groups.google.com/d/msg/jenkinsci-users/QDkVHmHnI-U/6cnw4RAvNQIJ
Unfortunately, I have no idea on either of the cases. Mark Waite On Friday, November 1, 2013 8:10:04 AM UTC-6, William Pughe wrote: > > A Jenkins build of code that builds from the command line and in other > Jenkins instances produced: > > Checking out Revision 3f7b2aebae0b87940b806423bb5d55e634e93a3b (origin/master) > First time build. Skipping changelog. > ERROR: Processing failed due to a bug in the code. Please report this to > [email protected] <javascript:>java.lang.NullPointerException > <http://stacktrace.jenkins-ci.org/search?query=java.lang.NullPointerException> > at java.io.File.<init>(File.java:277) > <http://stacktrace.jenkins-ci.org/search/?query=java.io.File.%3Cinit%3E&entity=method> > at hudson.maven.MavenVersionCallable.call(MavenVersionCallable.java:58) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenVersionCallable.call&entity=method> > at hudson.maven.MavenVersionCallable.call(MavenVersionCallable.java:41) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenVersionCallable.call&entity=method> > at hudson.FilePath.act(FilePath.java:1004) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method> > at > hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:605) > > <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun&entity=method> > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:562) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method> > at hudson.model.Run.execute(Run.java:1665) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method> > at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:507) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild.run&entity=method> > at hudson.model.ResourceController.execute(ResourceController.java:88) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method> > at hudson.model.Executor.run(Executor.java:230) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> > project=hudson.maven.MavenModuleSet@66f11134[first] > project.getModules()=[] > project.getRootModule()=null > FATAL: nulljava.lang.NullPointerException > <http://stacktrace.jenkins-ci.org/search?query=java.lang.NullPointerException> > at java.io.File.<init>(File.java:277) > <http://stacktrace.jenkins-ci.org/search/?query=java.io.File.%3Cinit%3E&entity=method> > at hudson.maven.MavenVersionCallable.call(MavenVersionCallable.java:58) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenVersionCallable.call&entity=method> > at hudson.maven.MavenVersionCallable.call(MavenVersionCallable.java:41) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenVersionCallable.call&entity=method> > at hudson.FilePath.act(FilePath.java:1004) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.FilePath.act&entity=method> > at > hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:605) > > <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun&entity=method> > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:562) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method> > at hudson.model.Run.execute(Run.java:1665) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method> > at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:507) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild.run&entity=method> > at hudson.model.ResourceController.execute(ResourceController.java:88) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method> > at hudson.model.Executor.run(Executor.java:230) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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/groups/opt_out.
