watson-developer-cloud / assistant-with-discovery-openwhisk

DEPRECATED: this repo is no longer actively maintained
Apache License 2.0
21 stars 43 forks source link

Getting error during sh create-openwhisk-actions.sh #64

Closed rajkumar2371994 closed 5 years ago

rajkumar2371994 commented 5 years ago

sh create-openwhisk-actions.sh Creating OpenWhisk Actions... error: Unable to create package 'assistant-with-discovery-openwhisk': resource already exists (code 0610bf7ca8d3da49e1c7c2312d573dbb) error: Unable to create action 'assistant-with-discovery-openwhisk/conversation': resource already exists (code 9cf847df74b87f2532be469ab74af978) Run 'wsk --help' for usage. error: Unable to create action 'assistant-with-discovery-openwhisk/discovery': resource already exists (code e4b07b61398c97c93d9e2c7a9cf2cb01) Run 'wsk --help' for usage. Setting default parameters... ok: updated action assistant-with-discovery-openwhisk/conversation ok: updated action assistant-with-discovery-openwhisk/discovery Creating OpenWhisk Sequence... error: Unable to create action 'assistant-with-discovery-openwhisk/assistant-with-discovery-sequence': resource already exists (code 9ddd76fdd1d73ef1b40ac853495ef1b9) Run 'wsk --help' for usage. Retrieving OpenWhisk WebAction URL...

LTepliakov commented 5 years ago

Hi Rajkumar, that means that you already ran the script before. Package, actions and sequence was already created during that run. So now we can see from the log that existing actions was successfully updated. Actually in this case you can consider the error: messages just like a warnings.

jeff-arn commented 5 years ago

This is being closed as this repo has been deprecated. If you had a question that arose through this issue that has not been answered, we recommend that you ask on Stack Overflow with the IBM Watson tag, or on IBM DeveloperWorks Answers with the tag WATSON