http://bugs.meego.com/show_bug.cgi?id=2852
--- Comment #10 from joschum <juergenoschumacher(a)gmx.de> 2010-06-12 00:23:05 PDT
---
> "First ERROR encountered: calendar: retrieving item:
> 20100608T133354Z-2330-1000-1-0@epithalamus-rid: Object not found"
That means that your Evolution Data Server (EDS) is confused.
20100608T133354Z-2330-1000-1-0@epithalamus is the ID of an item which it
reported when SyncEvolution started the session. Later the item suddenly cannot
be read anymore. If that happened before, then it is probably the reason why
you where forced into a slow sync.
Check where EDS is installed (ps -ef | grep evolution-data-server).
schm 2330 1 0 Jun08 ? 00:00:57
/usr/lib/evolution/evolution-data-server-2.28
--oaf-activate-iid=OAFIID:GNOME_Evolution_DataServer_CalFactory:1.
Quit Evolution.
Shut down server (evolution --force-shutdown).
Start the server in a shell.
schm@epithalamus:/usr/lib/evolution$ ./evolution-data-server-2.28
evolution-data-server-Message: Starting server
e-data-server-Message: adding type `EBookBackendLDAPFactory'
e-data-server-Message: adding type `ECalBackendContactsEventsFactory'
e-data-server-Message: adding type `EBookBackendVCFFactory'
e-data-server-Message: adding type `ECalBackendHttpTodosFactory'
e-data-server-Message: adding type `ECalBackendHttpEventsFactory'
e-data-server-Message: adding type `ECalBackendHttpMemosFactory'
e-data-server-Message: adding type `ECalBackendFileTodosFactory'
e-data-server-Message: adding type `ECalBackendFileEventsFactory'
e-data-server-Message: adding type `ECalBackendFileJournalFactory'
e-data-server-Message: adding type `EBookBackendFileFactory'
e-data-server-Message: adding type `EBookBackendWebdavFactory'
e-data-server-Message: adding type `ECalBackendGoogleTodosFactory'
e-data-server-Message: adding type `ECalBackendGoogleEventsFactory'
e-data-server-Message: adding type `ECalBackendMAPITodosFactory'
e-data-server-Message: adding type `ECalBackendMAPIEventsFactory'
e-data-server-Message: adding type `ECalBackendMAPIJournalFactory'
e-data-server-Message: adding type `EBookBackendCouchDBFactory'
e-data-server-Message: adding type `ECalBackendCalDAVEventsFactory'
e-data-server-Message: adding type `ECalBackendCalDAVTodosFactory'
e-data-server-Message: adding type `ECalBackendCalDAVMemosFactory'
e-data-server-Message: adding type `EBookBackendGoogleFactory'
e-data-server-Message: adding type `ECalBackendGroupwiseTodosFactory'
e-data-server-Message: adding type `ECalBackendGroupwiseEventsFactory'
e-data-server-Message: adding type `ECalBackendGroupwiseJournalFactory'
e-data-server-Message: adding type `ECalBackendWeatherEventsFactory'
e-data-server-Message: adding type `EBookBackendMAPIGALFactory'
e-data-server-Message: adding type `EBookBackendMAPIFactory'
e-data-server-Message: adding type `EBookBackendGroupwiseFactory'
in server_log_handler
Run the sync in another shell.
schm@epithalamus:~$ syncevolution memotoo
[INFO] calendar: starting first time sync, two-way
[INFO] addressbook: starting first time sync, two-way
[INFO] calendar: first time sync done unsuccessfully
[ERROR] calendar: unexpected slow sync (local, status 22000)
[INFO] addressbook: first time sync done unsuccessfully
[ERROR] addressbook: unexpected slow sync (local, status 22000)
Synchronization failed, see
/home/schm/.cache/syncevolution/memotoo-2010-06-12-09-15/syncevolution-log.html
for details.
Changes applied during synchronization:
+---------------|-----------------------|-----------------------|-CON-+
| | LOCAL | REMOTE | FLI |
| Source | NEW | MOD | DEL | ERR | NEW | MOD | DEL | ERR | CTS |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
| addressbook | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| slow, 0 KB sent by client, 0 KB received |
| unexpected slow sync (local, status 22000) |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
| calendar | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| slow, 0 KB sent by client, 0 KB received |
| unexpected slow sync (local, status 22000) |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
| start Sat Jun 12 09:15:11 2010, duration 0:03min |
| local, status 20048 |
+---------------+-----+-----+-----+-----+-----+-----+-----+-----+-----+
First ERROR encountered: unexpected slow sync (local, status 22000)
Doing a slow synchronization may lead to duplicated items or
lost data when the server merges items incorrectly. Choosing
a different synchronization mode may be the better alternative.
Restart synchronization of affected source(s) with one of the
following sync modes to recover from this problem:
slow, refresh-from-server, refresh-from-client
Analyzing the current state:
syncevolution --status memotoo addressbook calendar
Running with one of the three modes:
syncevolution --sync [slow|refresh-from-server|refresh-from-client] memotoo
addressbook calendar
Any suspicious output from EDS?
evolution-data-server-Message: Server up and running
impl_GNOME_Evolution_Addressbook_BookFactory_getBook
+ file:///home/schm/.evolution/addressbook/local/system
=> 0x12f3800
impl_GNOME_Evolution_Addressbook_Book_open (0x12f3800)
impl_GNOME_Evolution_Addressbook_Book_getContactList
backend_last_client_gone_cb() called!
in server_log_handler
evolution-data-server-Message: termination_handler(): Terminating the Server.
Have a nice day.
Is the above output suspicious?
If not, stop EDS, then repeat with EDS running under valgrind
("valgrind <path
to eds>").
Please report back here, but also file a bug for EDS in
bugzilla.gnome.org.
So far, I did not perform the last step. I`d like to understand why the server
was terminated?
--
Configure bugmail:
http://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.