IBM Cloud (Bluemix) 无法部署错误 502
IBM Cloud (Bluemix) unable to deploy error 502
我正在尝试从 Github 存储库 (https://github.com/IBM/watson-vehicle-damage-analyzer) 在 IBM Cloud (Bluemix) 上部署应用程序。
当我部署应用程序时,我选择伦敦作为位置。该项目尝试部署,但因出现此错误而停止:
Server error, status code: 502, error code: 10001, message: Service broker error: No matching deployments for the given plan_id.
谁能解释一下这个错误是什么意思?我在 IBM Cloud 上有一个付费帐户。
这是我的错误的完整日志:
Preparing to start the job...
Preparing the build artifacts...
cf login -a "https://api.eu-gb.bluemix.net" -u apikey -p "****" -o "xxxxxxxx@xxxxxxxx.com" -s "dev"
API endpoint: https://api.eu-gb.bluemix.net
Authenticating...
OK
Targeted org xxxxxxxxx@xxxxxxx.com
Targeted space dev
API endpoint: https://api.eu-gb.bluemix.net (API version: 2.106.0)
User: gabriel.cuesta@mkdautomotive.com
Org: gabriel.cuesta@mkdautomotive.com
Space: dev
Creating service instance wvda-visual-recognition in org gabriel.cuesta@mkdautomotive.com / space dev as gabriel.cuesta@mkdautomotive.com...
FAILED
Server error, status code: 502, error code: 10001, message: Service broker error: No matching deployments for the given plan_id.
Finished: FAILED
谢谢,
我在 manifest.yml
文件中看到它正在创建 Watson VR 服务 lite 计划,但根据网站 here 上的定价,Watson VR 精简版仅在美国南部(达拉斯)地区可用。
你也可以在这里检查相同的 - https://console.bluemix.net/catalog/services/visual-recognition
我正在尝试从 Github 存储库 (https://github.com/IBM/watson-vehicle-damage-analyzer) 在 IBM Cloud (Bluemix) 上部署应用程序。
当我部署应用程序时,我选择伦敦作为位置。该项目尝试部署,但因出现此错误而停止:
Server error, status code: 502, error code: 10001, message: Service broker error: No matching deployments for the given plan_id.
谁能解释一下这个错误是什么意思?我在 IBM Cloud 上有一个付费帐户。
这是我的错误的完整日志:
Preparing to start the job...
Preparing the build artifacts...
cf login -a "https://api.eu-gb.bluemix.net" -u apikey -p "****" -o "xxxxxxxx@xxxxxxxx.com" -s "dev"
API endpoint: https://api.eu-gb.bluemix.net
Authenticating...
OK
Targeted org xxxxxxxxx@xxxxxxx.com
Targeted space dev
API endpoint: https://api.eu-gb.bluemix.net (API version: 2.106.0)
User: gabriel.cuesta@mkdautomotive.com
Org: gabriel.cuesta@mkdautomotive.com
Space: dev
Creating service instance wvda-visual-recognition in org gabriel.cuesta@mkdautomotive.com / space dev as gabriel.cuesta@mkdautomotive.com...
FAILED
Server error, status code: 502, error code: 10001, message: Service broker error: No matching deployments for the given plan_id.
Finished: FAILED
谢谢,
我在 manifest.yml
文件中看到它正在创建 Watson VR 服务 lite 计划,但根据网站 here 上的定价,Watson VR 精简版仅在美国南部(达拉斯)地区可用。
你也可以在这里检查相同的 - https://console.bluemix.net/catalog/services/visual-recognition