Hi, I'm try to deploy a war application into API server in local cf(10.244.0.34). Before I can deploy it. Now I modify director's IP from 192.168.50.4 to another IP as public network, from bosh-lite or bosh VMs, they can ping all outside IP including
d2vm4m9hl67ira.cloudfront.net, but the downloading failed. What's wrong with it?Any help appreciated!
icity@ubuntu-host-131:~/download$ cf push hw -p helloworld.war
Updating app hw in org org1 / space space1 as admin...
OK
Uploading hw...
Uploading from: /home/icity/download/helloworld.war
165.6K, 17 files
OK
Stopping app hw in org org1 / space space1 as admin...
OK
Starting app hw in org org1 / space space1 as admin...
OK
-----> Downloaded app package (5.8M)
-----> Java Buildpack source: system
/var/vcap/packages/dea_next/buildpacks/lib/installer.rb:18:in `system': execution expired (Timeout::Error)
from /var/vcap/packages/dea_next/buildpacks/lib/installer.rb:18:in `compile'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:73:in `block in compile_with_timeout'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:72:in `compile_with_timeout'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:54:in `block in stage_application'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:50:in `chdir'
from /var/vcap/packages/dea_next/buildpacks/lib/buildpack.rb:50:in `stage_application'
from /var/vcap/packages/dea_next/buildpacks/bin/run:10:in `<main>'
FAILED
Start app timeout
TIP: use 'cf logs hw --recent' for more information