From issues-return-40479-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Thu Oct 10 20:52:24 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B2724180626 for ; Thu, 10 Oct 2019 22:52:23 +0200 (CEST) Received: (qmail 24508 invoked by uid 500); 10 Oct 2019 20:52:23 -0000 Mailing-List: contact issues-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list issues@openwhisk.apache.org Received: (qmail 24499 invoked by uid 99); 10 Oct 2019 20:52:23 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2019 20:52:23 +0000 From: GitBox To: issues@openwhisk.apache.org Subject: [GitHub] [openwhisk] ali-raza-tariq edited a comment on issue #2926: Missing document for wskadmin Message-ID: <157074074306.6957.7877977235515978874.gitbox@gitbox.apache.org> Date: Thu, 10 Oct 2019 20:52:23 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit ali-raza-tariq edited a comment on issue #2926: Missing document for wskadmin URL: https://github.com/apache/openwhisk/issues/2926#issuecomment-540757341 Hi guys, I am trying to use wskadmin utility and facing some issues. First, I am testing docker-compose deployment and just want test wskadmin control. I tried to use the default executable at `/openwhisk-src/bin/wskadmin` which gave me the same error as @daisy-ycguo ``` property "DB_WHISK_AUTHS" not found in environment or property file property "WHISK_LOGS_DIR" not found in environment or property file property "DB_PASSWORD" not found in environment or property file property "DB_PORT" not found in environment or property file property "DB_PROTOCOL" not found in environment or property file property "DB_WHISK_ACTIONS" not found in environment or property file property "DB_HOST" not found in environment or property file property "DB_WHISK_ACTIVATIONS" not found in environment or property file property "DB_USERNAME" not found in environment or property file ``` After that, I tried to build the wskadmin-next (Gradle build). When I try to use this new executable, it gives me a different error ``` [wskadmin] Error: Incomplete config. Provide application.conf via '-c' option ``` For the record, I am simply trying to create a new namespace using `wskadmin-next user create userA`.From the discussion above, It seems to depend on `whisk.properties` file but I am unable to find any such file in the source directory. Please let me know how I can get it working! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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