Closed rauizab closed 7 years ago
It seems related to https://github.com/cloudfoundry/cf-release/issues/855
You're using an online version of the buildpack which needs to download its dependencies from the internet:
DEBUG Configuration from /tmp/buildpacks/ee95aca3a4e3b48af128b6527ec5e9c7/config/cache.yml: {"remote_downloads"=>"enabled", "client_authentication"=>{"certificate_location"=>nil, "private_key_location"=>nil, "private_key_password"=>nil}}
However, it was unable to do that download, possibly because of AWS' configuration preventing outgoing network connections:
WARN Unable to download https://java-buildpack.cloudfoundry.org/memory-calculator/trusty/x86_64/index.yml into cache /tmp: execution expired
You'll need to configure AWS' to allow outbound connections or use the offline buildpack which does not need to make them.
Hi thanks, we will try as you suggest.
Hi
I can not use the java_builpack. It is strange because 2 weeks ago I tried that in bosh-lite and works when using cloud foundry. The error arise in cloud foundry deploy in amazon. I got this stacktrace.