Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Cannot build kestrel with sbt #48

Closed
dungluxcer opened this issue Jul 6, 2011 · 2 comments
Closed

Cannot build kestrel with sbt #48

dungluxcer opened this issue Jul 6, 2011 · 2 comments

Comments

@dungluxcer
Copy link

Hi all,

I tried to build kestrel with sbt, i do exactly step by step of this article : http://martincozzi.blogspot.com/2011/01/how-to-install-kestrel-on-ubuntu-1004.html, but when i try to run this command : sbt clean update package-dist from kestrel folder, it always have this error:

[info] downloading http://maven.twttr.com/ivysvn/ivysvn/2.1.0/ivysvn-2.1.0.jar ...
[warn] [FAILED ] ivysvn#ivysvn;2.1.0!ivysvn.jar: Downloaded file size doesn't match expected Content Length for http://maven.twttr.com/ivysvn/ivysvn/2.1.0/ivysvn-2.1.0.jar. Please retry. (46401ms)
[warn] [FAILED ] ivysvn#ivysvn;2.1.0!ivysvn.jar: Downloaded file size doesn't match expected Content Length for http://maven.twttr.com/ivysvn/ivysvn/2.1.0/ivysvn-2.1.0.jar. Please retry. (46401ms)
[warn] ==== twitter.com: tried
[warn] http://maven.twttr.com/ivysvn/ivysvn/2.1.0/ivysvn-2.1.0.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ::
[warn] :: ^ see resolution messages for details ^ ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: ivysvn#ivysvn;2.1.0!ivysvn.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[info]
[warn] :: problems summary ::
[warn] :::: WARNINGS
[warn] [FAILED ] ivysvn#ivysvn;2.1.0!ivysvn.jar: Downloaded file size doesn't match expected Content Length for http://maven.twttr.com/ivysvn/ivysvn/2.1.0/ivysvn-2.1.0.jar. Please retry. (46401ms)
[warn] [FAILED ] ivysvn#ivysvn;2.1.0!ivysvn.jar: Downloaded file size doesn't match expected Content Length for http://maven.twttr.com/ivysvn/ivysvn/2.1.0/ivysvn-2.1.0.jar. Please retry. (46401ms)
[warn] ==== twitter.com: tried
[warn] http://maven.twttr.com/ivysvn/ivysvn/2.1.0/ivysvn-2.1.0.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ::
[warn] :: ^ see resolution messages for details ^ ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: ivysvn#ivysvn;2.1.0!ivysvn.jar
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[info]
[info] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
[error] sbt.ResolveException: download failed: ivysvn#ivysvn;2.1.0!ivysvn.jar
sbt.ResolveException: download failed: ivysvn#ivysvn;2.1.0!ivysvn.jar

Anyone can help me on this?

Thank you so much for help.

@robey
Copy link
Contributor

robey commented Jul 6, 2011

Can you try again? Nested deep inside that error message is a line where ivy is asking you to retry, probably because it got disconnected in the middle.

@dungluxcer
Copy link
Author

Thank you so much for quick response,

I tried download ivysvn.jar to my localhost and then change http://maven.twttr.com to my localhost, it worked for me now, seem header of ivysvn.jar have problem at file size.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants