Skip to content

Instantly share code, notes, and snippets.

@shadeslayer
Created April 22, 2011 20:34
Show Gist options
  • Select an option

  • Save shadeslayer/937545 to your computer and use it in GitHub Desktop.

Select an option

Save shadeslayer/937545 to your computer and use it in GitHub Desktop.
shadeslayer@saphira ~syncevopath/bin » [INFO] syncevo-http: new SyncML session for 10.0.0.3
[ERROR] twisted: Unhandled Error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 1371, in dataReceived
finishCallback(data[contentLength:])
File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 1585, in _finishRequestBody
self.allContentReceived()
File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 1641, in allContentReceived
req.requestReceived(command, path, version)
File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 807, in requestReceived
self.process()
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/web/server.py", line 125, in process
self.render(resrc)
File "/usr/lib/python2.7/dist-packages/twisted/web/server.py", line 132, in render
body = resrc.render(self)
File "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 210, in render
return m(request)
File "./syncevo-http-server", line 243, in render_POST
urlparse.urljoin(self.url.geturl(), request.path))
File "./syncevo-http-server", line 166, in start
self.object = Context.getDBusServer()
File "./syncevo-http-server", line 71, in getDBusServer
'/org/syncevolution/Server'),
File "/usr/lib/pymodules/python2.7/dbus/bus.py", line 244, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/pymodules/python2.7/dbus/proxies.py", line 241, in __init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/pymodules/python2.7/dbus/bus.py", line 183, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/pymodules/python2.7/dbus/bus.py", line 281, in start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/pymodules/python2.7/dbus/connection.py", line 630, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.syncevolution was not provided by any .service files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment