Home:ALL Converter>IBM Cloud (Bluemix) unable to deploy error 502

IBM Cloud (Bluemix) unable to deploy error 502

Ask Time:2018-11-29T18:39:01         Author:gabicuesta

Json Formatter

I'm trying to deploy an app on IBM Cloud (Bluemix) from a Github repository (https://github.com/IBM/watson-vehicle-damage-analyzer).

When I deploy the app I choose London as location. The project try to deploy but it stops with this error:

Server error, status code: 502, error code: 10001, message: Service broker error: No matching deployments for the given plan_id.

Can somebody explain me what this error means? I have a paid account on IBM Cloud.

Here is the full log of my error:

Preparing to start the job...
Preparing the build artifacts...
cf login -a "https://api.eu-gb.bluemix.net" -u apikey -p "****" -o "[email protected]" -s "dev" 
API endpoint: https://api.eu-gb.bluemix.net
Authenticating...
OK

Targeted org [email protected]

Targeted space dev



API endpoint:   https://api.eu-gb.bluemix.net (API version: 2.106.0)
User:           [email protected]
Org:            [email protected]
Space:          dev
Creating service instance wvda-visual-recognition in org [email protected] / space dev as [email protected]...
FAILED
Server error, status code: 502, error code: 10001, message: Service broker error: No matching deployments for the given plan_id.

Finished: FAILED

Thanks,

Author:gabicuesta,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/53537081/ibm-cloud-bluemix-unable-to-deploy-error-502
yy