You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/10/10 19:56:18 UTC

[GitHub] [openwhisk] ali-raza-tariq edited a comment on issue #2926: Missing document for wskadmin

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
   ```
   From the discussion above, I seems to depend on `whisk.properties` file but I cannot seem to find any such file. 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