Re: Staging Error while deploying application on OpenStack
D vidzz
Hi Daniel,
I tried curl -vv https://github.com/cloudfoundry/java-buildpack/ from the instance(on openstack) where CF is installed and that works. Regarding offline buildpacks, CF already has offline buildpacks and I also added a new buildpack (java-custom), below is the output of cf buildpacks command: buildpack position enabled locked filename java-custom 1 true false java-buildpack-master.zip java_buildpack 2 true false java-buildpack-v3.3.zip ruby_buildpack 3 true false ruby_buildpack-cached-v1.6.7.zip nodejs_buildpack 4 true false nodejs_buildpack-cached-v1.5.0.zip I pushed my app as cf push Web2291 -b java-custom and also using the existing buildpack as cf push Web2291 -b java_buildpack Both the time it gets stuck, see below log: Updating app Web2291 in org DevBox / space Applications as admin... OK Uploading Web2291... Uploading app files from: C:\Users\umroot\workspaceKeplerJee\Web2291 Uploading 15.3K, 29 files Done uploading OK Stopping app Web2291 in org DevBox / space Applications as admin... OK Starting app Web2291 in org DevBox / space Applications as admin... -----> Downloaded app package (1.1M) and in the logs its same as before: 2015-11-24T16:39:25.25-0500 [DEA/0] OUT Got staging request for app with id c4b8522c-5157-4fa4-bb73-814f63603b23 2015-11-24T16:39:25.29-0500 [STG/0] OUT 2015-11-24T16:39:25.29-0500 [STG/0] ERR 2015-11-24T16:39:27.06-0500 [STG/0] OUT -----> Downloaded app package (1.1M) 2015-11-24T16:46:23.28-0500 [DEA/0] OUT Got staging request for app with id c4b8522c-5157-4fa4-bb73-814f63603b23 2015-11-24T16:46:23.32-0500 [STG/0] OUT 2015-11-24T16:46:23.32-0500 [STG/0] ERR 2015-11-24T16:46:25.66-0500 [STG/0] OUT -----> Downloaded app package (1.1M) 2015-11-24T16:46:47.06-0500 [DEA/0] OUT Got staging request for app with id c4b8522c-5157-4fa4-bb73-814f63603b23 2015-11-24T16:46:47.09-0500 [STG/0] OUT 2015-11-24T16:46:47.09-0500 [STG/0] ERR 2015-11-24T16:46:48.80-0500 [STG/0] OUT -----> Downloaded app package (1.1M) Thanks,
|
|