From: Karol K. <sz...@he...> - 2006-05-21 20:04:32
|
Hi, I've been trying to sync my Nokia 6260 (Symbian OS 7.0, Series 60 2.1) using SyncML over Bluetooth. I've set up libopensync, syncml-plugin, wbxml2 and what not according to http://www.opensync.org/wiki/syncml-guide. When I run msynctool I get this output: #v+ $ msynctool --sync obexfile Synchronizing group "obexfile" The previous synchronization was unclean. Slow-syncing Member 1 of type file-sync just connected I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd received event dsession received contact dsession received note dsession Member 2 of type syncml-obex-client just connected All clients connected or error Member 1 of type file-sync just sent all changes I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd Member 2 of type syncml-obex-client had an error while getting changes: No node at all Member 1 of type file-sync just disconnected Member 2 of type syncml-obex-client had an error while disconnecting: Timeout while waiting for a reply to message "DISCONNECT" All clients have disconnected The sync failed: Unable to read from one of the members Error synchronizing: Unable to read from one of the members #v- The last part of the plugin-specific log is attached below, more can be found at http://hell.org.pl/~sziwan/syncml-traces.tar.gz What can I do to make it work? Best regards, -- Karol 'sziwan' Kozimor sz...@he... <<<<<<< smlDsSessionGetAlert >>>>>>> smlDsSessionGetSync(0xb4209f40, 0xb7928a30, 0x8078bf0) <<<<<<< smlDsSessionGetSync >>>>>>> smlDsSessionGetChanges(0xb4209f40, 0xb7928720, 0x8078bf0) <<<<<<< smlDsSessionGetChanges >>>>>>> smlDsSessionGetSync(0xb4209ca0, 0xb7928a30, 0x8078bf0) <<<<<<< smlDsSessionGetSync >>>>>>> smlDsSessionGetChanges(0xb4209ca0, 0xb7928720, 0x8078bf0) <<<<<<< smlDsSessionGetChanges >>>>>>> smlDsSessionGetSync(0xb4215370, 0xb7928a30, 0x8078bf0) <<<<<<< smlDsSessionGetSync >>>>>>> smlDsSessionGetChanges(0xb4215370, 0xb7928720, 0x8078bf0) <<<<<<< smlDsSessionGetChanges >>>>>>> smlSessionFlush(0xb42094c0, 1, 0xb5310288) sending command 0x807fc68 <<<<<<< smlSessionFlush <<<<<<< get_changeinfo <<<<<<< osync_member_get_changeinfo <<<<<<< client_message_handler >>>>>>> _manager_event(0x8072628, 6, 0xb42094c0, (nil), 0x8070f00) <<<<<<< _manager_event >>>>>>> _smlManagerEventFree(0xb4215448) >>>>>>> smlSessionUnref(0xb42094c0) <<<<<<< smlSessionUnref <<<<<<< _smlManagerEventFree >>>>>>> _manager_event(0x8072628, 7, 0xb42094c0, 0xb42122a0, 0x8070f00) There was an error in the session 5: No node at all >>>>>>> osync_context_report_osyncerror(0x8078bf0, 0xb5310308:(No node at all)) [CLI] WARNING: Member is replying with message 0x807f560 to message 0xb4216070:"GET_CHANGES" with error 1: No node at all <<<<<<< osync_context_report_osyncerror <--- ERROR --- _manager_event: No node at all |
From: Armin B. <arm...@de...> - 2006-06-04 22:43:44
Attachments:
signature.asc
|
Hi Karol, please see if setting <usestringtable> in the syncml config solves the problem. Best Regards, Armin Karol Kozimor wrote: > Hi, > I've been trying to sync my Nokia 6260 (Symbian OS 7.0, Series 60 2.1) > using SyncML over Bluetooth. I've set up libopensync, syncml-plugin, wb= xml2 > and what not according to http://www.opensync.org/wiki/syncml-guide. Wh= en I > run msynctool I get this output: > #v+ > $ msynctool --sync obexfile > Synchronizing group "obexfile" > The previous synchronization was unclean. Slow-syncing > Member 1 of type file-sync just connected > I/O error : Attempt to load network entity http://www.syncml.org/docs/s= yncml_represent_v11_20020213.dtd > received event dsession > received contact dsession > received note dsession > Member 2 of type syncml-obex-client just connected > All clients connected or error > Member 1 of type file-sync just sent all changes > I/O error : Attempt to load network entity http://www.syncml.org/docs/s= yncml_represent_v11_20020213.dtd > Member 2 of type syncml-obex-client had an error while getting changes:= No node at all > Member 1 of type file-sync just disconnected > Member 2 of type syncml-obex-client had an error while disconnecting: T= imeout while waiting for a reply to message "DISCONNECT" > All clients have disconnected > The sync failed: Unable to read from one of the members > Error synchronizing: Unable to read from one of the members > #v- >=20 > The last part of the plugin-specific log is attached below, more can be= found at > http://hell.org.pl/~sziwan/syncml-traces.tar.gz >=20 > What can I do to make it work? > Best regards, >=20 |
From: Karol K. <sz...@he...> - 2006-06-04 23:22:33
|
Thus wrote Armin Bauer: > please see if setting <usestringtable> in the syncml config solves the > problem. It was set to 1 previously. Setting it to 0 produces the following results: #v+ Synchronizing group "obexfile" The previous synchronization was unclean. Slow-syncing Member 1 of type file-sync just connected I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd received event dsession received contact dsession received note dsession Member 2 of type syncml-obex-client just connected All clients connected or error Member 1 of type file-sync just sent all changes I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd Received an reply to our Alert Received an reply to our Alert Received an reply to our Alert Member 2 of type syncml-obex-client had an error while getting changes: wrong initial node: NumberOfChanged Member 1 of type file-sync just disconnected Member 2 of type syncml-obex-client had an error while disconnecting: Timeout while waiting for a reply to message "DISCONNECT" All clients have disconnected The sync failed: Unable to read from one of the members Error synchronizing: Unable to read from one of the members #v- Still it looks like *some* progress... traces at: http://hell.org.pl/~sziwan/syncml-traces-usestrintable-0.tar.gz Best regards, -- Karol 'sziwan' Kozimor sz...@he... |
From: Armin B. <arm...@de...> - 2006-06-05 00:05:20
Attachments:
signature.asc
|
good! this is a known bug in libwbxml. please download libwbxml (0.9.0) from http://libwbxml.aymerick.com/download.php and apply the patch in misc/wbxml2-0.9.0.patch in libsyncml. Armin Karol Kozimor wrote: > Thus wrote Armin Bauer: >> please see if setting <usestringtable> in the syncml config solves the= >> problem. >=20 > It was set to 1 previously. Setting it to 0 produces the following resu= lts: >=20 > #v+ > Synchronizing group "obexfile" > The previous synchronization was unclean. Slow-syncing > Member 1 of type file-sync just connected > I/O error : Attempt to load network entity http://www.syncml.org/docs/s= yncml_represent_v11_20020213.dtd > received event dsession > received contact dsession > received note dsession > Member 2 of type syncml-obex-client just connected > All clients connected or error > Member 1 of type file-sync just sent all changes > I/O error : Attempt to load network entity http://www.syncml.org/docs/s= yncml_represent_v11_20020213.dtd > Received an reply to our Alert > Received an reply to our Alert > Received an reply to our Alert > Member 2 of type syncml-obex-client had an error while getting changes:= wrong initial node: NumberOfChanged > Member 1 of type file-sync just disconnected > Member 2 of type syncml-obex-client had an error while disconnecting: T= imeout while waiting for a reply to message "DISCONNECT" > All clients have disconnected > The sync failed: Unable to read from one of the members > Error synchronizing: Unable to read from one of the members > #v- >=20 > Still it looks like *some* progress... traces at: > http://hell.org.pl/~sziwan/syncml-traces-usestrintable-0.tar.gz >=20 > Best regards, >=20 |
From: Benjamin S. <mai...@sc...> - 2006-06-05 00:34:13
|
I cant find that patch it neither in wbxml nor in the libsyncml files on the webpage. Am I missing something here ? On Monday 05 June 2006 02:05, Armin Bauer wrote: > good! this is a known bug in libwbxml. > > please download libwbxml (0.9.0) from > http://libwbxml.aymerick.com/download.php and apply the patch in > misc/wbxml2-0.9.0.patch in libsyncml. > > Armin > > Karol Kozimor wrote: > > Thus wrote Armin Bauer: > >> please see if setting <usestringtable> in the syncml config solves the > >> problem. > > > > It was set to 1 previously. Setting it to 0 produces the following > > results: > > > > #v+ > > Synchronizing group "obexfile" > > The previous synchronization was unclean. Slow-syncing > > Member 1 of type file-sync just connected > > I/O error : Attempt to load network entity > > http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd received > > event dsession > > received contact dsession > > received note dsession > > Member 2 of type syncml-obex-client just connected > > All clients connected or error > > Member 1 of type file-sync just sent all changes > > I/O error : Attempt to load network entity > > http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd Received an > > reply to our Alert > > Received an reply to our Alert > > Received an reply to our Alert > > Member 2 of type syncml-obex-client had an error while getting changes: > > wrong initial node: NumberOfChanged Member 1 of type file-sync just > > disconnected > > Member 2 of type syncml-obex-client had an error while disconnecting: > > Timeout while waiting for a reply to message "DISCONNECT" All clients > > have disconnected > > The sync failed: Unable to read from one of the members > > Error synchronizing: Unable to read from one of the members > > #v- > > > > Still it looks like *some* progress... traces at: > > http://hell.org.pl/~sziwan/syncml-traces-usestrintable-0.tar.gz > > > > Best regards, |
From: Karol K. <sz...@he...> - 2006-06-05 02:14:28
|
Thus wrote Armin Bauer: > good! this is a known bug in libwbxml. > > please download libwbxml (0.9.0) from > http://libwbxml.aymerick.com/download.php and apply the patch in > misc/wbxml2-0.9.0.patch in libsyncml. Wow, I was sure I had already been using the patched version, but as it turned out it lacked just the NumberOfChanged bit... it now works, except for some invalid character / invalid utf8 warnings. Thanks for your help and sorry for the noise. Best regards, -- Karol 'sziwan' Kozimor sz...@he... |