lmoran opened a new issue #121: API Gateway does not start with docker-compose: 
openwhisk-server-cert.pem file missing
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/121
 
 
   When I try "make quick-start" all the containers are built and started, but 
the API openwhisk_apigateway_1 stops after a few seconds.
   
   When I look at the logs of said container, it seems some SSL keys were not 
deployed:
   
   ```
   nginx: [emerg] BIO_new_file("/etc/ssl/openwhisk-server-cert.pem") failed 
(SSL: error:02001002:system library:fopen:No such file or 
directory:fopen('/etc/ssl/openwhisk-server-cert.pem','r') error:2006D080:BIO 
routines:BIO_new_file:no such file)
   nginx: configuration file /etc/api-gateway/api-gateway.conf test failed
      ... using log level: 'warn'. Override it with -e 'LOG_LEVEL=<level>' 
   2018/04/28 00:45:12 Starting HTTP on port 127.0.0.1:8888
   2018/04/28 00:45:12 Executing sync cmd: echo checking for changes ...
   nginx: [emerg] BIO_new_file("/etc/ssl/openwhisk-server-cert.pem") failed 
(SSL: error:02001002:system library:fopen:No such file or 
directory:fopen('/etc/ssl/openwhisk-server-cert.pem','r') error:2006D080:BIO 
routines:BIO_new_file:no such file)
   ```
   
   My environment is:
   ```
   Ubuntu 17.10
   OpenJDK version 1.8.0_162
   docker-compose version 1.11.2, build dfed245
   Docker version 1.13.1, build 092cba3
   ```
   

----------------------------------------------------------------
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