triceam / IBMWatson-QA-Speech

Demo application for for Node.js (built using IBM Bluemix) that leverages IBM Watson for Speech Synthesis, IBM Watson Speech Recognition, and the IBM Watson QA Service (for natural language processing).
https://watsonhealthqa.mybluemix.net/
Apache License 2.0
32 stars 34 forks source link

Problem deploying to Bluemix #3

Open mataloni opened 9 years ago

mataloni commented 9 years ago

I tried to deploy this sample app to bluemix however I am getting this error from the log:

Uploading IBMWatson-QA-Speech-mt... Uploading app files from: /home/jenkins/workspace/a99ab299-9d49-7a72-f11c-7b437d42d9fe/24f5364f-455f-4a58-bad0-9cd62122e86e Uploading 108.7K, 35 files

Done uploading OK FAILED Could not find service Question and Answer-3u to bind to IBMWatson-QA-Speech-mt Build step 'Execute shell' marked build as failure

triceam commented 9 years ago

Looks like either your services don't exist or they are named differently. If the services have not been created, they need to be created (QA, STT, and TTS). If they are named differently, then you need to update manifest.yml to match the names for your service instances.