You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Paolo Castagna <ca...@googlemail.com> on 2011/08/19 14:01:20 UTC

Problems with Jenkins...

Hi,
builds for ARQ in Jenkins are failing with this error at the end:

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)

This is a Jenkins (v1.426) bug:
https://issues.jenkins-ci.org/browse/JENKINS-10715

However, I don't understand why it is affecting only ARQ and Fuseki modules.

Jenkins is released often and Apache seems to upgrade often too.
So, the problem might soon go away.

If you know workaround which do not require sys admin access do Jenkins, please, let me know.

Also, I don't understand why Jena and ARQ in Jenkins have maven-plugins as "Upstream Projects".
We are not alone: https://builds.apache.org/job/maven-plugins/ but it seems "wrong".
Any suggestion (from Jenkins and Maven users)?

Thanks,
Paolo