reiz commented on issue #2538: vagrant "hello" script fails
URL: 
https://github.com/apache/incubator-openwhisk/issues/2538#issuecomment-343434673
 
 
   The whole error is very reproducible. Tried that already 5 times this 
morning. Getting always the same results. It fails always by starting the 
controllers. Every time I log in to the VM I can see that there are two Docker 
containers for the controller in exit status. Here is the output from `docker 
ps -a` inside of the Vagrant box: 
   
   ```
   CONTAINER ID        IMAGE                         COMMAND                  
CREATED             STATUS                              PORTS                   
                                           NAMES
   108a1d038452        openwhisk/controller:latest   "/bin/sh -c 'export C"   9 
minutes ago       Restarting (1) About a minute ago   0.0.0.0:8001->2551/tcp, 
0.0.0.0:10002->8080/tcp                    controller1
   23527dee7b99        openwhisk/controller:latest   "/bin/sh -c 'export C"   9 
minutes ago       Restarting (1) About a minute ago   0.0.0.0:8000->2551/tcp, 
0.0.0.0:10001->8080/tcp                    controller0
   9483d14b5edf        ches/kafka:0.10.2.1           "/start.sh"              
10 minutes ago      Up 10 minutes                       7203/tcp, 
0.0.0.0:9092->9092/tcp                                   kafka
   ad63d6e0c58a        zookeeper:3.4                 "/docker-entrypoint.s"   
12 minutes ago      Up 12 minutes                       2888/tcp, 
0.0.0.0:2181->2181/tcp, 3888/tcp                         zookeeper
   f2972d0ec0c9        openwhisk/apigateway:0.8.2    "/usr/local/bin/dumb-"   
13 minutes ago      Up 13 minutes                       80/tcp, 8423/tcp, 
0.0.0.0:9000->9000/tcp, 0.0.0.0:9001->8080/tcp   apigateway
   2e7b11e8dd0d        redis:3.2                     "docker-entrypoint.sh"   
13 minutes ago      Up 13 minutes                       0.0.0.0:6379->6379/tcp  
                                           redis
   e678f31af41c        klaemo/couchdb:2.0            "tini -- /docker-entr"   
17 minutes ago      Up 17 minutes                       4369/tcp, 9100/tcp, 
0.0.0.0:5984->5984/tcp                         couchdb
   ```
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to