i changed it to normal ver and it worked. thanks! so how do i handle deploy snapshots ?
freddy33 wrote: > > Normally the local repository "libs-releases-local" does not accept > SNAPSHOT > deployments. Did you change it's configuration? > If not, the log of Artifactory should tell you that the deployment was > refuse due to its deploy policies. > Maven does not display the HTTP reason message, that's why all forbidden > access are "Authorization failure" :( > > HTH, > Fred. > > 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 >> > > > > -- > Co. Founder and Chief Architect > JFrog Ltd > http://www.jfrog.org/ > http://twitter.com/freddy33 > > ------------------------------------------------------------------------------ > 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 > > -- View this message in context: http://old.nabble.com/cant-deploy-any-artifacts-tp21571885p26673462.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
