If data isn't syncing to other CouchDBs properly, so (for example) your Evolution contacts are stored in desktopcouch but are not appearing in the Ubuntu One web interface, check the replication log. This is a logfile listing the output from replication, and is at ~/.cache/desktop-couch/log/desktop-couch-replication.log. This log may give you some clues as to what's going wrong.
Killing and restarting desktopcouch To re-start desktopcouch from scratch, do the following, in a terminal window:
1. killall beam.smp - this will kill any existing desktopcouch processes. (Note: do not do this with sudo!) If this says beam.smp: no process found, then do killall beam instead. 2.This will remove the desktopcouch configuration file, which will then be re-generated. (This will not lose any data stored in desktopcouch, do not worry.)
rm ~/.config/desktop-couch/desktop-couchdb.ini
3. This should restart desktopcouch. You can ignore messages printed by this command
dbus-send --session --dest=org.desktopcouch.CouchDB --print-reply --type=method_call / org.desktopcouch.CouchDB.getPort
4.Open the bookmark file, which should then correctly take you to your desktopcouch web interface. Replace [COLOR="Red"]YOURUSERNAME[/COLOR] with your USERNAME. For this step opening Evolution and looking at your contacts might make more sense for some users. ``` xdg-open file:///home/[COLOR="Red"]YOURUSERNAME[/COLOR]/.local/share/desktop-couch/couchdb.html
**Can't open CouchDB addressbook from Evolution contacts**
This usually means that desktopcouch is not running, but if restarting desktopcouch(above) did not help it might be due to other causes. To troubleshoot it, please run, on a terminal:
evolution --force-shutdow
then run
/usr/lib/evolution/evolution-data-server-2.28
Then, start Evolution again and try to open again the CouchDB addressbook. If it fails, have a look at the output on the terminal, it should have some hints as to why it failed. If you do not understand the output copy all contents from the Terminal and file a bug [here]("https://bugs.edge.launchpad.net/evolution-couchdb/+filebug").