You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From #2080: Reported by various users, especially on slow links but any download taking more than 15 minutes, the download halts, resulting in various user symptoms: zero length file (Mac/Mozilla) to partial download and corrupted zip file (windows, chrome)
scolapasta
changed the title
Original Zip file download failure
Original Zip file download failure; appears to have a 15 minute timeout, causing failures for large files and slow links
Apr 23, 2015
Tested, this appears to be resolved. Increased the download timeout but needed to add it to http-listener-2 since we use that now for direct file download via port 8181.
how to configure:
1. make a backup of your domain.xml
2. edit domain.xml:
under the section,
<config name="server-config">
<network-config>
<protocols>
<protocol name="http-listener-2" security-enabled="true">
update this line to have a request-timeout attribute:
<http request-timeout-seconds="50000" max-connections="250" default-virtual-server="server">
Note that your max-connections may be different and that's ok.
3. Restart glassfish
User reported (RT https://help.hmdc.harvard.edu/Ticket/Update.html?id=209024) that when they try to download a single zip file (uploaded in 3.6 as a zip and not unpacked) and they try to open it, the file itself has nothing inside. I noticed that the file invpat_final.zip they tried to download was over 1G zipped in this Dataverse https://dataverse.harvard.edu/dataset.xhtml?persistentId=hdl:1902.1/15705
The text was updated successfully, but these errors were encountered: