spattewar commented on issue #2567: Openwhisk Local Installation on Ubuntu 14 
Failed !!! Please help
URL: 
https://github.com/apache/incubator-openwhisk/issues/2567#issuecomment-321123249
 
 
   @devbv  @rabbah 
   I am trying to create action by giving the command below and it is not 
creating
   root@guruvirtues-HP-EliteBook-8560w-SN717UP-ABA:~/openwhisk# bin/wsk action 
create hello bin/hello.js
   error: Unable to create action 'hello': Put 
https://172.17.0.1/api/v1/namespaces/_/actions/hello?overwrite=false: 
proxyconnect tcp: dial tcp 172.17.0.1:443: getsockopt: connection refused
   
   this is my docker ps command output
   CONTAINER ID        IMAGE                        COMMAND                  
CREATED             STATUS                         PORTS                        
                                      NAMES
   7cfdf9111f5b        nginx:1.11                   "nginx -g 'daemon off"   13 
hours ago        Restarting (1) 6 minutes ago   0.0.0.0:80->80/tcp, 
0.0.0.0:443->443/tcp, 0.0.0.0:8443->8443/tcp   nginx
   033b2de24deb        whisk/invoker:latest         "/bin/sh -c 'exec /in"   13 
hours ago        Up About an hour               0.0.0.0:12001->8080/tcp         
                                   invoker0
   9e53d3bb7804        whisk/controller:latest      "/bin/sh -c 'controll"   13 
hours ago        Up About an hour               0.0.0.0:10001->8080/tcp         
                                   controller0
   3c3e465ce800        ches/kafka:0.10.2.1          "/start.sh"              13 
hours ago        Up About an hour               7203/tcp, 
0.0.0.0:9092->9092/tcp                                   kafka
   cd9d55150b91        zookeeper:3.4                "/docker-entrypoint.s"   13 
hours ago        Up About an hour               2888/tcp, 
0.0.0.0:2181->2181/tcp, 3888/tcp                         zookeeper
   c1b48a3c3d76        openwhisk/apigateway:0.8.2   "/usr/local/bin/dumb-"   13 
hours ago        Up About an hour               80/tcp, 8423/tcp, 
0.0.0.0:9000->9000/tcp, 0.0.0.0:9001->8080/tcp   apigateway
   2835875673ae        redis:3.2                    "docker-entrypoint.sh"   13 
hours ago        Up About an hour               0.0.0.0:6379->6379/tcp          
                                   redis
   5b7549d135bc        couchdb:1.6                  "tini -- /docker-entr"   13 
hours ago        Up About an hour               0.0.0.0:5984->5984/tcp          
                                   couchdb
   
   Is it issue with nginx? I think it is not able to connect or relay. Please 
help. This seems to be the last step.
   
   thank you again for the time and help
   regards
 
----------------------------------------------------------------
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