[JIRA] [repository-connector-plugin] (JENKINS-25620) Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)

2015-02-02 Thread d...@fortysix.ch (JIRA)















































Dominik Bartholdi
 resolved  JENKINS-25620 as Fixed


Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)
















released as 1.1.0





Change By:


Dominik Bartholdi
(02/Feb/15 10:10 AM)




Status:


Open
Resolved





Resolution:


Fixed



























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.


[JIRA] [repository-connector-plugin] (JENKINS-25620) Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)

2014-12-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-25620


Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)















Code changed in jenkins
User: Olivier Lamy
Path:
 src/main/java/org/jvnet/hudson/plugins/repositoryconnector/aether/Aether.java
http://jenkins-ci.org/commit/repository-connector-plugin/bad40031ed9eb0a181cdc13b13036a60a1ff268d
Log:
  Merge pull request #4 from mathieu-pousse/master

FIXED JENKINS-25620 FIXED JENKINS-24781


Compare: https://github.com/jenkinsci/repository-connector-plugin/compare/d5b21411acc2...bad40031ed9e




























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.


[JIRA] [repository-connector-plugin] (JENKINS-25620) Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)

2014-12-04 Thread mathieu.pou...@zenika.com (JIRA)














































Mathieu POUSSE
 commented on  JENKINS-25620


Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)















Fixed in https://github.com/jenkinsci/repository-connector-plugin/pull/4 waiting for approval



























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.


[JIRA] [repository-connector-plugin] (JENKINS-25620) Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)

2014-11-14 Thread raphael.uni...@stef.com (JIRA)














































Raphaël UNIQUE
 created  JENKINS-25620


Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)















Issue Type:


Bug



Assignee:


Dominik Bartholdi



Components:


repository-connector-plugin



Created:


14/Nov/14 4:10 PM



Description:


Dominik Bartholdi

Job fails after Repository Connector Plugin upgrade (0.8.2 - 1.0.1); please note that same artifact (with same artifact version) is resolved as expected with 0.8.2.

Stack trace:

2014-09-19 12:25:54 INFO  [bio-8080-exec-7] - org.sonatype.security.model.source.FileModelConfigurationSource - Loading security configuration from: /home/TECH/tomcat/sonatype-work/nexus/conf/security.xml
2014-09-19 12:25:55 INFO  [bio-8080-exec-7] - org.sonatype.nexus.proxy.storage.remote.httpclient.HttpClientRemoteStorage - Initializing remote transport for proxy repository "oss-snapshots" [id=oss-snapshots]...
2014-09-19 12:25:55 INFO  [bio-8080-exec-7] - org.sonatype.nexus.proxy.storage.remote.httpclient.HttpClientRemoteStorage - Initializing remote transport for proxy repository "Apache Snapshots" [id=apache-snapshots]...
2014-09-19 12:25:55 INFO  [bio-8080-exec-7] - org.sonatype.nexus.proxy.storage.remote.httpclient.HttpClientRemoteStorage - Initializing remote transport for proxy repository "Codehaus Snapshots" [id=codehaus-snapshots]...
2014-09-19 12:25:55 INFO  [bio-8080-exec-7] - org.sonatype.nexus.proxy.storage.remote.httpclient.HttpClientRemoteStorage - Initializing remote transport for proxy repository "scct" [id=scct]...
2014-09-19 12:25:56 INFO  [bio-8080-exec-7] - org.sonatype.nexus.velocity.VelocityEngineProvider - Creating Nexus VelocityEngine
Sep 19, 2014 12:25:56 PM org.jvnet.hudson.plugins.repositoryconnector.ArtifactResolver logError
SEVERE: failed to resolve dependency for [Artifact }]
org.sonatype.aether.resolution.DependencyResolutionException: Could not find  in nexus (/nexus/content/groups/public)
at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
at org.jvnet.hudson.plugins.repositoryconnector.aether.Aether.resolve(Aether.java:157)
at org.jvnet.hudson.plugins.repositoryconnector.ArtifactResolver.download(ArtifactResolver.java:129)
at org.jvnet.hudson.plugins.repositoryconnector.ArtifactResolver.perform(ArtifactResolver.java:101)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
at hudson.model.Build$BuildExecution.build(Build.java:198)
at hudson.model.Build$BuildExecution.doRun(Build.java:159)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1706)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:232)
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact * in nexus (/nexus/content/groups/public)
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:537)
at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
... 12 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact * in nexus (/nexus/content/groups/public)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:971)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:966)
at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.flush(WagonRepositoryConnector.java:707)
at 

[JIRA] [repository-connector-plugin] (JENKINS-25620) Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)

2014-11-14 Thread raphael.uni...@stef.com (JIRA)














































Raphaël UNIQUE
 updated  JENKINS-25620


Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)
















Change By:


Raphaël UNIQUE
(14/Nov/14 4:11 PM)




Description:


[~imod]JobfailsafterRepositoryConnectorPluginupgrade(*0.8.2*-*1.0.1*);pleasenotethatsameartifact(withsameartifactversion)isresolvedasexpectedwith*0.8.2*.Stacktrace:{noformat}
2014-09-1912:25:54INFO[bio-8080-exec-7]-org
.
sonatype
.
security
.
model.source.FileModelConfigurationSource-Loadingsecurityconfigurationfrom:/home/TECH/tomcat/sonatype-work/nexus/conf/security.xml

2014-09-1912
INFO
:
25
definerepo
:
55INFO
[
bio
Repositoryid=nexus
-
8080-exec-7]-org.sonatype.
stef,type=default,url="">
nexus.
proxy
xxx
.
storage.remote.httpclient.HttpClientRemoteStorage-Initializingremotetransportforproxyrepositoryoss-snapshots[id
com/nexus/content/groups/public,isRepositoryManager
=
oss-snapshots
true
]
Resolvingmetadatacom
.
stef
.
.2014-09-1912
soa
:
25
bam
:
55INFO[bio-8080-exec-7]-org
1
.
sonatype
0
.
nexus.proxy.storage.remote.httpclient.HttpClientRemoteStorage
5
-
InitializingremotetransportforproxyrepositoryApacheSnapshots[id=apache
SNAPSHOT/maven
-
snapshots]
metadata
.
xmlfrom/tmp/repositoryconnector-repo(enhanced)Resolvedmetadatacom
.
stef
.
2014-09-1912
soa
:
25
bam
:
55INFO[bio-8080-exec-7]-org
1
.
sonatype
0
.
nexus.proxy.storage.remote.httpclient.HttpClientRemoteStorage
5
-
InitializingremotetransportforproxyrepositoryCodehausSnapshots[id=codehaus
SNAPSHOT/maven
-
snapshots]
metadata
.
xmlfrom/tmp/repositoryconnector-repo(enhanced)Resolvingartifactcom
.
stef
.
2014-09-1912
soa
:
25
bam
:
55INFO[bio-8080-exec-7]-org
pom:1
.
sonatype
0
.
nexus.proxy.storage.remote.httpclient.HttpClientRemoteStorage
5
-
Initializingremotetransportforproxyrepositoryscct[id=scct]
SNAPSHOTResolvingmetadatacom
.
stef
.
.2014-09-1912
soa
:
25
bam
:
56INFO[bio
1.0.5
-
8080
SNAPSHOT/maven
-
exec-7]-org
metadata
.
sonatype.nexus.velocity.VelocityEngineProvider
xmlfrom/tmp/repositoryconnector
-
CreatingNexusVelocityEngine
repo(enhanced)

Sep19,201412
Resolvedmetadatacom.stef.soa
:
25
bam
:
56PMorg
1
.
jvnet
0
.
hudson
5-SNAPSHOT/maven-metadata
.
plugins.
xmlfrom/tmp/
repositoryconnector
.ArtifactResolverlogError
-repo(enhanced)

SEVERE
Downloading
:
failedtoresolvedependencyfor[Artifact}]org.sonatype.aether.resolution.DependencyResolutionException
http
:
Couldnotfindin
//
nexus
(
.xxx.com
/

nexus/content/groups/public
)atorg
/com/stef/soa/bam/1
.
sonatype
0
.
aether
5-SNAPSHOT/bam-1
.
impl
0
.
internal
5-SNAPSHOT
.
DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
pom

atorg.jvnet.hudson.plugins.repositoryconnector.aether.Aether.resolve(Aether.java:157)

at
class
org.
jvnet
apache
.
hudson
maven
.
plugins
wagon
.
repositoryconnector.ArtifactResolver.download(ArtifactResolver.java
ResourceDoesNotExistException
:
129)
Unabletolocateresourceinrepository

atorg
Resolvedartifactcom
.
jvnet
stef
.
hudson.plugins.repositoryconnector.ArtifactResolver.perform(ArtifactResolver.java
soa
:
101)athudson.tasks.BuildStepMonitor$
bam:pom:
1.
perform(BuildStepMonitor
0
.
java:20)
5-SNAPSHOTfromnull

athudson
Missingartifactdescriptorforcom
.
model
stef
.
AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java
soa
:
756)athudson.model.Build$BuildExecution.build(Build.java
bam
:
198)athudson.model.Build$BuildExecution.doRun(Build.java
war
:
159)athudson
1
.
model
0
.
AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
5-SNAPSHOT

athudson
Resolvingartifactcom
.
model
stef
.
Run.execute(Run.java
soa
:
1706)athudson.model.FreeStyleBuild.run(FreeStyleBuild.java
bam
:
43)athudson
war:1
.
model
0
.
ResourceController.execute(ResourceController.java:88)
5-SNAPSHOT

athudson
Resolvingmetadatacom
.
model
stef
.
Executor.run(Executor.java
soa
:
232)Causedby
bam
:
org
1
.
sonatype
0
.
aether
5-SNAPSHOT/maven-metadata
.
resolution.ArtifactResolutionException:Couldnotfindartifact*innexus(
xmlfrom
/
nexus
tmp
/
content/groups/public)atorg.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve
repositoryconnector-repo
(
DefaultArtifactResolver.java:537
enhanced
)
atorg
Resolvedmetadatacom
.
sonatype
stef
.

[JIRA] [repository-connector-plugin] (JENKINS-25620) Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)

2014-11-14 Thread raphael.uni...@stef.com (JIRA)














































Raphaël UNIQUE
 updated  JENKINS-25620


Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)
















Change By:


Raphaël UNIQUE
(14/Nov/14 4:18 PM)




Description:


[~imod]JobfailsafterRepositoryConnectorPluginupgrade(*0.8.2*-*1.0.1*);pleasenotethatsameartifact(withsameartifactversion)isresolvedasexpectedwith*0.8.2*.Log:{noformat}...INFO:definerepo:[Repositoryid=nexus-xxx,type=default,url="">Resolvingmetadatacom.xxx.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Resolvedmetadatacom.xxx.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Resolvingartifactcom.xxx.soa:bam:pom:1.0.5-SNAPSHOTResolvingmetadatacom.xxx.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Resolvedmetadatacom.xxx.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Downloading:http://nexus.xxx.com/nexus/content/groups/public/com/xxx/soa/bam/1.0.5-SNAPSHOT/bam-1.0.5-SNAPSHOT.pomclassorg.apache.maven.wagon.ResourceDoesNotExistException:UnabletolocateresourceinrepositoryResolvedartifactcom.xxx.soa:bam:pom:1.0.5-SNAPSHOTfromnullMissingartifactdescriptorforcom.xxx.soa:bam:war:1.0.5-SNAPSHOTResolvingartifactcom.xxx.soa:bam:war:1.0.5-SNAPSHOTResolvingmetadatacom.xxx.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Resolvedmetadatacom.xxx.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Downloading:http://nexus.xxx.com/nexus/content/groups/public/com/xxx/soa/bam/1.0.5-SNAPSHOT/bam-1.0.5-SNAPSHOT.warclassorg.apache.maven.wagon.ResourceDoesNotExistException:UnabletolocateresourceinrepositoryResolvedartifactcom.xxx.soa:bam:war:1.0.5-SNAPSHOTfromnull...{noformat}theurlusedreturna404error:http://nexus.xxx.com/nexus/content/groups/public/com/xxx/soa/bam/1.0.5-SNAPSHOT/bam-1.0.5-SNAPSHOT.pomifilookat:http://nexus.xxx.com/nexus/content/groups/public/com/xxx/soa/bam/1.0.5-SNAPSHOT/maven-metadata.xml,ihave:{noformat}metadatamodelVersion=1.1.0groupIdcom.
stef
xxx
.soa/groupIdartifactIdbam/artifactIdversion1.0.5-SNAPSHOT/versionversioningsnapshottimestamp20141112.110743/timestampbuildNumber5/buildNumber/snapshotlastUpdated20141112110743/lastUpdatedsnapshotVersionssnapshotVersionextensionwar/extensionvalue1.0.5-20141112.110743-5/valueupdated20141112110743/updated/snapshotVersionsnapshotVersionextensionpom/extensionvalue1.0.5-20141112.110743-5/valueupdated20141112110743/updated/snapshotVersion/snapshotVersions/versioning/metadata{noformat}so,theurlusedtodownloadthepomshouldbe:http://nexus.xxx.com/nexus/content/groups/public/com/xxx/soa/bam/1.0.5-SNAPSHOT/bam-1.0.5-20141112.110743-5.pominsteadofhttp://nexus.xxx.com/nexus/content/groups/public/com/xxx/soa/bam/1.0.5-SNAPSHOT/bam-1.0.5-SNAPSHOT.pomthatsthesameforthewarfile



























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.


[JIRA] [repository-connector-plugin] (JENKINS-25620) Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)

2014-11-14 Thread raphael.uni...@stef.com (JIRA)














































Raphaël UNIQUE
 updated  JENKINS-25620


Repository Connector Plugin failed to resolve dependency after upgrade (0.8.2 - 1.0.1)
















Change By:


Raphaël UNIQUE
(14/Nov/14 4:17 PM)




Description:


[~imod]JobfailsafterRepositoryConnectorPluginupgrade(*0.8.2*-*1.0.1*);pleasenotethatsameartifact(withsameartifactversion)isresolvedasexpectedwith*0.8.2*.
Stacktrace
Log
:{noformat}...INFO:definerepo:[Repositoryid=nexus-
stef
xxx
,type=default,url="">Resolvingmetadatacom.
stef
xxx
.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Resolvedmetadatacom.
stef
xxx
.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Resolvingartifactcom.
stef
xxx
.soa:bam:pom:1.0.5-SNAPSHOTResolvingmetadatacom.
stef
xxx
.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Resolvedmetadatacom.
stef
xxx
.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Downloading:http://nexus.xxx.com/nexus/content/groups/public/com/
stef
xxx
/soa/bam/1.0.5-SNAPSHOT/bam-1.0.5-SNAPSHOT.pomclassorg.apache.maven.wagon.ResourceDoesNotExistException:UnabletolocateresourceinrepositoryResolvedartifactcom.
stef
xxx
.soa:bam:pom:1.0.5-SNAPSHOTfromnullMissingartifactdescriptorforcom.
stef
xxx
.soa:bam:war:1.0.5-SNAPSHOTResolvingartifactcom.
stef
xxx
.soa:bam:war:1.0.5-SNAPSHOTResolvingmetadatacom.
stef
xxx
.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Resolvedmetadatacom.
stef
xxx
.soa:bam:1.0.5-SNAPSHOT/maven-metadata.xmlfrom/tmp/repositoryconnector-repo(enhanced)Downloading:http://nexus.xxx.com/nexus/content/groups/public/com/
stef
xxx
/soa/bam/1.0.5-SNAPSHOT/bam-1.0.5-SNAPSHOT.warclassorg.apache.maven.wagon.ResourceDoesNotExistException:UnabletolocateresourceinrepositoryResolvedartifactcom.
stef
xxx
.soa:bam:war:1.0.5-SNAPSHOTfromnull...{noformat}
theurlusedreturna404error:http://nexus.xxx.com/nexus/content/groups/public/com/xxx/soa/bam/1.0.5-SNAPSHOT/bam-1.0.5-SNAPSHOT.pomifilookat:http://nexus.xxx.com/nexus/content/groups/public/com/xxx/soa/bam/1.0.5-SNAPSHOT/maven-metadata.xml,ihave:{noformat}metadatamodelVersion=1.1.0groupIdcom.stef.soa/groupIdartifactIdbam/artifactIdversion1.0.5-SNAPSHOT/versionversioningsnapshottimestamp20141112.110743/timestampbuildNumber5/buildNumber/snapshotlastUpdated20141112110743/lastUpdatedsnapshotVersionssnapshotVersionextensionwar/extensionvalue1.0.5-20141112.110743-5/valueupdated20141112110743/updated/snapshotVersionsnapshotVersionextensionpom/extensionvalue1.0.5-20141112.110743-5/valueupdated20141112110743/updated/snapshotVersion/snapshotVersions/versioning/metadata{noformat}so,theurlusedtodownloadthepomshouldbe:http://nexus.xxx.com/nexus/content/groups/public/com/xxx/soa/bam/1.0.5-SNAPSHOT/bam-1.0.5-20141112.110743-5.pominsteadofhttp://nexus.xxx.com/nexus/content/groups/public/com/xxx/soa/bam/1.0.5-SNAPSHOT/bam-1.0.5-SNAPSHOT.pomthatsthesameforthewarfile



























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.