-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrupted Jar files on Travis #1461
Comments
Same thing happening on Appveyor: |
2 tasks
jayvdb
added a commit
to jayvdb/coala
that referenced
this issue
Mar 1, 2017
requests.Response.raise_for_status raises an exception when the HTTP status code is 400-599. Fixes coala#3803 Related to coala/coala-bears#1461
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Mar 2, 2017
Fetching the jar from sourceforge.net is resulting in corrupt jar files, and the error reporting and recovery within coala isnt sufficient for this. Until the download code is more reliable, fetch the jar from https://josm.openstreetmap.de . Related to coala#1461
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Mar 2, 2017
Fetching the jar from sourceforge.net is resulting in corrupt jar files, and the error reporting and recovery within coala isnt sufficient for this. Until the download code is more reliable, fetch the jar from GitHub. Related to coala#1461
jayvdb
added a commit
to jayvdb/coala-bears
that referenced
this issue
Mar 2, 2017
Fetching the jar from sourceforge.net is resulting in corrupt jar files, and the error reporting and recovery within coala isnt sufficient for this. Until the download code is more reliable, fetch the jar from GitHub. Related to coala#1461
jayvdb
added a commit
to jayvdb/coala
that referenced
this issue
Mar 4, 2017
This test shows that a file is created and still exists after a corrupted download. Related to coala/coala-bears#1461 Closes coala#3820
gosom
pushed a commit
to gosom/coala-bears
that referenced
this issue
Jul 15, 2017
Fetching the jar from sourceforge.net is resulting in corrupt jar files, and the error reporting and recovery within coala isnt sufficient for this. Until the download code is more reliable, fetch the jar from GitHub. Related to coala#1461
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've ended up with Jar files being downloaded from sf.net that java believes are corrupted.
https://travis-ci.org/jayvdb/coala-bears/jobs/205642306#L2585
The jar from maven also has problems:
https://travis-ci.org/jayvdb/coala-bears/jobs/205644853#L2586
The text was updated successfully, but these errors were encountered: