Terry-Shi opened a new issue #92: Error when list action
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/92
 
 
   after I setup the OpenWhisk in Kubernetes, I got below error message:
   
   $wsk action list --insecure
   error: Unable to obtain the list of actions for namespace 'default': There 
was an internal server error. (code 7)
    I check the log of controller, I got this:
   [2017-11-28T07:32:48.415Z] [INFO] [#tid_16478] GET 
/api/v1/namespaces/_/actions limit=30&skip=0
   [2017-11-28T07:32:48.415Z] [INFO] [#tid_16478] [RestAPIVersion] 
authenticate: 23bc46b1-71f6-4ed5-8c54-816aa4f8c502
   [2017-11-28T07:32:48.415Z] [INFO] [#tid_16478] [Identity] [GET] serving from 
cache: CacheKey(23bc46b1-71f6-4ed5-8c54-816aa4f8c502) 
[marker:database_cacheHit_count:1]
   [2017-11-28T07:32:48.415Z] [INFO] [#tid_16478] [RestAPIVersion] 
authentication valid
   [2017-11-28T07:32:48.416Z] [INFO] [#tid_16478] [LocalEntitlementProvider] 
checking user 'guest' has privilege 'READ' for 'actions/guest'
   [2017-11-28T07:32:48.416Z] [INFO] [#tid_16478] [ActivationThrottler] 
concurrent activations in system = 0, below limit = 5000
   [2017-11-28T07:32:48.416Z] [INFO] [#tid_16478] [LocalEntitlementProvider] 
authorized
   [2017-11-28T07:32:48.416Z] [INFO] [#tid_16478] [ActionsApi] [LIST] exclude 
private entities: required == false
   [2017-11-28T07:32:48.417Z] [INFO] [#tid_16478] [CouchDbRestStore] [QUERY] 
'test_whisks' searching 'whisks/actions [marker:database_queryView_start:2]
   [2017-11-28T07:32:48.420Z] [ERROR] [#tid_16478] [CouchDbRestStore] 
Unexpected http response code: 404 Not Found 
[marker:database_queryView_error:6:3]
   [2017-11-28T07:32:48.420Z] [ERROR] [#tid_16478] [CouchDbRestStore] [QUERY] 
'test_whisks' internal error, failure: 'Unexpected http response code: 404 Not 
Found' [marker:database_queryView_error:6:3]
   [2017-11-28T07:32:48.420Z] [ERROR] [#tid_16478] [ActionsApi] [LIST] entity 
failed: Unexpected http response code: 404 Not Found
   [2017-11-28T07:32:48.421Z] [INFO] [#tid_16478] [BasicHttpService] 
[marker:http_get.500_count:7:7]
   
   is there any data missing in couchDB ?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to