From: Carlos S. <so...@fr...> - 2006-06-30 14:30:40
|
Hi all, I am also trying to sync kadressbook with my Sony Ericsson P900 over the bluetooth connection under Debian sid, where I am using the debian packages provided by Matthias Jahn. I have advanced, but there is something in syncm-http-server that does not finishes the process. The septs that I have followed are as follows. 1.- I have configured the bluetooth connection between my P900 and my linux box. It works OK: I can ping my phone and I can browse the internet fom the phone. 2.- I have created a group called p900 with the plugins file-sync and syncml-http-server. The followng shows the content of syncml-http-server.conf <config> <username>test</username> <password>test</password> <url>/</url> <port>8080</port> <usestringtable>0</usestringtable> <onlyreplace>0</onlyreplace> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <contact_db>addressbook</contact_db> <calendar_db>calendar</calendar_db> <note_db>Notes</note_db> </config> 3.- On the phone, I have configured the sync preferences as follows: Server tab: Server address: http://IP_OF_MY_DEBIAN_BOX:8080/ user name: test password: test Protocol transpor protocol: HTTP Uee transport connection: no user: password: 3.- I start the sync with msynctool from the debian box and afterwards I start the sync from the p900 phone. $ msynctool --sync p900-file --wait Synchronizing group "p900-file" received contact dsession Member 1 of type file-sync just connected Member 2 of type syncml-http-server just connected All clients connected or error Member 1 of type file-sync just sent all changes Member 2 of type syncml-http-server had an error while getting changes: Timeout while waiting for a reply to message "GET_CHANGES" Member 1 of type file-sync just disconnected Member 2 of type syncml-http-server 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 And nothing else happens. How do I debug this?. traces do not give me much information and Ethereal is not showing much either. Carlos Sprekelsen. |
From: matthias j. <jah...@fr...> - 2006-06-30 14:38:48
|
Am Freitag, 30. Juni 2006 16:29 schrieb Carlos Sprekelsen: > Hi all, > > I am also trying to sync kadressbook with my Sony Ericsson P900 over the > bluetooth connection under Debian sid, where I am using the debian > packages provided by Matthias Jahn. I have advanced, but there is somethi= ng > in syncm-http-server that does not finishes the process. The septs that I > have followed are as follows. > > 1.- I have configured the bluetooth connection between my P900 and my lin= ux > box. It works OK: I can ping my phone and I can browse the internet fom t= he > phone. Have you first tried to connect to your phone using the syncml-http-server= =20 from the libsyncml-utils package? look at its manpage or at http://libsyncml.opensync.org/wiki/http-guide fo= r=20 details.. Matthias |
From: Soporte F. <so...@fr...> - 2006-07-03 07:40:17
|
matthias jahn wrote: > Am Freitag, 30. Juni 2006 16:29 schrieb Carlos Sprekelsen: > >> Hi all, >> >> I am also trying to sync kadressbook with my Sony Ericsson P900 over the >> bluetooth connection under Debian sid, where I am using the debian >> packages provided by Matthias Jahn. I have advanced, but there is something >> in syncm-http-server that does not finishes the process. The septs that I >> have followed are as follows. >> >> 1.- I have configured the bluetooth connection between my P900 and my linux >> box. It works OK: I can ping my phone and I can browse the internet fom the >> phone. >> > > Have you first tried to connect to your phone using the syncml-http-server > from the libsyncml-utils package? > look at its manpage or at http://libsyncml.opensync.org/wiki/http-guide for > details.. > > Matthias > > I have tried, with no sucess, the following is what I get: $ syncml-http-server --port 8080 --sync vcard /addressbook Just received a new session with ID 700679039 WARNING: Unable to find command handlerSession 700679039 reported final. flushing Carlos Sprekelsen. > ------------------------------------------------------------------------ > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |