art1c0 / mooha

Automatically exported from code.google.com/p/mooha
0 stars 0 forks source link

no authorisation on 6230i #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup Nokia 6230i to sync with mooha server, left default password and 
chosen to sync contacts (it will do when selected calendar and notes as well)

What is the expected output? What do you see instead?
After trying to sync I will get "no authorisation" and then report after sync 
finished "contacs:failed".

What version of the product are you using? On what operating system?
It doing the same with current version

Installed on debian old-stable, with lighttpd as web server, connected to MySQL 
database on different server which should be running MySQL  4.1.22 or 5.1.42. 
PHP is 5.2.6-1+lenny9 installed as fastCGI with hardened patch and with zend 
optimizer 3.3.9 and xcache 1.2.2

I tried current version, then I downloaded SVN, then I tried to return the 
"stripos" patch what was made in r41 for Nokia6230i and then removed in r42, 
never any change, I installed WBXML and with internal or external the result is 
the same. Error logs of the web server and the mooha server are empty. Then I 
added dataloging metioned somewhere here, so now I have "data" folder full of 
xmls client* and server* so I don't know if should post them here, or send them 
more privately somewhere to email.

Please provide any additional information below.

Original issue reported on code.google.com by anton.k...@gmail.com on 19 May 2011 at 1:50

GoogleCodeExporter commented 9 years ago
Now I tried it with Windows Mobile 6.1 PRO and funambol 9.0.2 cleint and got 
"server failure. Synchronization not completed."

Original comment by anton.k...@gmail.com on 19 May 2011 at 2:24

GoogleCodeExporter commented 9 years ago
Today I moved the database to different machine running MySQL 5.0.51a and still 
the same results, somehow I have no clue where to start the troubleshooting, if 
the requirements for mooha were meet, or server is running fine and there is 
something wrong with my client. Even when I tried the Funambol then I wasn't 
100% sure if it was configured properly.

Original comment by anton.k...@gmail.com on 20 May 2011 at 5:29

GoogleCodeExporter commented 9 years ago
I started looking on the saved XMLs and it communicates with the server, after 
sending first request with cred it get's response and then starts to sending 
data in second request, but as response I got there alert 222, it's OK? When I 
looked into source I get the 222 code when the request doesn't contain Final 
(and it doesn't) and when $_SESSION['moohaExcess'] is empty, which looks like 
it is. I checked database and there are some session values stored. But still I 
don't know if I'm going in circles or following right lead.

Original comment by anton.k...@gmail.com on 20 May 2011 at 6:39

GoogleCodeExporter commented 9 years ago
The developer abandoned this project or what happened?

Original comment by anton.k...@gmail.com on 1 Aug 2011 at 6:06

GoogleCodeExporter commented 9 years ago
I got tip from a guy that this link could be relevant 
http://www.mail-archive.com/goosync@googlegroups.com/msg00089.html Somehow I 
would like to become commiter and add support for other SQL, but first I would 
like to get it first working for myself.

Original comment by anton.k...@gmail.com on 8 Sep 2011 at 3:40

GoogleCodeExporter commented 9 years ago
So I got some progress. I got it with sync with funambol outlook client and 
when I sync the phone with mooha, I get error, but the data will get there. 
Then I can sync funambol and I get appoitmens from the phone to the outlook. 
But everytime I sync with the phone new a new will be send. So when I sync 5x 
the phone I will get 5x duplicates. It looks like the data are transefered ok, 
but the control fails somewhere and the phone interprets that badly as "no 
authorisation".

Original comment by anton.k...@gmail.com on 1 Oct 2011 at 1:01