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 2018/12/18 14:23:48 UTC

[GitHub] Terry-Shi opened a new issue #104: "wsk api list" is not working

Terry-Shi opened a new issue #104: "wsk api list"  is not working
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/104
 
 
   I already created an java action, and it's ok to call it from command line.
   now I'm trying  ApiGateway,  but I got below error msg:
   
   `./wsk api list`
   error: Unable to obtain the API list: The requested resource does not exist. (code 22528)
   
   I checked log of controller
   ```
   [2017-12-01T09:06:06.755Z] [INFO] [#tid_22154] [CouchDbRestStore] [GET] 'test_whisks', document: 'id: whisk.system/apimgmt/getApi'; not found. [marker:database_getDocument_finish:34:3]
   [2017-12-01T09:06:06.756Z] [INFO] [#tid_22154] [WhiskActionMetaData] invalidating CacheKey(whisk.system/apimgmt/getApi)
   [2017-12-01T09:06:06.756Z] [INFO] [#tid_22154] [BasicHttpService] [marker:http_get.404_count:35:35]
   ```
   
   I guess something is missing in couchDB, but I don't know how to fix it .
   
   

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