AutoFailover Error

Hi,

I get “A server was automatically failed over” in the Webconsole, and an Error if I try to click “Reset Quota”.

With the API-Call I get:

curl -X POST -i -u xxx:xxx http://xx.xx.xx.xx:8091/settings/autoFailover/resetCount

HTTP/1.1 500 Internal Server Error
Server: Couchbase Server 2.2.0-837-rel-community
Pragma: no-cache
Date: Tue, 10 Jun 2014 07:02:19 GMT
Content-Type: application/json
Content-Length: 44
Cache-Control: no-cache

[“Unexpected server error, request logged.”]

In the log there is:

Server error during processing: [“web request failed”,
{path,"/settings/autoFailover/resetCount"},
{type,exit},
{what,
{noproc,
{gen_server,call,
[{global,auto_failover},
reset_auto_failover_count]}}},
{trace,
[{gen_server,call,2},
{menelaus_web,
handle_settings_auto_failover_reset_count,
1},
{request_throttler,do_request,3},
{menelaus_web,loop,3},
{mochiweb_http,headers,5},
{proc_lib,init_p_do_apply,3}]}]

I have a 4-Node-Cluster with 2 replicas.

Thanks,
Pascal