Issue Type: Bug Bug
Assignee: Jørgen Tjernø
Components: jenkins-plugin-runtime
Created: 21/Jun/12 2:23 PM
Description:

My Jenkins project runs a Maven 3.0.3 build that pulls POMs and JARs from a Nexus repository. The builds are failing with HTTP 502 error downloading the POMs from the nexus repo. I'm sure my Nexus repo is online because when I click on the hyperlink in the console output, it pulls up the pom file in the browser right away.

I'm stumped as to what might be causing this. Memory starvation issue? I'm about ready to increate the JVM size and try again.

Logs below:
Caused by: org.sonatype.aether.transfer.ArtifactTransferException: Could not transfer artifact org.apache.servicemix.tooling:depends-maven-plugin:pom:1.2 from/to Nexus (http://nco-repo:8081/nexus/content/groups/public): Failed to look for file: http://nco-repo:8081/nexus/content/groups/public/org/apache/servicemix/tooling/depends-maven-plugin/1.2/depends-maven-plugin-1.2.pom. Return code is: 502
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:949)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:940)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.flush(WagonRepositoryConnector.java:695)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.flush(WagonRepositoryConnector.java:689)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector.get(WagonRepositoryConnector.java:445)
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:460)
... 39 more

Project: Jenkins
Priority: Major Major
Reporter: Steven Schoeffler
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

Reply via email to