[
https://issues.jenkins-ci.org/browse/JENKINS-13352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=161474#comment-161474
]
OHTAKE Tomohiro commented on JENKINS-13352:
-------------------------------------------
Reproduced in Ubuntu 11.04 64bit, Jenkins 1.459, Winstone.
In Winstone case, it seems that Winstone fails to parse Content-Length header.
{code}
java.lang.NumberFormatException: For input string: "2147484672"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:484)
at java.lang.Integer.parseInt(Integer.java:514)
at winstone.WinstoneOutputStream.write(WinstoneOutputStream.java:106)
at org.kohsuke.stapler.Stapler.serveStaticResource(Stapler.java:418)
at org.kohsuke.stapler.ResponseImpl.serveFile(ResponseImpl.java:150)
{code}
[Which servlet
container|https://wiki.jenkins-ci.org/display/JENKINS/Containers] do you use
for Jenkins?
> Jenkins returns "Error 6 (net::ERR_FILE_NOT_FOUND): The file or directory
> could not be found" when trying to download artifacts >2GB
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: JENKINS-13352
> URL: https://issues.jenkins-ci.org/browse/JENKINS-13352
> Project: Jenkins
> Issue Type: Bug
> Components: core
> Affects Versions: current
> Environment: Server Win2k8 - Jenkins ver. 1.455 and 1.457 (server has
> zero executors)
> Slave Win2k8 R2 - Slave ver. 2.12 (21 slaves)
> WebBrowser - Firefox 11.0 and Chrome 18.0.1025.142 m
> The build which is failing to archive artifacts is tied to a single slave.
> Reporter: Richard Taylor
>
> *** This issues appears to be that artifacts larger than 2GB can not be
> downloaded from Jenkins server ***
> We have started getting bad links to artifacts from some runs of our package
> build job.
> * The build completes with out error.
> * The artifacts are sucesfully copied back to the server.
> * The artifacts can be copied and verified ok using SMB drive share.
> * Any artifacts which are larger than 2GB will fail to download from the
> jenkins server.
> This web page has not been found
> Error 6 (net::ERR_FILE_NOT_FOUND): The file or directory could not be found.
> As a work around we are looking to split up the artifacts into multiple files
> but this is a less than ideal workflow.
> Thanks
> Richard.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira