Comment 3 for bug 476777

Revision history for this message
Janne Nykänen (finguin) wrote :

Hey, I'm getting the following stack trace in Karmic (with all the latest updates), when running ubuntu-client-applet in console (after logging in in browser):

ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 214, in maybe_handle_message
    self._handler(*args, **kwargs)
  File "/usr/bin/ubuntuone-client-applet", line 162, in __new_credentials
    self.set_up_desktopcouch_pairing(consumer_key)
  File "/usr/bin/ubuntuone-client-applet", line 337, in set_up_desktopcouch_pairing
    db = CouchDatabase("management", create=True)
  File "/usr/lib/python2.6/dist-packages/desktopcouch/records/server.py", line 50, in __init__
    desktopcouch.find_pid()
  File "/usr/lib/python2.6/dist-packages/desktopcouch/__init__.py", line 29, in find_pid
    pid = start_local_couchdb.start_couchdb()
  File "/usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py", line 300, in start_couchdb
    username, password = create_ini_file()
  File "/usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py", line 128, in create_ini_file
    True)
DeniedError

Is there any way to analize this further?