简体   繁体   English

没有一个buildpacks检测到兼容的应用程序。 退出状态222

[英]None of the buildpacks detected a compatible application. Exit status 222

I developed a Node.js app in the Bluemix Web IDE and deployed it some time before, it is running on Bluemix currently just fine. 我在Bluemix Web IDE中开发了一个Node.js应用程序,并在一段时间之前对其进行了部署,它目前可以在Bluemix上运行。

However, when I tried to deploy it today after a 2 minor changes: 但是,当我今天进行了2个小的更改后尝试部署它时:

  1. created new branch 创建了新的分支
  2. created new .jade file, edited this and another .jade file no code or config change 创建了新的.jade文件,对其进行了编辑以及另一个.jade文件,无需更改代码或配置

I got the error 我得到了错误

    Updated app with guid 998e32e6-3f4f-4743-8e36-f8cd4c0961bb ({"name"=>"ACP", "command"=>"PRIVATE DATA HIDDEN", "instances"=>1, "memory"=>1024, "environment_json"=>"PRIVATE DATA HIDDEN"})
    Updated app with guid 998e32e6-3f4f-4743-8e36-f8cd4c0961bb ({"route"=>"8e8a376d-479e-4b4f-921e-932e40fd569f"})
    Updated app with guid 998e32e6-3f4f-4743-8e36-f8cd4c0961bb ({"console"=>true, "state"=>"STOPPED"})
    Updated app with guid 998e32e6-3f4f-4743-8e36-f8cd4c0961bb ({"console"=>true, "state"=>"STARTED"})
    Downloading liberty-for-java_v3_6-20161209-1351...
...
    Downloaded python_buildpack
    Creating container
    Successfully created container
    Downloading app package...
    Downloaded app package (6.6M)
    Staging...
    None of the buildpacks detected a compatible application
    Exit status 222
    Destroying container
    Failed to stage application: staging failed
    Successfully destroyed container

Seems like the error is described here: https://docs.cloudfoundry.org/buildpacks/detection.html 似乎在这里描述了该错误: https : //docs.cloudfoundry.org/buildpacks/detection.html

What am I supposed to do exactly in Bluemix Web IDE? 我应该在Bluemix Web IDE中确切地做什么?

  1. created new branch 创建了新的分支
  2. created new .jade file, edited this and another .jade file 创建了新的.jade文件,对其进行了编辑以及另一个.jade文件

no code or config change 无需更改代码或配置

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 带有bluemix错误的spring boot:没有任何buildpacks检测到兼容的应用程序 - spring boot with bluemix error: None of the buildpacks detected a compatible application Buildpacks错误 - Buildpacks error 推送到IBM Cloud时退出状态223(内存不足) - Exit status 223 (out of memory) when pushing to IBM Cloud 我正在开发cordova Bluemix推送通知应用程序。 从Bluemix仪表板创建时,我找不到“ applicationSecret” - I'm developing a cordova Bluemix push notification application. I'm not able to find “applicationSecret” when I create from the Bluemix dashboard CF推送错误:任何可用的buildpack无法检测到应用程序 - CF Push error: An application could not be detected by any available buildpack Bluemix Java Buildpacks上的MobileFirst Foundation 8:“设备上没有剩余空间” - MobileFirst Foundation 8 on Bluemix Java Buildpacks: “No space left on device” Bluemix,使用hub.jazz.net部署ruby-on-rails,错误“任何可用buildpack无法检测到应用程序” - Bluemix, deploying ruby-on-rails using hub.jazz.net, error 'An application could not be detected by any available buildpack' 在 IBM CloudFoundry 中部署 Flask 应用程序时出现退出状态 137(内存不足)错误 - Exit status 137 (out of memory) error showing up on deploying Flask app in IBM CloudFoundry 我在克隆到'/ tmp / buildpacks / db2heroku-buildpack-php'的日志中遇到错误 - I get error in the log for Cloning into '/tmp/buildpacks/db2heroku-buildpack-php' 如何检查Bluemix活动状态? - How to check the Bluemix activity status?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM