From: Carlos S. <so...@fr...> - 2006-07-03 11:56:07
|
Ciro, I am trying the same with my P900, and I have connection, but my error comes later, I am one step forward, ig this can help you. This is my 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> And the following is my phone configuration: Server tab: Server address: http://IP_OF_MY_DEBIAN_BOX:8080/ user name: test password: test Protocol tab: transpor protocol: HTTP Use transport connection: no user: password: Then I can start the sync with msynctool from the debian box and afterwards I start the sync from the p900 phone with the following result: $ 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 I have also tried to connect to the phone using the syncml-http-server from the libsyncml-utils package, but it does not work either. I have read a Thread where one user modified the timeouts. I will try later to check if this is the problem. If you make any improvement, please let me know. Regards, Carlos Sprekelsen -- View this message in context: http://www.nabble.com/why-is-the-syncm-http-server-not-listening--tf1866669.html#a5150662 Sent from the Opensync - User forum at Nabble.com. |