[GitHub] [openwhisk-devtools] nikolavukovic commented on issue #292: hello-world failed

2019-12-13 Thread GitBox
nikolavukovic commented on issue #292: hello-world failed
URL: 
https://github.com/apache/openwhisk-devtools/issues/292#issuecomment-565458776
 
 
   > > If you have all dependencies downloaded, using make run and make destroy 
will be enough for everything.
   > 
   > Okay, it would just be nice if the hello world function functioned to 
confirm this :). But oh well, the containers do get up and running so I will 
guess openwhisk started successfully. Thanks for the comment!
   
   For me the first hello world example worked. But it failed with the updated 
hello world. Try with some simple example given in the docs. If it does not 
fail, then you openwhisk works. Good luck!


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


With regards,
Apache Git Services


[GitHub] [openwhisk-devtools] nikolavukovic commented on issue #292: hello-world failed

2019-12-13 Thread GitBox
nikolavukovic commented on issue #292: hello-world failed
URL: 
https://github.com/apache/openwhisk-devtools/issues/292#issuecomment-565451633
 
 
   I think the issue is related to the example itself and not to the openwhisk. 
After doing make `docker-pull-full`, try `make run` to start openwhisk. You can 
use `docker ps` to check whether all containers are started. By the way, even 
after running `make quick-start` unsuccessfully, all openwhisk docker 
containers should still be running if this is the only problem. If you have all 
dependencies downloaded, using `make run` and `make destroy` will be enough for 
everything.
   
   This example probably fails because from the container inside which the 
example function is executed (it is instanced by openwhisk), it tries to 
contact another container which is on 127.0.0.1:9000 inside host machine. It 
cannot be reached using that address from containers (indeed, 127.0.0.1 inside 
a container, would point to the container itself), but only from the host. It 
would be great if someone could look into this issue further.


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


With regards,
Apache Git Services


[GitHub] [openwhisk-devtools] nikolavukovic commented on issue #292: hello-world failed

2019-12-03 Thread GitBox
nikolavukovic commented on issue #292: hello-world failed
URL: 
https://github.com/apache/openwhisk-devtools/issues/292#issuecomment-561205974
 
 
   Solved this problem by following the solution from [#276 
](https://github.com/apache/openwhisk-devtools/issues/276) 
   docker pull openwhisk/action-nodejs-v10:nightly
   and then run make quick-start
   Now it fails on 
   ok: updated action hello
   error: Unable to create API: API creation failure: Unable to obtain API(s) 
from the API Gateway: "connect ECONNREFUSED 127.0.0.1:9000"
   
   
   


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


With regards,
Apache Git Services


[GitHub] [openwhisk-devtools] nikolavukovic commented on issue #292: hello-world failed

2019-12-03 Thread GitBox
nikolavukovic commented on issue #292: hello-world failed
URL: 
https://github.com/apache/openwhisk-devtools/issues/292#issuecomment-561094110
 
 
   It still fails after trying what you said. I get this (only part of the log):
   
   creating the hello.js function ...
   invoking the hello-world function ... 
   adding the function to whisk ...
   ok: created action hello
   invoking the function ...
   ok: invoked /_/hello, but the request has not yet finished, with id 
30741a6dcb8a44d2b41a6dcb8a24d2e2
   ok: deleted action hello
   


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


With regards,
Apache Git Services


[GitHub] [openwhisk-devtools] nikolavukovic commented on issue #292: hello-world failed

2019-12-02 Thread GitBox
nikolavukovic commented on issue #292: hello-world failed
URL: 
https://github.com/apache/openwhisk-devtools/issues/292#issuecomment-560574237
 
 
   Do you know anything about this one?


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


With regards,
Apache Git Services