boneskull opened a new issue #2538: vagrant "hello" script fails
URL: https://github.com/apache/incubator-openwhisk/issues/2538
 
 
   I'm going thru the Vagrant installation method (macOS Sierra), and am 
getting this error, presumably near the end of the script:
   
   ```
   ==> default: ok: whisk auth set. Run 'wsk property get --auth' to see the 
new value.
   ==> default: ok: whisk API host set to 192.168.33.13
   ==> default: ok: whisk namespace set to guest
   ==> default: ++ wsk action invoke /whisk.system/utils/echo -p message hello 
--result
   ==> default: error: Unable to invoke action 'utils/echo': There was an 
internal server error. (code 52)
   ==> default: Run 'wsk --help' for usage.
   The SSH command responded with a non-zero exit status. Vagrant
   assumes that this means the command failed. The output for this command
   should be in the log above. Please read the output to determine what
   went wrong.
   ```
   
   After this, I ssh into the machine, and execute the above command manually:
   
   ```sh
   vagrant@vagrant-ubuntu-trusty-64:~$ wsk action invoke 
/whisk.system/utils/echo -p message hello --result
   {
       "message": "hello"
   }
   ```
   
   ...which seems like success.  Could be a race condition?
   
   My working copy is at revision d86461524a938fd165fbbba61b43823b1d1ae8af.
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to