The server id should match the target repository id in the distribution
management:
<servers>
       <server>
               <username>admin</username>
               <password>password</password>
               <id>my-hostname</id>
       </server>
</servers>

<distributionManagement>
   <repository>
       <id>my-hostname</id>
       <name>eyale-f8-32-releases</name>
       <url>http://localhost:8081/artifactory/libs-releases-local</url>
   </repository>
 </distributionManagement>


On Sun, Dec 6, 2009 at 5:01 PM, Tranquil <[email protected]> wrote:

>
> i'm having a similar problem with deploying:
>
> getting this error when trying to deploy:
>
> Error deploying artifact: Authorization failed: Access denied to:
>
> http://localhost:8081/artifactory/libs-releases-local/com/commtouch/parent/WebSec/1.0-SNAPSHOT/WebSec-1.0-20091206.145246-1.pom
>
> (i used to get 404, after some changes it tured to this).
>
> checklist:
>
> 1. /opt/artifactory is owned by artifactory (group artifactory).
> 2. /etc/artifactor is owned by artifactory (group artifactory).
> 3. service is run by root (su to artifactory).
> 4. maven settings.xml: (auto generated) + added servers section
>
> <servers>
>        <server>
>                <username>admin</username>
>                <password>password</password>
>                <id>my-hostname</id>
>        </server>
> </servers>
>
> 5. delete lck files (donest work)
> 6. my pom:
>
>  <distributionManagement>
>    <repository>
>        <id>eyale-f8-32</id>
>        <name>eyale-f8-32-releases</name>
>        <url>http://localhost:8081/artifactory/libs-releases-local</url>
>    </repository>
>  </distributionManagement>
>
>
> any ideas?
>
>
>
> Hmm, I deleted that file and now it works. Thanks a lot.
>
> Eddie
>
>
> Yoav  Landman wrote:
> >
> > Starting as root and letting the script su to the artifactory user is
> > fine.
> > Does the user have write permissions to /data/store/db.lck? You can
> > safely remove this file manually, BTW.
> >
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/cant-deploy-any-artifacts-tp21571885p26665738.html
> Sent from the Artifactory-Users mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> Artifactory-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/artifactory-users
>
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to