Hi Lóránd I checked the error that you were getting. The problem arises from a bad path prefix. Artifactory checks for pom consistency and blocks out bad poms.
You can use the "Suppress POM Consistency Checks" in the remote repository panel. THIS IS HIGHLY NOT RECOMMENDED The best way would be to re-deploy the artifact to your own instance of Artifactory. Tomer Cohen JFrog Lorand wrote: > > Hi! > > I have the next error from maven (within Hudson): > > ------------------------------------------------------------------------- > cut > ------------------------------------------------------------------------- > > > Downloading: > http://maven/repo/org/codehaus/swizzle/swizzle-confluence/1.2-20080419/swizzle-confluence-1.2-20080419.pom > > [WARNING] Unable to get resource > 'org.codehaus.swizzle:swizzle-confluence:pom:1.2-20080419' from > repository central (http://maven/repo): > Failed to transfer file: > http://maven/repo/org/codehaus/swizzle/swizzle-confluence/1.2-20080419/swizzle-confluence-1.2-20080419.pom. > > Return code is: 500 > > ------------------------------------------------------------------------- > cut > ------------------------------------------------------------------------- > > When in Artifactory log I see: > ------------------------------------------------------------------------- > cut > ------------------------------------------------------------------------- > 2009-10-21 10:54:58,990 [TP-Processor21] [WARN ] > (o.a.c.h.HttpMethodDirector:288) - Required credentials not available for > BASIC <any realm>@maven.xwiki.org:80 > 2009-10-21 10:54:58,991 [TP-Processor21] [WARN ] > (o.a.c.h.HttpMethodDirector:290) - Preemptive authentication requested but > no default credentials available > 2009-10-21 10:54:59,033 [TP-Processor21] [INFO ] (o.a.r.HttpRepo > :224) > - xwiki-externals: Retrieving ' > http://maven.xwiki.org/externals//org/codehaus/swizzle/swizzle-confluence/1.2-20080419/swizzle-confluence-1.2-20080419.pom.md5'. > .. > ------------------------------------------------------------------------- > cut > ------------------------------------------------------------------------- > > xwiki-externals points to: http://maven.xwiki.org/externals/ > (handles snapshot and releases) > >>From UI: there is artifact fetched into xwiki-externals, just a path: > org/codehaus/swizzle/swizzle-confluence/1.2-20080419 > > The strange is I get no exception in artifactory.log at all. > > How can I resolve this? > > Regards, > > Lóránd Somogyi > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Artifactory-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > -- View this message in context: http://www.nabble.com/artifact-requested-through-remote-repository-failing-with-500-tp25988950p26006276.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
