无法将我的本地应用程序推送到bluemix [英] Not able to push my local app to bluemix

查看:66
本文介绍了无法将我的本地应用程序推送到bluemix的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个在另一个bluemix帐户上运行的应用程序.我想复制该应用程序并在另一个bluemix帐户中运行它.所以我从github repo.下载了代码,但是当我尝试将此应用程序推送到另一个帐户时,看到了以下错误.

I had an app running on another bluemix account. I wanted to copy the app and run it in another bluemix account. So I downloaded code from github repo., but when I am trying to push this app to another account I am seeing following error.

注意:我使用cf push来推送下载的应用程序.有帮助吗?

Note : I used cf push to push the downloaded app. Any help ?

日志:

2014-12-16T14:49:15.41+0530 [API]     OUT Updated app with guid e2fca26a-c62d-47 5d-8c21-8e959ae6632c ({"state"=>"STOPPED"})
2014-12-16T14:49:42.10+0530 [DEA]     OUT Got staging request for app with id e2 fca26a-c62d-475d-8c21-8e959ae6632c
2014-12-16T14:49:45.08+0530 [API]     OUT Updated app with 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: An application could not be detected by any available buildpack
2014-12-16T14:49:49.37+0530 [API]     ERR Encountered error: An app was not succ
essfully detected by any available buildpack

推荐答案

请检查您的Manifest.yml.您的应用程序丢失了该应用程序或输入了错误的内容.您可以在下载的应用中查找此文件.并且也不要忘记在运行push命令时传递构建包名称.

Please check your Manifest.yml. Either your app is missing it or has some wrong entry. you can look for this file in your downloaded app. And also don't forget to pass build pack name when running push command.

此链接可能会有所帮助:

This link could be helpful:

https://ibm.biz/BdEgub

这篇关于无法将我的本地应用程序推送到bluemix的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆