On Sat, 2012-02-04 at 15:44 +0100, Tino Keitel wrote: > Hi, > > I had to replace the SSL certificate on my syncevolution server, Now I > can't get the syncevolution client get to work anymore. > > If I enter the URL in a web browser, I get a page with a "SyncEvolution > SyncML Server" text, so I assume the certificate stuff is correct. > > This is logged on the server: > > [INFO] syncevo-http: new SyncML session for 79.221.219.65 > [ERROR] twisted: Unhandled Error [...] > File "/home/scorpi/install/bin/syncevo-http-server_new.py", line 243, > in render_POST > urlparse.urljoin(self.url.geturl(), request.path)) > File "/home/scorpi/install/bin/syncevo-http-server_new.py", line 166, > in start > self.object = Context.getDBusServer() > File "/home/scorpi/install/bin/syncevo-http-server_new.py", line 71, > in getDBusServer > '/org/syncevolution/Server'),
It looks like it fails to find the syncevo-dbus-server on D-Bus. Do you use a modified syncevo-http-server script (see _new.py suffix above)? Just wondering. > dbus.exceptions.DBusException: > org.freedesktop.DBus.Error.Spawn.ChildExited: Launch helper exited with > unknown return code 127 [...] > I guess the error is on the server. Any hints how to debug this? A good start would be to run dbus-monitor while the HTTP request gets processed. Also check your setup - can the D-Bus daemon find the syncevo-dbus-server service, and does that binary work? -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
