Hi List,
I am trying to setup CouchDB 2.0, based on the develop branch of the git
for some time and I run into a series of problems:
1. When I try to access the config from Fauxton, I get An Error
occurred: Database does not exist.
2. When I try to end the admin party using Fauxton, I get Could not
create admin. Database does not exist.
3. When I set the admin directly inside the etc/local.ini, the cluster
loses access to the shards and I get a :
10:38:15.324 [error] req_err(2569857535) internal_server_error : No DB
shards could be opened.
[<<"fabric_util:get_shard/4 L177">>,<<"fabric:get_security/2
L141">>,<<"chttpd_auth_request:db_authorization_check/1
L79">>,<<"chttpd_auth_request:authorize_request/1
L19">>,<<"chttpd:handle_request/1 L210">>,<<"mochiweb_http:headers/5
L93">>,<<"proc_lib:init_p_do_apply/3 L239">>]
Removing the password from the local.ini doesn't fix the issue. In fact,
I have not been able to recover the access to the shards at this point.
Should I start with another branch or is there a way to manually fix the
config ?
Thanks in advance,
Antoine