You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/09 20:11:30 UTC

[GitHub] zhuoliu opened a new issue #2355: Can not find bin/mac/amd64/wsk

zhuoliu opened a new issue #2355: Can not find bin/mac/amd64/wsk
URL: https://github.com/apache/incubator-openwhisk/issues/2355
 
 
   Hello all,
   
   I am a newbie for openwhisk and was following the doc below to try the magic of openwhisk.
   https://github.com/apache/incubator-openwhisk/blob/master/tools/vagrant/README.md
   
   
   ./hello
   
   I was able to see the output from the ubuntu vagrant box:
   ```
   wsk action invoke /whisk.system/utils/echo -p message hello --result
   {
       "message": "hello"
   }
   ```
   "./gradlew install" was successful. And ping the box works:
   ```
   zliu6s-MacBook-Pro:openwhisk zliu6$ ping 192.168.33.13
   PING 192.168.33.13 (192.168.33.13): 56 data bytes
   64 bytes from 192.168.33.13: icmp_seq=0 ttl=64 time=0.908 ms
   ```
   
   **The problem is what I could not find the file "openwhisk/bin/mac/amd64/wsk"
   And the bin/wsk seems for a different architecture thus cannot run.**
   
   Anyone has an idea? Thanks a lot.
   
   ```
   zliu6s-MacBook-Pro:bin zliu6$ find .
   .
   ./content.json
   ./linux
   ./linux/amd64
   ./linux/amd64/OpenWhisk_CLI-linux.tgz
   ./linux/amd64/wsk
   ./wsk
   ./wskadmin
   ./wskdev
   
   zliu6s-MacBook-Pro:bin zliu6$ ./wsk
   -bash: ./wsk: cannot execute binary file
   
   zliu6s-MacBook-Pro:bin zliu6$ pwd
   /Users/zliu6/git/openwhisk/bin
   
   ```
   
   Thanks.
 
----------------------------------------------------------------
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