Geoff Cummings edited a comment on Bug JENKINS-26601

It seem to happen if the pom uses a parent which is not in the workspace or the local maven repository.
So using a basic pom which has the jenkins parent pom as its parent:

  • with 1.598 it gives the stack trace.
  • with 1.597 the parent pom downloaded from our nexus server, and builds ok.
  • 1.598 will build as the parent pom is available in the local maven repository.
  • 1.598 will fail if I delete the parent pom from the local maven repository, or update the job to use a maven repository local to the workspace which is empty.

The basic pom can be found here: https://github.com/gcummings/JENKINS-26601

1.598

First time build. Skipping changelog.
Parsing POMs
FATAL: null
java.lang.StackOverflowError
	at java.lang.Exception.<init>(Exception.java:102)
	at java.lang.ReflectiveOperationException.<init>(ReflectiveOperationException.java:89)
	at java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:72)
	at sun.reflect.GeneratedMethodAccessor195.invoke(Unknown Source)




1.597

Parsing POMs
Downloaded artifact http://xxxxxxxx/nexus/content/groups/public/org/jenkins-ci/main/pom/1.598/pom-1.598.pom
Discovered a new module org.jenkins-ci.main:org.jenkins-ci.bug Jenkins Test Pom 26601
Modules changed, recalculating dependency graph
[workspace] $ java -Xmx4096m -XX:MaxPermSize=1024m -Dmaven.findbugs.jvmargs=-XX:MaxPermSize=1024m -Dmaven.test.failure.ignore=false -cp /xxxx/plugins/maven-plugin/WEB-INF/lib/maven31-agent-1.6.jar:/xxxx/tools/Maven/Maven_3.1.0/boot/plexus-classworlds-2.4.2.jar:/xxxx/tools/Maven/Maven_3.1.0/conf/logging jenkins.maven3.agent.Maven31Main /xxxx/tools/Maven/Maven_3.1.0 /xxxx/war/WEB-INF/lib/remoting-2.49.jar /xxxx/plugins/maven-plugin/WEB-INF/lib/maven31-interceptor-1.6.jar /xxxx/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.6.jar 52190
<===[JENKINS REMOTING CAPACITY]===>channel started
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to