apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.54k stars 1.17k forks source link

"failed to fetch action whisk.system/samples/greeting: Object Not Found" #136

Closed DamianCummins closed 8 years ago

DamianCummins commented 8 years ago

Seeing the following after completing the OpenWhisk configure cli instructions on Bluemix:

root@96eb30f5db81:/opt# wsk action get --summary /whisk.system/samples/greeting action /whisk.system/samples/greeting: Print a friendly greeting (params: name place)

root@96eb30f5db81:/opt# wsk action invoke --blocking --result /whisk.system/samples/greeting error: { "activationId": "358991740954436e9fc385e351990130", "annotations": [], "end": 1459261038802, "logs": [], "name": "samples", "namespace": "dcummin3@uk.ibm.com", "publish": false, "response": { "result": { "error": "failed to fetch action whisk.system/samples/greeting: Object Not Found" }, "status": "action developer error", "success": false }, "start": 1459261038802, "subject": "dcummin3@uk.ibm.com", "version": "0.0.1" }

Any idea why I would be able to get the summary but not invoke the action? This also appears to happen for watson/translate action after I've bound to the service.

Running on: Linux version 4.1.19-boot2docker (gcc version 4.9.2 (Debian 4.9.2-10) )

DamianCummins commented 8 years ago

Note, I am able to create and invoke my own actions.

rabbah commented 8 years ago

Thanks for reporting this. I will have a look.

rabbah commented 8 years ago

I have confirmed this is an issue and will report back when a fix is deployed.

DamianCummins commented 8 years ago

@rabbah Great, thanks for the prompt response.

rabbah commented 8 years ago

You may try again - should work for you this time.

DamianCummins commented 8 years ago

@rabbah yep that worked. Thanks.