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
Post a Comment