spring - Cloudfoundry application with Jboss buildpack fails to deploy -


i'm investigating features of pivotal cloudfoundry (http://run.pivotal.io) , i'm trying deploy simple spring-powered application (https://github.com/spring-projects/spring-petclinic/) on cloudfoundry using jboss buildpack (https://github.com/cloudfoundry-community/jboss-buildpack).

after executing

cf push -p target/petclinic.war -b https://github.com/cloudfoundry-community/jboss-buildpack.git 

deployment starts, , cli indicates deployment process finishes successfully. logs in cf web interface show

err: error cloning /tmp/buildpack/jboss 

and seems cf tries reclone buildpack again , again , unable start application. application not started.

so question is: what's wrong cf , jboss buildpack or deployment process?


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -