2019-02-15 13:01:47 UTC - Matthias Riml: i try to start openwhisk with docker 
compose with these commands:
$ git clone <https://github.com/apache/incubator-openwhisk-devtools.git>
$ cd incubator-openwhisk-devtools/docker-compose
$ make quick-start
That has always worked fine until yesterday. Now I always get an error when i 
want to start it. Sometimes i get this error:
error: Authenticated user does not have namespace 'guest'; set command failed: 
Get <https://192.168.0.227/api/v1/namespaces>: dial tcp 192.168.0.227:443: 
getsockopt: connection refused
Makefile:285: recipe for target 'init-whisk-cli' failed
make: *** [init-whisk-cli] Error 1

And sometimes i get this error:
cp: cannot stat './openwhisk-src/core/routemgmt/common/*.js': No such file or 
directory
Makefile:292 recipe for target 'init-api-management' failed
make: *** [init-api-management] Error 1

Can somebody help?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550235707082100?thread_ts=1550235707.082100&cid=C3TPCAQG1
----
2019-02-15 14:59:31 UTC - Andrei Palade: Normal   Pulled     19m (x2 over 20m)  
   kubelet, minikube  Container image "openwhisk/controller:00fad95" already 
present on machine
  Normal   Started    19m (x3 over 20m)     kubelet, minikube  Started container
  Warning  BackOff    5m42s (x50 over 17m)  kubelet, minikube  Back-off 
restarting failed container
  Warning  Unhealthy  53s (x32 over 20m)    kubelet, minikube  Liveness probe 
failed: Get <http://172.17.0.41:8080/ping>: dial tcp 172.17.0.41:8080: connect: 
connection refused
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550242771082300
----
2019-02-15 15:00:15 UTC - Andrei Palade: is there a way to increase to liveness 
probe timeout
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550242815082800?thread_ts=1550242815.082800&cid=C3TPCAQG1
----
2019-02-15 15:00:22 UTC - Andrei Palade: for pod exiled-gopher-controller-0
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550242822083100
----
2019-02-15 15:08:07 UTC - Dave Grove: @committers:  please vote on the proposal 
to release Composer 0.10.0.  After 60 hours, we only have 1 vote.  
<https://lists.apache.org/thread.html/801edac7a4d58436a5411fc1fbca523f24056195bdb149f9c2cdc2b8@%3Cdev.openwhisk.apache.org%3E>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550243287084300?thread_ts=1550243287.084300&cid=C3TPCAQG1
----
2019-02-15 15:09:51 UTC - Rodric Rabbah: I’ll run through it today 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550243391084700
----
2019-02-15 15:10:42 UTC - Rodric Rabbah: I’ll see if I can replicate. 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550243442085300?thread_ts=1550235707.082100&cid=C3TPCAQG1
----
2019-02-15 15:10:59 UTC - Rodric Rabbah: @Dragos Dascalita Haut maybe has an 
idea faster
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550243459085900?thread_ts=1550235707.082100&cid=C3TPCAQG1
----
2019-02-15 15:12:23 UTC - Rodric Rabbah: Yes I think so. @Dave Grove?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550243543086700?thread_ts=1550242815.082800&cid=C3TPCAQG1
----
2019-02-15 15:14:04 UTC - Dave Grove: it is possible by editing the chart.  It 
is very unlikely to be necessary.  It is much more likely that the controller 
failed to start or crashed for a real reason and the liveness probe is catching 
it and restarting
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550243644086900?thread_ts=1550242815.082800&cid=C3TPCAQG1
----
2019-02-15 15:29:03 UTC - Carlos Santana: 60 hours? I think it would be 72 
hours later today 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550244543087800?thread_ts=1550243287.084300&cid=C3TPCAQG1
----
2019-02-15 15:29:26 UTC - Dave Grove: it will be 72 hours at 9PM today.  60 
hours so far
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550244566088000?thread_ts=1550243287.084300&cid=C3TPCAQG1
----
2019-02-15 15:29:54 UTC - Dave Grove: (or 61) I guess…math :shrug:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550244594088300?thread_ts=1550243287.084300&cid=C3TPCAQG1
----
2019-02-15 15:38:55 UTC - Minh Thai: hi @Rodric Rabbah thanks for your respond 
and sorry for the late reply, I was busy previously T_T. This error is because 
I didn't setup couchdb...
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550245135088500?thread_ts=1545705236.025000&cid=C3TPCAQG1
----
2019-02-15 15:39:51 UTC - Bui Vo Quoc Bao: Hello, I would like to install 
cloudant package: 
<https://github.com/apache/incubator-openwhisk-package-cloudant> into my local 
openwhisk
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550245191089400
----
2019-02-15 15:39:56 UTC - Rodric Rabbah: glad you figured it out
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550245196089700?thread_ts=1545705236.025000&cid=C3TPCAQG1
----
2019-02-15 15:40:14 UTC - Bui Vo Quoc Bao: But I don’t understand the 
parameters used by the install script
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550245214090200
----
2019-02-15 15:40:25 UTC - Bui Vo Quoc Bao: Usage: ./installCatalog.sh 
&lt;authkey&gt; &lt;edgehost&gt; &lt;dburl&gt; &lt;dbprefix&gt; &lt;apihost&gt; 
&lt;workers&gt;
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550245225090400
----
2019-02-15 15:40:40 UTC - Bui Vo Quoc Bao: what are these parameters?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550245240090700?thread_ts=1550245240.090700&cid=C3TPCAQG1
----
2019-02-15 15:41:32 UTC - Minh Thai: but now when I have couchdb running, 
running `ansible-playbook -i environments/local couchdb.yml` give me error
```
TASK [couchdb : (re)start CouchDB from 'apache/couchdb:2.1 '] 
**********************************************************************************************************************************************
Friday 15 February 2019  23:38:05 +0800 (0:00:00.082)       0:00:01.754 *******
fatal: [172.17.0.1]: FAILED! =&gt; {"changed": false, "msg": "Error starting 
container c6dc8a4200cc9f6c2edaa12dcbff60f6719f7fb32f2df11801d841076c1628a0: 500 
Server Error: Internal Server Error (\"{\"message\":\"driver failed programming 
external connectivity on endpoint couchdb 
(62ed02dcbcce07ffcde418e589cb0ca933dc5948b0fdff4a2b51dc118a320c54): Error 
starting userland proxy: Bind for 0.0.0.0:5984 failed: port is already 
allocated\"}\")"}
```
I'm following the steps from 
<https://github.com/apache/incubator-openwhisk/blob/master/ansible/README.md>

to deploy locally
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550245292090800?thread_ts=1545705236.025000&cid=C3TPCAQG1
----
2019-02-15 15:46:29 UTC - Minh Thai: `0.0.0.0:5984` is where couchdb is 
running, so if it is being restarted, that port should not be listened by anyone
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550245589092400
----
2019-02-15 15:47:03 UTC - Minh Thai: Does anyone know how to get over this? 
Thanks
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550245623093000
----
2019-02-15 15:51:45 UTC - James Thomas: will do it today!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550245905093100?thread_ts=1550243287.084300&cid=C3TPCAQG1
----
2019-02-15 15:52:51 UTC - Bui Vo Quoc Bao: authkey is in 
ansible/files/auth.guest
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550245971093600?thread_ts=1550245240.090700&cid=C3TPCAQG1
----
2019-02-15 15:53:40 UTC - Bui Vo Quoc Bao: edgehost, dbprefix are in 
whisk.properties
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550246020093900?thread_ts=1550245240.090700&cid=C3TPCAQG1
----
2019-02-15 15:54:12 UTC - Bui Vo Quoc Bao: I’m not sure about dburl, apihost
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550246052094100?thread_ts=1550245240.090700&cid=C3TPCAQG1
----
2019-02-15 15:54:24 UTC - Bui Vo Quoc Bao: workers = 1?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550246064094300?thread_ts=1550245240.090700&cid=C3TPCAQG1
----
2019-02-15 15:57:23 UTC - Jason Peterson: you do not need to specify workers.  
that is optional and only need for HA support
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550246243094500?thread_ts=1550245240.090700&cid=C3TPCAQG1
----
2019-02-15 15:58:11 UTC - Jason Peterson: dburl is the url to the database 
where the triggers will be created
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550246291094700?thread_ts=1550245240.090700&cid=C3TPCAQG1
----
2019-02-15 16:06:20 UTC - Bui Vo Quoc Bao: Ok, thanks. I managed to execute the 
install script successfully. However, when I list the packages in 
/whisk.system, cloudant package doesn’t show up.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550246780094900?thread_ts=1550245240.090700&cid=C3TPCAQG1
----
2019-02-15 16:09:31 UTC - Bui Vo Quoc Bao: ```bin/wsk package list 
/whisk.system -i```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550246971095200?thread_ts=1550245240.090700&cid=C3TPCAQG1
----
2019-02-15 16:13:59 UTC - Bui Vo Quoc Bao: well, the installed package isn’t in 
/whisk.system. It is located in /guest :neutral_face:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550247239095400?thread_ts=1550245240.090700&cid=C3TPCAQG1
----
2019-02-15 16:55:50 UTC - Bui Vo Quoc Bao: The command: ```bin/wsk trigger 
create myCloudantTrigger --feed /guest/myCloudant/changes --param dbname mydb 
-i``` returns an error: The requested resource does not exist
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550249750096000
----
2019-02-15 16:56:51 UTC - Bui Vo Quoc Bao: I can use other actions without 
problems though, such as: ```bin/wsk action invoke -i 
/guest/myCloudant/list-all-databases --result```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550249811096600
----
2019-02-15 16:58:39 UTC - Bui Vo Quoc Bao: ```bin/wsk action invoke -i 
/guest/myCloudant/read-database --param dbname mydb --result```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550249919097200
----
2019-02-15 16:59:34 UTC - Bui Vo Quoc Bao: The mydb is already there. I can see 
it via list-all-databases
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550249974097900
----
2019-02-15 18:16:13 UTC - Carlos Santana: my bad I think the 3 hour time zone 
has me not reading well Dave, I have being waking up at 2:30AM (Raleigh time my 
5:30AM)
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1550254573098000?thread_ts=1550243287.084300&cid=C3TPCAQG1
----

Reply via email to