I have settings.xml mirror set to have all requests go through  Artifactory 
2.1.3.  I found Artifactory is having a problem getting 
org.codehaus.woodstox:wstx-asl:jar:3.2.8.  These are the files associated with 
this artifact:

wstx-asl-3.2.8.pom
wstx-asl-3.2.8.pom.sha1
wstx-asl-3.2.8.jar
wstx-asl-3.2.8.jar.tmp.sha1.tmp

and I see Artifactory doing this:

2010-01-05 11:00:22,222 [btpool0-5] [INFO ] (o.a.r.HttpRepo      :156) - 
repo1:Retrieving 
'http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.8/wstx-asl-3.2.8.jar'...

2010-01-05 11:00:22,316 [btpool0-5] [INFO ] (o.a.r.HttpRepo      :156) - 
repo1:Retrieving 
'http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.8/wstx-asl-3.2.8.jar.sha1'...

2010-01-05 11:00:22,316 [btpool0-5] [INFO ] (o.a.r.HttpRepo      :173) - 
repo1:Retrieved 
'http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.8/wstx-asl-3.2.8.jar.sha1'
 with return code: 200.

2010-01-05 11:00:23,035 [btpool0-5] [INFO ] (o.a.r.HttpRepo      :156) - 
repo1:Retrieving 
'http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.8/wstx-asl-3.2.8.jar.md5'...

2010-01-05 11:00:23,035 [btpool0-5] [INFO ] (o.a.r.HttpRepo      :173) - 
repo1:Retrieved 
'http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.8/wstx-asl-3.2.8.jar.md5'
 with return code: 200.

2010-01-05 11:00:23,800 [btpool0-5] [INFO ] (o.a.r.HttpRepo      :173) - 
repo1:Retrieved 
'http://repo1.maven.org/maven2/org/codehaus/woodstox/wstx-asl/3.2.8/wstx-asl-3.2.8.jar'
 with return code: 200.

2010-01-05 11:00:23,800 [btpool0-5] [WARN ] (o.a.e.DownloadServiceImpl:38) - 
Sending HTTP error code 409: Checksum policy 'GEN_IF_ABSENT' rejected the 
artifact'wstx-asl-3.2.8.jar'. Checksums info: [ChecksumInfo{type=MD5, 
original='f25af24e1256afcc41cf4e81caab958a', 
actual='28a548e1f88820be76410dbc98731343'}, ChecksumInfo{type=SHA-1, 
original='a16d56474c1ac1496c89aa14cf28bbbd6b457bcc', 
actual='1930b57270ff5b22e32f20cc895a07ee4a0e84e6'}].

I'm guessing the problem is Artifactory is looking for file  
wstx-asl-3.2.8.jar.sha1  (which returns code 200 since it doesn't exist) but 
what's in the repository is file  wstx-asl-3.2.8.jar.tmp.sha1.tmp.

Is there a configuration option in  Artifactory to handle this??

Mike



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to