Ticket #618 (new defect)

Opened 9 months ago

Last modified 4 months ago

evo2-sync had an error while connecting: Unable to open anything

Reported by: acs Assigned to: dfriedrich
Priority: normal Milestone:
Component: Plugin: evolution2 Version: 0.22
Severity: blocker Keywords:
Cc: liam@dennehy.eclipse.co.uk

Description

I receive the error: "evo2-sync had an error while connecting: Unable to open anything"

with the evo2-sync config:

<config>

<address_path>file:///home/acs/.evolution/addressbook/local/system/</address_path> <calendar_path>file:///home/acs/.evolution/calendar/local/system/</calendar_path> <tasks_path>file:///home/acs/.evolution/tasks/local/system/</tasks_path>

</config>

and trying to sync with a file-sync.

Change History

11/09/07 07:41:42 changed by acs

acs@reborn:~$ msynctool --version
This is msynctool version "0.22"
using OpenSync version "0.22"

Installed in a Ubuntu gutsy distro from the repository:

http://opensync.gforge.punktart.de

using the Ubuntu feisty packages.

01/07/08 00:15:07 changed by mindhaq

  • severity changed from normal to major.

I can second that; same repo, same distro. Also trying to sync from files to Evolution.

And the same happens when I try to sync directly with my mobile via syncml-obenobex - which works with files. So it is most probably evo2-sync and not the files.

02/02/08 04:18:35 changed by lipatden

  • cc set to liam@dennehy.eclipse.co.uk.
  • severity changed from major to blocker.

I have the same issue on Fedora 7 x86_64, Opensync v0.22 (from RPM).

I thought this was a problem with my mobile sync as above, but sync from mobile to file fine, mobile to evo2 or file to evo2 give same output as in original post. Changed severity from major to blocker, since this is simply not working at all, "major" doesn't describe it (at least not for the evo2 plugin, opensync as a whole seems fine).

Really thrilled my N95 syncs though! :)

(follow-up: ↓ 5 ) 02/17/08 18:45:10 changed by haebler

I am helping myself out with workaround in the meantime... Getting rid of the trailing slashes in the *_path config made it working.

<config>
  <address_path>file:///home/acs/.evolution/addressbook/local/system</address_path>
  <calendar_path>file:///home/acs/.evolution/calendar/local/system</calendar_path>
  <tasks_path>file:///home/acs/.evolution/tasks/local/system</tasks_path>
</config>

(in reply to: ↑ 4 ) 03/19/08 19:41:01 changed by szerintedmi

I did remove the trailing slashes but i still receive the error message.

Replying to haebler:

I am helping myself out with workaround in the meantime... Getting rid of the trailing slashes in the *_path config made it working. {{{ <config> <address_path>file:///home/acs/.evolution/addressbook/local/system</address_path> <calendar_path>file:///home/acs/.evolution/calendar/local/system</calendar_path> <tasks_path>file:///home/acs/.evolution/tasks/local/system</tasks_path> </config> }}}

04/08/08 02:58:48 changed by mdl76

Just to add my two cents: I get the same problem with the Fedora 8 RPM from the main repository (libopensync-plugin-evolution2 i386 0.22-2.fc8) running with Opensync v0.22. No trailing slashes existed to remove. My configuration file is:

{{{ <config>

<address_path>file:///home/mdl/.evolution/addressbook/local/1207606990.24425.0@localhost.localdomain</address_path> <calendar_path>file:///home/mdl/.evolution/calendar/local/1207607688.24425.1@localhost.localdomain</calendar_path> <tasks_path>file:///home/mdl/.evolution/tasks/local/1207607719.24425.2@localhost.localdomain</tasks_path>

</config> }}}