Not able to push my local app to bluemix -
i had app running on bluemix account. wanted copy app , run in bluemix account. downloaded code github repo., when trying push app account seeing following error.
note : used cf push push downloaded app. ?
log :
2014-12-16t14:49:15.41+0530 [api] out updated app guid e2fca26a-c62d-47 5d-8c21-8e959ae6632c ({"state"=>"stopped"}) 2014-12-16t14:49:42.10+0530 [dea] out got staging request app id e2 fca26a-c62d-475d-8c21-8e959ae6632c 2014-12-16t14:49:45.08+0530 [api] out updated app guid e2fca26a-c62d-47 5d-8c21-8e959ae6632c ({"state"=>"started"}) 2014-12-16t14:49:45.65+0530 [stg] out -----> downloaded app package (4.6m) 2014-12-16t14:49:46.15+0530 [stg] out -----> downloaded app buildpack cache(4.4m) 2014-12-16t14:49:48.62+0530 [stg] out staging failed: application not detected available buildpack 2014-12-16t14:49:49.37+0530 [api] err encountered error: app not succ essfully detected available buildpack
please check manifest.yml. either app missing or has wrong entry. can file in downloaded app. , don't forget pass build pack name when running push command.
this link helpful:
Comments
Post a Comment