dmikusa / cf-php-apache-buildpack

CloudFoundry PHP & Apache HTTPD Buildpack
Apache License 2.0
4 stars 11 forks source link

default DOWNLOAD_URL returns 404 #1

Closed andypiper closed 11 years ago

andypiper commented 11 years ago

Uploading aphpdemo... OK Preparing to start aphpdemo... OK -----> Downloaded app package (4.0K) Initialized empty Git repository in /tmp/buildpacks/cf-php-apache-buildpack.git/.git/ Installing cf-php-apache-buildpack.git. Configuring HTTPD Version: 2.2.24 Traceback (most recent call last): File "/tmp/buildpacks/cf-php-apache-buildpack.git/bin/compile", line 112, in <module> os.path.join(BP_DIR, "default", "shasums", "%s.sha1" % httpd_bin_file)) File "/tmp/buildpacks/cf-php-apache-buildpack.git/bin/compile", line 30, in download_url res = urllib2.urlopen(url) File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.6/urllib2.py", line 397, in open response = meth(req, response) File "/usr/lib/python2.6/urllib2.py", line 510, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.6/urllib2.py", line 435, in error return self._call_chain(*args) File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 404: NOT FOUND /var/vcap/packages/dea_next/buildpacks/lib/installer.rb:17:incompile': Buildpack compilation step failed: (RuntimeError) from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:26:in block in compile_with_timeout' from /usr/lib/ruby/1.9.1/timeout.rb:68:intimeout' from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:25:in compile_with_timeout' from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:16:inblock in stage_application' from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:12:in chdir' from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:12:instage_application' from /var/vcap/packages/dea_next/buildpacks/bin/run:10:in <main>' Checking status of app 'aphpdemo'...Application failed to stage

Due to https://dl.dropboxusercontent.com/u/186123235/binaries (DOWNLOAD_URL from the default folder) returning 404.

dmikusa commented 11 years ago

My fault. Moving changing the organization of the binaries in an upcoming commit. Accidentally deleted the files in use now. Replaced them, should be fixed now.

andypiper commented 11 years ago

:+1: thanks