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/10/05 05:45:40 UTC

[GitHub] agrajm opened a new issue #163: make quick-start giving API creation failure error

agrajm opened a new issue #163: make quick-start giving API creation failure error
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/163
 
 
   Hi,
   
   I'm trying to run the 3-liner getting started code:
   ```
   $ git clone https://github.com/apache/incubator-openwhisk-devtools.git
   $ cd incubator-openwhisk-devtools/docker-compose
   $ make quick-start
   ```
   It is failing with the error 
   ```
   creating an API from the hello function ...
   ok: updated action hello
   error: Unable to create API: API creation failure: Unable to obtain API(s) from the API Gateway: "connect ECONNREFUSED 127.94.0.2:9000"
   invoking:
   Error invoking the web action
   ....... << Insert lots of random logs here >> .... 
   make: *** [hello-world] Error 1
   ```
   I'm running this on Mac OS X and Java 8 if that matters.
   Happy to share the complete logs if that is required. 
   
   Can someone please suggest what I can do to debug this?
   
   Regards,
   Agraj

----------------------------------------------------------------
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