Summary | Android Phone cannot Sync after Update |
Queue | Synchronization |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | info (at) slater (dot) be |
Created | 10/29/2015 (3559 days ago) |
Due | |
Updated | 11/22/2015 (3535 days ago) |
Assigned | 11/11/2015 (3546 days ago) |
Resolved | 11/22/2015 (3535 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 805b9b5b80a55e80e506b7670847f843a511cc36
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Nov 12 19:59:07 2015 -0500
Bug: 14147Fix WHERE clause..../ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/805b9b5b80a55e80e506b7670847f843a511cc36
commit 6b7232e1eae6f73f72044fa81951027e0be7b530
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Nov 12 11:17:40 2015 -0500
Bug: 14147Use a join here to be sure the entry exists in both tables.Still need to figure out how it can be removed from one and not the
other.
.../ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/6b7232e1eae6f73f72044fa81951027e0be7b530
that entry from the database which should fix the issue.
I'll have to investigate how that could have happened in the first
place, and check for that case as well.
| ANDROIDC719724342 | xyz@cyxxc.er |
0 |
but no entry in horde_activesync_device;
Not the cause of your issue.
Look in your database and see if you have a device entry for that
device in the horde_activesync_device table.
i can't reproduce the update procedure,
because i've checked a Long time ago.
I Need it only to sync my Phonebook Initial
Assigned to Michael Rubinsky
State ⇒ Feedback
mention what versions you were updating from/to, but there haven't
been any change in code that would affect this in a LONG time.
My suggestion would be to delete the account from the client and
re-create it and see if that works.
Active Sync Log:
2015-11-09T14:01:06+00:00 androidc719xxx342 INFO: [21306]
Horde_Core_ActiveSync_Driver::authenticate() attempt for xxxxxxxxxx
2015-11-09T15:01:07+01:00 androidc719xxx342 INFO: [21306] FOLDERSYNC
request received for user xxxxxxxxxx
2015-11-09T14:01:13+00:00 androidc719xxx342 INFO: [20899]
Horde_Core_ActiveSync_Driver::authenticate() attempt for xxxxxxxxxx
2015-11-09T15:01:14+01:00 androidc719xxx342 INFO: [20899] FOLDERSYNC
request received for user xxxxxxxxx
Horde.log:
2015-11-09T14:01:14+00:00 NOTICE: HORDE [imp] Login success for
xxxxxxx (80.xxx.xxx.xxx) to {imap://localhost/} [pid 20899 on line 157
of "/var/www/
global/horde/imp/lib/Auth.php"]
2015-11-09T15:01:14+01:00 ERR: HORDE Returning HTTP 500 while handling
FolderSync command. Error is: Device not found. [pid 20899 on line 160
of "/var/www/
global/horde/rpc.php"]
2015-11-09T15:01:14+01:00 ERR: HORDE Error in communicating with
ActiveSync server: Device not found. [pid 20899 on line 165 of
"/usr/share/php/Horde/Rpc/A
ctiveSync.php"]
2015-11-09T15:01:14+01:00 ERR: HORDE #0
/usr/share/php/Horde/ActiveSync.php(874):
Horde_ActiveSync_State_Sql->loadDeviceInfo('ANDROIDC719xxx3...',
'info@sl
ater.be')
#1/usr/share/php/Horde/ActiveSync.php(752):Horde_ActiveSync->_handleDevice('ANDROIDC719xxx3...')
#2/usr/share/php/Horde/Rpc/ActiveSync.php(143):Horde_ActiveSync->handleRequest('FolderSync', 'androidc719xxx3...')
#3/var/www/global/horde/rpc.php(160): Horde_Rpc_ActiveSync->getResponse(NULL)#4{main} [pid 20899 on line 165 of "/usr/share/php/Horde/Rpc/ActiveSync.php"]2015-11-09T15:01:14+01:00 ERR: HORDE Buffer contents: [pid 20899 on
line 165 of "/usr/share/php/Horde/Rpc/ActiveSync.php"]
Priority ⇒ 1. Low
no file is created
$conf['log']['priority'] = 'INFO';
$conf['log']['ident'] = 'HORDE';
$conf['log']['name'] = '/var/log/horde/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['params']['format'] = 'default';
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['activesync']['logging']['path'] =
'/var/log/horde/horde-activesync.log';
$conf['activesync']['logging']['type'] = 'onefile';
State ⇒ Feedback
What does the webserver error log show? The sync log?
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Android Phone cannot Sync after Update
Type ⇒ Bug