heroku / s3pository

[DEPRECATED][RETIRED] caching proxy server with s3 backend to speed compiles on heroku
9 stars 0 forks source link

Caching of bad jackson metadata file breaks builds #11

Closed jsimone closed 2 years ago

jsimone commented 11 years ago

This issue still comes up from time to time: http://stackoverflow.com/questions/12651959/maven-build-error-no-versions-available-for-org-codehaus-jacksonjackson-core-as

We should either specifically ignore this file or possibly drop the cache interval for metadata files so that the issue is less lasting when it occurs.

jsimone commented 11 years ago

Seems like this occurs with other dependencies at times as well:

:: problems summary :: :::: WARNINGS problem while downloading module descriptor: http://s3pository.heroku.com/ivy-typesafe-releases/org.scala-sbt/sbt/0.12.2/ivys/ivy.xml: The HTTP response code for http://s3pository.heroku.com/ivy-typesafe-releases/org.scala-sbt/sbt/0.12.2/ivys/ivy.xml did not indicate a success. See log for more detail. (30012ms)

module not found: org.scala-sbt#sbt;0.12.2

joshwlewis commented 2 years ago

Closing as this service is being retired.