You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/08 16:11:38 UTC

[GitHub] josecvega opened a new issue #2588: Vagrant OpenWhisk Nginx container

josecvega opened a new issue #2588: Vagrant OpenWhisk Nginx container
URL: https://github.com/apache/incubator-openwhisk/issues/2588
 
 
   ## Environment details:
   
   * vagrant (1.9.5) with virtualbox(5.1.22 r115126) running on Mac OS Sierra (19.12.6)
   
   ## Steps to reproduce the issue:
   
   1.   git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
   2.   cd openwhish/tools/vagrant
   3.   ./hello
   4.   vagrant ssh
   3.   create Javascript file names hello.js
   5.   wsk action create hello hello.js
   
   
   ## Provide the expected results and outputs:
   
   ```
   ok: created action hello
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
   error: Unable to create action 'hello': Put https://192.168.33.13/api/v1/namespaces/guest/actions/hello?overwrite=false: dial tcp 192.168.33.13:443: getsockopt: connection refused
   ```
   
   ## Additional information you deem important:
   * nginx container does not appear to be running
   ```
   9a6896827eb1        nginx:1.11                       "nginx -g 'daemon off"   14 hours ago        Restarting (1) 3 minutes ago   0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 0.0.0.0:8443->8443/tcp   nginx
   ````
   
   * can't attach nginx container
   ```
   docker attach 9a6896827eb1
   2017/08/08 15:56:42 [emerg] 1#1: open() "/etc/nginx/nginx.conf" failed (2: No such file or directory)
   nginx: [emerg] open() "/etc/nginx/nginx.conf" failed (2: No such file or directory)
   ```
   
 
----------------------------------------------------------------
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