Comment 5 for bug 754152

Revision history for this message
sarton85 (sarton85) wrote :

The original error message is now gone. But after clicking the address book it is saying, there are no items to show in this view, while I have over 50 contacts on the cloud. Then, after about 30 seconds it is coming with the following error message;

"This address book cannot be opened. This either means that an incorrect URI was entered, or the server is unreachable.
Detailed error message: Timeout was reached"

I have now repeated this process;

$ killall -9 e-addressbook-factory
$ export COUCHDB_DEBUG_MESSAGES=1
$ /usr/lib/evolution/e-addressbook-factory

And started evolution again, clicked the address book and the original output appeared again. Now with another output;

sebastiaan@aspire-desktop:~$ killall -9 e-addressbook-factory
e-addressbook-factory: no process found
sebastiaan@aspire-desktop:~$ /usr/lib/desktopcouch/desktopcouch-stop
Apache CouchDB has been shutdown.
sebastiaan@aspire-desktop:~$ rm ~/.config/desktop-couch/desktop-couchdb.ini
sebastiaan@aspire-desktop:~$ killall -9 e-addressbook-factory
sebastiaan@aspire-desktop:~$ export COUCHDB_DEBUG_MESSAGES=1
sebastiaan@aspire-desktop:~$ /usr/lib/evolution/e-addressbook-factory
e-data-server-Message: adding type `EBookBackendGalFactory'
e-data-server-Message: adding type `EBookBackendExchangeFactory'
e-data-server-Message: adding type `EBookBackendGroupwiseFactory'
e-data-server-Message: adding type `EBookBackendFileFactory'
e-data-server-Message: adding type `EBookBackendCouchDBFactory'
e-data-server-Message: adding type `EBookBackendVCFFactory'
e-data-server-Message: adding type `EBookBackendGoogleFactory'
e-data-server-Message: adding type `EBookBackendWebdavFactory'
e-data-server-Message: adding type `EBookBackendLDAPFactory'
Migrating cached backend data
Migrating local backend data
  rmdir /home/sebastiaan/.evolution
  FAILED: Directory not empty (contents follows)
          tasks
Server is up and running...

** (e-addressbook-factory:3978): WARNING **: Couldn't get desktopcouch port: GDBus.Error:org.freedesktop.DBus.Python.RuntimeError: Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/dbus/service.py", line 702, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/pymodules/python2.7/desktopcouch/application/platform/linux/ipc.py", line 50, in getPort
    port = int(direct_access_find_port(ctx=self.ctx))
  File "/usr/lib/pymodules/python2.7/desktopcouch/application/platform/linux/__init__.py", line 172, in direct_access_find_port
    return direct_access_find_port(pid, ctx, retries_left - 1)
  File "/usr/lib/pymodules/python2.7/desktopcouch/application/platform/linux/__init__.py", line 172, in direct_access_find_port
    return direct_access_find_port(pid, ctx, retries_left - 1)
  File "/usr/lib/pymodules/python2.7/desktopcouch/application/platform/linux/__init__.py", line 172, in direct_access_find_port
    return direct_access_find_port(pid, ctx, retries_left - 1)
  File "/usr/lib/pymodules/python2.7/desktopcouch/application/platform/linux/__init__.py", line 173, in direct_access_find_port
    raise RuntimeError("Unable to find listening port")
RuntimeError: Unable to find listening port