Skip to content

Instantly share code, notes, and snippets.

@ramr
Created April 21, 2013 23:35
Show Gist options
  • Save ramr/5431568 to your computer and use it in GitHub Desktop.
Save ramr/5431568 to your computer and use it in GitHub Desktop.
CloudFoundry buildpack errors
bin/compile completed @ Sun Apr 21 23:20:11 UTC 2013
/var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:115:in `environment_variables': undefined method `[]' for false:FalseClass (NoMethodError)
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:84:in `startup_script'
from /var/vcap/packages/dea_next/buildpacks/lib/staging_plugin.rb:139:in `block in create_startup_script'
from /var/vcap/packages/dea_next/buildpacks/lib/staging_plugin.rb:138:in `open'
from /var/vcap/packages/dea_next/buildpacks/lib/staging_plugin.rb:138:in `create_startup_script'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:19:in `block 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:in `stage_application'
from /var/vcap/packages/dea_next/buildpacks/bin/run:10:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment