6.0.0-beta1
7/12/25

[#10263] AS doesn't sync anything and fails after some minutes
Summary AS doesn't sync anything and fails after some minutes
Queue Synchronization
Queue Version Git master
Type Bug
State Duplicate
Priority 2. Medium
Owners mrubinsk (at) horde (dot) org
Requester bugs.horde.org (at) sjau (dot) ch
Created 06/20/2011 (5136 days ago)
Due
Updated 06/21/2011 (5135 days ago)
Assigned 06/21/2011 (5135 days ago)
Resolved 06/21/2011 (5135 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
06/21/2011 05:20:19 PM Michael Rubinsky Comment #4
State ⇒ Duplicate
Reply to this comment
Probably duplicate of Bug: 10194

06/21/2011 05:05:18 PM bugs (dot) horde (dot) org (at) sjau (dot) ch Comment #3 Reply to this comment
SQL result

Host: localhost
Database: h4
Generation Time: Jun 21, 2011 at 07:02 PM
Generated by: phpMyAdmin 2.11.8.1deb5+lenny8 / MySQL 5.0.51a-24+lenny5
SQL query: SELECT * FROM `kronolith_events` WHERE `event_uid` LIKE 
'20110620212930.Qzi7RcQJLYNN-5_aNdawqMA@www.hubatka-partner.ch' LIMIT 
0, 30 ;
Rows: 1




-- phpMyAdmin SQL Dump
-- version 2.11.8.1deb5+lenny8
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 21, 2011 at 07:02 PM
-- Server version: 5.0.51
-- PHP Version: 5.2.6-1+lenny10

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `h4`
--

-- --------------------------------------------------------

--
-- Table structure for table `kronolith_events`
--

CREATE TABLE IF NOT EXISTS `kronolith_events` (
   `event_id` varchar(32) NOT NULL,
   `event_uid` varchar(255) NOT NULL,
   `calendar_id` varchar(255) NOT NULL,
   `event_creator_id` varchar(255) NOT NULL,
   `event_description` text,
   `event_location` text,
   `event_status` int(11) default '0',
   `event_attendees` text,
   `event_keywords` text,
   `event_exceptions` text,
   `event_title` varchar(255) default NULL,
   `event_recurtype` int(11) default '0',
   `event_recurinterval` int(11) default NULL,
   `event_recurdays` int(11) default NULL,
   `event_recurenddate` datetime default NULL,
   `event_recurcount` int(11) default NULL,
   `event_start` datetime default NULL,
   `event_end` datetime default NULL,
   `event_alarm` int(11) default '0',
   `event_modified` int(11) default '0',
   `event_private` int(11) NOT NULL default '0',
   `event_allday` int(11) default '0',
   `event_alarm_methods` text,
   `event_url` text,
   `event_baseid` varchar(255) default '',
   `event_exceptionoriginaldate` datetime default NULL,
   `event_resources` text,
   PRIMARY KEY  (`event_id`),
   KEY `index_kronolith_events_on_calendar_id` (`calendar_id`),
   KEY `index_kronolith_events_on_event_uid` (`event_uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `kronolith_events`
--

INSERT INTO `kronolith_events` (`event_id`, `event_uid`, 
`calendar_id`, `event_creator_id`, `event_description`, 
`event_location`, `event_status`, `event_attendees`, `event_keywords`, 
`event_exceptions`, `event_title`, `event_recurtype`, 
`event_recurinterval`, `event_recurdays`, `event_recurenddate`, 
`event_recurcount`, `event_start`, `event_end`, `event_alarm`, 
`event_modified`, `event_private`, `event_allday`, 
`event_alarm_methods`, `event_url`, `event_baseid`, 
`event_exceptionoriginaldate`, `event_resources`) VALUES
('DGCTY8QJLYNN-5_aNbkgqMA', 
'20110620212930.Qzi7RcQJLYNN-5_aNdawqMA@www.hubatka-partner.ch', 
'XvWke8QJLYNN-3gpG56AqMA', 'syncmltest', '', '', 2, 'a:0:{}', NULL, 
NULL, 'server1', 0, NULL, NULL, NULL, NULL, '2011-06-23 00:00:00', 
'2011-06-23 01:00:00', 0, 1308598170, 0, 0, 'a:0:{}', '', '', NULL, 
'a:0:{}');
According to the log, it looks like it's failing while trying to 
obtain the event with the uid of 
20110620212930.Qzi7RcQJLYNN-5_aNdawqMA@www.hubatka-partner.ch

Please post the values for this event from the kronolith_events table.
06/21/2011 04:49:57 PM Michael Rubinsky Comment #2
State ⇒ Feedback
Assigned to Michael Rubinsky
Reply to this comment
According to the log, it looks like it's failing while trying to 
obtain the event with the uid of 
20110620212930.Qzi7RcQJLYNN-5_aNdawqMA@www.hubatka-partner.ch

Please post the values for this event from the kronolith_events table.
06/20/2011 07:44:33 PM bugs (dot) horde (dot) org (at) sjau (dot) ch Comment #1
Priority ⇒ 2. Medium
New Attachment: AS.log Download
Patch ⇒ No
Milestone ⇒
Summary ⇒ AS doesn't sync anything and fails after some minutes
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ Synchronization
Reply to this comment
I setup AS. My client (SE-C905) can reach the server and sync process starts.

However after a while (few minutes) I just get a connection error. It 
does not matter whether I use 3G connection or Wifi in the network 
where the server is.

The according log is attached.

Saved Queries