-1

I've seen the error below upon cf push. I have created an "External Dependency" with several IP addresses. Any suggestions will be appreciated.

Staging...
[DownloadCache] WARN Unable to download http://tools.<sensitive-hostname>/icarus-cf-download/jbp_versions/v3.12-repo-v1/memory-calculator/trusty/x86_64/index.yml into cache /tmp: Failed to open TCP connection to https://approxy.<sensitive-hostname>:8443 (Connection refused - connect(2) for "https://approxy.<sensitive-hostname>" port 8443)
[Buildpack] ERROR Compile failed with exception #<RuntimeError: Open JDK Like Memory Calculator error: Unable to find cached file for http://tools<sensitive-hostname>/icarus-cf-download/jbp_versions/v3.12-repo-v1/memory-calculator/trusty/x86_64/index.yml>
Open JDK Like Memory Calculator error: Unable to find cached file for http://tools<sensitive-hostname>/icarus-cf-download/jbp_versions/v3.12-repo-v1/memory-calculator/trusty/x86_64/index.yml
Failed to compile droplet
Exit status 223
DeejUK
  • 12,891
  • 19
  • 89
  • 169
Perugini
  • 11
  • 3
  • They suggested me to create an "external dependency" covering several IP addresses and ports. – Perugini May 07 '18 at 15:47
  • Sorry but _"an "external dependency" covering several IP addresses "_ does not make any sense. Can you clarify what you mean by "external dependency", maybe show exactly how you did that? – Jim Garrison May 07 '18 at 17:17
  • @Perugini it would probably be best to not post hostnames of internal resources. I've edited your post to that effect, but I can't do anything about the comments. – DeejUK Jun 25 '19 at 21:32

1 Answers1

0

You will have to configure your security groups to allow access to pull resources from external network.

Refer ASG