You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/01 04:12:27 UTC

[GitHub] csantanapr opened a new issue #14: Go actions not working using source and image

csantanapr opened a new issue #14: Go actions not working using source and image
URL: https://github.com/apache/incubator-openwhisk-runtime-go/issues/14
 
 
   I can't get go source action to run
   
   Steps to replicate:
   Build image
   ```
   ./gradle distDocker
   ```
   Then use invoke.py from main repo
   ```
   ~/dev/whisk/git/apache/incubator-openwhisk/actionRuntimes/actionProxy (master)
   😄  $ ./invoke.py init /Users/csantana23/dev/whisk/git/apache/incubator-openwhisk-runtime-go/test/src/hello_message.go
   {"error":"cannot start action: command exited"}
   ```
   
   Try to use docker image on already deploy openwhisk and got same problem
   ```
   ~/dev/whisk/git/apache/incubator-openwhisk-runtime-go (pr-8)
   👻  $ bx wsk action update goaction test/src/hello_message.go --docker csantanapr/actionloop-golang-v1.9
   ok: updated action goaction
   ~/dev/whisk/git/apache/incubator-openwhisk-runtime-go (pr-8)
   👻  $ bx wsk action invoke goaction -b
   ok: invoked /_/goaction with id 9277763eb33a4992b7763eb33a5992cf
   {
       "activationId": "9277763eb33a4992b7763eb33a5992cf",
       "response": {
           "result": {
               "error": "cannot start action: command exited"
           },
           "status": "action developer error",
           "success": false
       },
   
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services