|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Unable to resolve artifact from new configured remote repository [artifactory 1.2.5]Hi,
I have added an additional remote repository to Artifactory, but it does not seem to be attempting to resolve artifacts correctly. Is it possible that additional remote repositories do not automatically get included in the default Artifactory repo virtual repository. I have included configurations below. Perhaps I have missed something in the configuration. I can download the 'fest' libraries if I do specify the fest repository in my profile. Running Artifactory 1.2.5. [remote repository configuration for fest-REMOTE] <remoteRepository> <key>fest-REMOTE</key> <handleReleases>true</handleReleases> <handleSnapshots>true</handleSnapshots> <excludesPattern>org/artifactory/**,org/jfrog/**</excludesPattern> <url>http://fest.googlecode.com/svn/trunk/fest/m2/repository</url> </remoteRepository> [executing mvn clean install] Downloading: http://irco1tsg07:8080/artifactory/repo/fest/fest-swing/1.1/fest-swing-1.1.jar [DEBUG] Unable to get resource 'fest:fest-swing:jar:1.1' from repository tsg-tools (http://irco1tsg07:8080/artifactory/repo) [artifactory.log] 2009-07-10 12:54:20,508 [WARN ] (CentralConfig.java:162{10}) - Could not determine server instance id from configuration. Using hostname instead. 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:83{10}) - repo1-REMOTE: Retrieval cache will be enabled with period of 43200 seconds 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:89{10}) - repo1-REMOTE: Enabling failed retrieval cache with period of 30 seconds 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:97{10}) - repo1-REMOTE: Enabling misses retrieval cache with period of 43200 seconds 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:83{10}) - codehaus-REMOTE: Retrieval cache will be enabled with period of 43200 seconds 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:89{10}) - codehaus-REMOTE: Enabling failed retrieval cache with period of 30 seconds 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:97{10}) - codehaus-REMOTE: Enabling misses retrieval cache with period of 43200 seconds 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:83{10}) - codehaus-snapshots-REMOTE: Retrieval cache will be enabled with period of 43200 seconds 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:89{10}) - codehaus-snapshots-REMOTE: Enabling failed retrieval cache with period of 30 seconds 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:97{10}) - codehaus-snapshots-REMOTE: Enabling misses retrieval cache with period of 43200 seconds 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:83{10}) - java.net-REMOTE: Retrieval cache will be enabled with period of 43200 seconds 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:89{10}) - java.net-REMOTE: Enabling failed retrieval cache with period of 30 seconds 2009-07-10 12:54:20,524 [INFO ] (RemoteRepoBase.java:97{10}) - java.net-REMOTE: Enabling misses retrieval cache with period of 43200 seconds 2009-07-10 12:54:20,539 [INFO ] (RemoteRepoBase.java:83{10}) - dev.java.net-REMOTE: Retrieval cache will be enabled with period of 43200 seconds 2009-07-10 12:54:20,539 [INFO ] (RemoteRepoBase.java:89{10}) - dev.java.net-REMOTE: Enabling failed retrieval cache with period of 30 seconds 2009-07-10 12:54:20,539 [INFO ] (RemoteRepoBase.java:97{10}) - dev.java.net-REMOTE: Enabling misses retrieval cache with period of 43200 seconds 2009-07-10 12:54:20,539 [INFO ] (RemoteRepoBase.java:83{10}) - Drools-REMOTE: Retrieval cache will be enabled with period of 43200 seconds 2009-07-10 12:54:20,539 [INFO ] (RemoteRepoBase.java:89{10}) - Drools-REMOTE: Enabling failed retrieval cache with period of 30 seconds 2009-07-10 12:54:20,539 [INFO ] (RemoteRepoBase.java:97{10}) - Drools-REMOTE: Enabling misses retrieval cache with period of 43200 seconds 2009-07-10 12:54:20,539 [INFO ] (RemoteRepoBase.java:83{10}) - fest-REMOTE: Retrieval cache will be enabled with period of 43200 seconds 2009-07-10 12:54:20,539 [INFO ] (RemoteRepoBase.java:89{10}) - fest-REMOTE: Enabling failed retrieval cache with period of 30 seconds 2009-07-10 12:54:20,539 [INFO ] (RemoteRepoBase.java:97{10}) - fest-REMOTE: Enabling misses retrieval cache with period of 43200 seconds 2009-07-10 12:54:20,586 [INFO ] (BackupHelper.java:88{10}) - Backup activated with cron expression '0 0 /12 * * ?'. 2009-07-10 12:54:39,446 [WARN ] (JcrRepo.java :242{10}) - Download request for repo:path 'codehaus-snapshots-REMOTE-cache:fest/fest-swing/1.1' is forbidden for user 'barrip'. 2009-07-10 12:54:41,274 [WARN ] (HttpMethodBase.java:1656{10}) - Cookie rejected: "$Version=0; JSESSIONID=30576FCA6F95ADF9132D91FF6DFFD54E; $Path=/servlets". Illegal path attribute "/servlets". Path of origin: "/repository/fest/fest-swing/1.1/fest-swing-1.1.pom" 2009-07-10 12:54:42,118 [WARN ] (JcrRepo.java :242{10}) - Download request for repo:path 'codehaus-snapshots-REMOTE-cache:fest/fest-swing/1.1' is forbidden for user 'barrip'. [access.log] 2009-07-10 12:54:39,446 [DENIED DOWNLOAD] codehaus-snapshots-REMOTE-cache:fest/fest-swing/1.1 for barrip/10.73.64.251. 2009-07-10 12:54:42,118 [DENIED DOWNLOAD] codehaus-snapshots-REMOTE-cache:fest/fest-swing/1.1 for barrip/10.73.64.251. [local mvn profile] <profile> <id>dev</id> <repositories> <repository> <id>tsg-tools</id> <url>http://irco1tsg07:8080/artifactory/repo</url> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>central</id> <url>http://irco1tsg07:8080/artifactory/repo</url> </pluginRepository> <pluginRepository> <id>remote</id> <url>http://repo1.maven.org/maven2</url> </pluginRepository> </pluginRepositories> </profile> |
|
|
Re: Unable to resolve artifact from new configured remote repository [artifactory 1.2.5]It looks like you have a permissions issue.
The user barrip needs to be able to deploy to the remote repository. Adding jar to cache is a deploy action. Making sure that this user can deploy to the remote cache should solve your problem. HTH. On Fri, Jul 10, 2009 at 4:46 PM, barrisca <paul.barriscale@...> wrote:
-- JFrog Ltd 5 Habonim st., P.O.Box 8187 Netanya, Israel 42504. Tel: +972 9 8941444 Fax: +972 9 8659977 http://www.jfrog.org/ http://freddy33.blogspot.com/ http://nothingisinfinite.blogspot.com/ ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Artifactory-users mailing list Artifactory-users@... https://lists.sourceforge.net/lists/listinfo/artifactory-users |
|
|
Re: Unable to resolve artifact from new configured remote repository [artifactory 1.2.5]Yes that was it. Thanks for the reply.
Regards, Paul
|
| Free embeddable forum powered by Nabble | Forum Help |