Skip to content
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

Download 404s #37

Closed
redchuck opened this issue Mar 30, 2015 · 3 comments
Closed

Download 404s #37

redchuck opened this issue Mar 30, 2015 · 3 comments

Comments

@redchuck
Copy link

Downloading CDF...  End-of-central-directory signature not found.  Either this file is not
  a zipfile, or it constitutes one disk of a multi-part archive.  In the
  latter case the central directory and zipfile comment will be found on
  the last disk(s) of this archive.
unzip:  cannot find zipfile directory in one of .tmp/cdf/dist.zip or
        .tmp/cdf/dist.zip.zip, and cannot find .tmp/cdf/dist.zip.ZIP, period.
Done

Looks like it's deleting the existing installs, then 404ing on the download. Via strace:

4873  recvfrom(4, "HTTP/1.1 404 Not Found\r\nDate: Mon, 30 Mar 2015 20:30:46 GMT\r\nServer: Apache/2.2.22 (Ubuntu)\r\nVary: Accept-Encoding\r\nContent-Length: 235\r\nKeep-Alive: timeout=5, max=100\r\nConnection: Keep-Alive\r\nContent-Type: text/html; charset=iso-8859-1\r\n\r\n<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p>The requested URL /ficheiros/cdf/14.12.10.1/5.x/dist.zip was not found on this server.</p>\n</body></html>\n", 511, MSG_PEEK, NULL, NULL) = 475

Same problem for CDF/CDA/CDE/CGG/SAIKU. Script deletes existing install, fails to download, fails to notice that it's failed to download, tries to unzip nonexistent file.

@pamval
Copy link
Collaborator

pamval commented Apr 17, 2015

this is now fixed.

@pamval pamval closed this as completed Apr 17, 2015
@ameleito
Copy link

Hi pamval, today i download this version and i get the same error with CDA, i try to run this again but nothing the behavior is the same, i don't understand what happen or what i have to do to install the tools, my system is Linux 64, pentaho 4.8 and this is all.

@pamval
Copy link
Collaborator

pamval commented Apr 20, 2015

Missed that one, thanks. Should be ok now. Pull again

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

No branches or pull requests

3 participants