Openwhisk: Native deployment of openwhisk in vagrant vm. nginx is not present in docker ps.

Created on 27 May 2017  路  10Comments  路  Source: apache/openwhisk

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
67f5b9848e62 ches/kafka:0.10.0.1 "/start.sh" 46 hours ago Up 26 hours 7203/tcp, 0.0.0.0:9092->9092/tcp kafka
82959d1037dc zookeeper:3.4 "/docker-entrypoin..." 46 hours ago Up 26 hours 2888/tcp, 0.0.0.0:2181->2181/tcp, 3888/tcp zookeeper
308dd2b1b4fd gliderlabs/registrator "/bin/registrator ..." 46 hours ago Restarting (1) 43 seconds ago registrator
c69895255c3a consul:0.7.0 "docker-entrypoint..." 46 hours ago Restarting (1) 43 seconds ago consul

Most helpful comment

run wskdev edge to redeploy nginx. You. An just recreate the directory (without root /tmp/nginx if necessary).

All 10 comments

ant can't be used to build the current version I suppose. Used gradle as per the revised version. Steps to be followed are the same ? I cannot do it with ant as there is no build.xml file, so can you please tell how to fix this issue using gradle ?

Do you have /tmp/nginx owned by root?

Sorry for the delayed response. I think it was owned by root. But I deleted it while following some instructions to solve the above problem. Now I can't locate that file. And the problem is still not resolved. Please help.

run wskdev edge to redeploy nginx. You. An just recreate the directory (without root /tmp/nginx if necessary).

Thanks a lot. It works :+1:

I get "Destination /tmp/wskconf/nginx not writable" when trying 'wskdev edge':
image

Remove the directory first. It鈥檚 likely owned by root and causes the issue you鈥檙e seeing.

Now I get a different error,
image
sorry for the headache!

This is now fix with #3269

Was this page helpful?
0 / 5 - 0 ratings