You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/07/19 00:24:21 UTC

[GitHub] [couchdb] Coinbird commented on issue #1741: Supervisor couch_peruser_sup had child couch_peruser started with couch_peruser:start_link() at <0.30813.1> exit with reason normal in context child_terminated

Coinbird commented on issue #1741: Supervisor couch_peruser_sup had child couch_peruser started with couch_peruser:start_link() at <0.30813.1> exit with reason normal in context child_terminated
URL: https://github.com/apache/couchdb/issues/1741#issuecomment-513042518
 
 
   I had this issue as well. CouchDB 2.3.1
   
   Strangely, I was unable to log out as well, when it happens. In Fauxton, I noticed that there was a database that was "unable to load" even though I was logged into Fauxton.
   
   As far as I can tell, it had something to do with per_user databases getting in a weird state; I'm not entirely sure how I got there.  I was messing with permissions on the _users DB and that perhaps I caused it (I was creating users from another _users account.)  Either a user hadn't been properly deleted (somehow) or some kind of conflict between userdb- and the corresponding username.
   
   My fix was from Fauxton,  find the userdb-xyz database that "cannot be loaded" and manually issue a DELETE from curl, Postman, (or tool of your choice.) I used Basic auth for this DELETE command, using my administrator user/pw.
   Once that "Cannot be loaded" DB was gone, everything started working again. Luckily this was a local dev DB and I didn't need the contents of the userdb.

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