Hi Matias,
Although we are addressing maven-metadata.xml, Your are clearly facing now a
different issue,
As you pointed out, Your developer user is lacking the deploy permission on
remote cache repositories.
Security and permission have a lot more control now than the old 2.0.1
version, instead of the default Anything you have now a another permission
'Any Remote' to manage security on your local remote cache. By default for
example, anonymous users have read and deploy permission so they could build
against Artifactory , new dependency artifacts will be downloaded and cached
on remote caches but of course they could not deploy to local repositories.
It would be nice if you could do an import system to a clean 2.3.2 with no
content just configuration and see if you can really identify cases were
permissions were not be correctly migrated.
Thanks,
Eli
The Artifactory Team
On Thu, Mar 10, 2011 at 6:57 PM, Mario Matias Urbieta <
[email protected]> wrote:
> Hi Eli, sadly it also doesn't work with latest version. In this case
> plugin metadata (where latest version of plugin is set) is not available.
> E.g. org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml is
> not resolved anymore and access log says:
>
> 2011-03-10 08:50:01,856 [DENIED DEPLOY]
> ibiblio-mirror-cache:org/codehaus/mojo/maven-metadata.xml for developer/
> 127.0.0.1.
> 2011-03-10 08:50:02,097 [DENIED DEPLOY]
> repo1-cache:org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml
> for developer/127.0.0.1.
> 2011-03-10 08:50:02,370 [DENIED DEPLOY]
> Apache-cache:org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml
> for developer/127.0.0.1.
> 2011-03-10 08:50:02,781 [DENIED DEPLOY]
> ibiblio-mirror-cache:org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml
> for developer/127.0.0.1.
>
> Seems that metadata is now restricted by grants. isn't proxed anymore?
>
> i think that after allowing deploying it will work but we want to clear any
> possible issue because it is a restore of a system where it actually work.
>
>
>
>
> On 03/03/11 13:22, Eli Givoni wrote:
>
> Hi Matias,
>
> It looks like the issue you are experiencing is exactly
> RTFACT-3390<https://issues.jfrog.org/jira/browse/RTFACT-3390?focusedCommentId=20610&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_20610>which
> was already resolved in version 2.3.0.
> I would advice you to upgrade to the latest stable version 2.3.2, It has a
> lot more features, performance improvements and bug fix's.
>
> HTH,
>
> Eli
> The Artifactory team
>
> On Wed, Mar 2, 2011 at 3:59 PM, Matias Urbieta <
> [email protected]> wrote:
>
>> Hi, we just migrated from Artifactory 2.0.1 to 2.2.5 by exporting and
>> importing the whole system and we are having a problem when resolving
>> snapshot version of plugins. It is noteworthy that this phenomena is
>> not present when using Artifactory 2.0.1.
>> Next i will describe the issue using maven-archetype-plugin but it
>> also happen with other plugins such as maven-pmd-plugin.
>> Maven complains about plugin metadata in the following way:
>> ----ERROR BEGIN -----
>> Project ID: org.apache.maven.plugins:maven-archetype-plugin
>>
>> Reason: Error getting POM for
>> 'org.apache.maven.plugins:maven-archetype-plugin' from the repository:
>> Failed to resolve artifact, possibly due to a repository list that is
>> not appropriately equipped for this artifact's metadata.
>> org.apache.maven.plugins:maven-archetype-plugin:pom:2.0-alpha-6-SNAPSHOT
>>
>> from the specified remote repositories:
>> local.artifactory (http://tstlnxrepo.datacenter:8180/artifactory/repos/)
>>
>> for project org.apache.maven.plugins:maven-archetype-plugin
>> ----ERROR END-----
>>
>> Up to this point Plugin metadata was well resolved and
>> maven-metadata.xml for maven-archetype-plugin was also well resolved
>> due to the version 2.0-alpha-6-SNAPSHOT was selected. When quering
>> plugin metadata next is retrived:
>>
>> resource queried:
>> org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml
>> ---- maven-metadata.xml BEGIN-----
>> <?xml version="1.0" encoding="UTF-8"?>
>> <metadata>
>> <groupId>org.apache.maven.plugins</groupId>
>> <artifactId>maven-archetype-plugin</artifactId>
>> <versioning>
>> <latest>2.0-alpha-6-SNAPSHOT</latest>
>> <release>2.0</release>
>> <versions>
>>
>> <version>1.0-alpha-3</version>
>> <version>1.0-alpha-4</version>
>> <version>1.0-alpha-7</version>
>> <version>2.0-alpha-1</version>
>> <version>2.0-alpha-2</version>
>> <version>2.0-alpha-3</version>
>>
>> <version>2.0-alpha-4</version>
>> <version>2.0-alpha-5</version>
>> <version>2.0</version>
>> <version>2.1-SNAPSHOT</version>
>> <version>2.0-SNAPSHOT</version>
>> <version>2.0-alpha-5-SNAPSHOT</version>
>>
>> <version>2.0-alpha-6-SNAPSHOT</version>
>> </versions>
>> <lastUpdated>20101204150725</lastUpdated>
>> </versioning>
>> </metadata>
>>
>> ---- maven-metadata.xml END-----
>> Note that latest version is 2.0-alpha-6-SNAPSHOT (actually used).
>>
>> The final step, where maven fails, correspond on detecting the
>> snapshot version to be used. To do that, maven queries for
>> maven-metadata.xm file where the version to be used is registered.
>>
>> queried resource:
>>
>> org/apache/maven/plugins/maven-archetype-plugin/2.0-alpha-6-SNAPSHOT/maven-metadata.xm
>>
>>
>> ---- maven-metadata.xm BEGIN-----
>> <?xml version="1.0" encoding="UTF-8"?>
>> <metadata>
>> <groupId>org.apache.maven.plugins</groupId>
>> <artifactId>maven-archetype-plugin</artifactId>
>> <version>2.0-alpha-6-SNAPSHOT</version>
>> <versioning>
>> <snapshot>
>> <timestamp>20100912.215611</timestamp>
>>
>> <buildNumber>2</buildNumber>
>> </snapshot>
>> <lastUpdated>20100912215836</lastUpdated>
>> </versioning>
>> </metadata>
>> ---- maven-metadata.xm END-----
>> The most interesting thing is that mavens complains but the maven
>> archetype plugin for the registered version is present in the
>> repository. Next available resources are listed:
>>
>>
>> org/apache/maven/plugins/maven-archetype-plugin/2.0-alpha-6-SNAPSHOT/maven-archetype-plugin-2.0-alpha-6-20100912.215611-2.jar
>>
>> org/apache/maven/plugins/maven-archetype-plugin/2.0-alpha-6-SNAPSHOT/maven-archetype-plugin-2.0-alpha-6-20100912.215611-2.pom
>>
>> Thanks in advance.
>>
>> --
>>
>> Mario Matias Urbita
>> [email protected]
>> www.fluxit.com.ar Calle 9 #865
>> La Plata / Buenos Aires / Argentina
>> +54 221 4831722 Int:308
>>
>>
>> ------------------------------------------------------------------------------
>> Free Software Download: Index, Search & Analyze Logs and other IT data in
>> Real-Time with Splunk. Collect, index and harness all the fast moving IT
>> data
>> generated by your applications, servers and devices whether physical,
>> virtual
>> or in the cloud. Deliver compliance at lower cost and gain new business
>> insights. http://p.sf.net/sfu/splunk-dev2dev
>> _______________________________________________
>> Artifactory-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>>
>
>
> ------------------------------------------------------------------------------
> Free Software Download: Index, Search & Analyze Logs and other IT data in
> Real-Time with Splunk. Collect, index and harness all the fast moving IT data
> generated by your applications, servers and devices whether physical, virtual
> or in the cloud. Deliver compliance at lower cost and gain new business
> insights. http://p.sf.net/sfu/splunk-dev2dev
>
>
> _______________________________________________
> Artifactory-users mailing
> [email protected]https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
>
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
>
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users