Hi,

After investigation my problem is the following.
Since the upgrade from 1.3.9 to 1.3.11 the funambol synchronization with
all existing users in database doesn't work anymore. (only for the
calendar, it's ok with contact)
With new users it's ok.
If I use sogo-tool remove user it's ok for the user but he loose
everything...
If someone could have an idea for me it will be a very nice gift for
christmas ;-)

For existing users the funambol log says:

Starting synchronization ...
[sogo-cal] In beginSync()...
[sogo-cal] Loading the JDBC driver for URL: jdbc:postgresql://localhost/sogo
[sogo-cal] Context's user ID: xxxxxxx
[sogo-cal] Context sync mode: 200
[sogo-cal] Context conflict resolution: 1
[sogo-cal] Context query: null
Error processing message
java.lang.Error: Lexical Error: Unmatched Input.

For new user

Starting synchronization ...
[sogo-cal] In beginSync()...
[sogo-cal] Loading the JDBC driver for URL: jdbc:postgresql://localhost/sogo
[sogo-cal] Context's user ID: freedom
[sogo-cal] Context sync mode: 201
[sogo-cal] Context conflict resolution: 1
[sogo-cal] Context query: null
[sogo-cal] Device's charset: UTF-8
[sogo-cal] Device's timezone: null
[sogo-cal] Preparing slow synchronization
[sogo-cal] getAllSyncItemKeys()
[sogo-cal] Preparation completed (last message in the package)

and after the synchronization begin...

Merry Christmas
Sincerely

Dominique BERTHET
Ecole des Mines de Saint-Etienne (France)





Le 19/12/2011 17:03, Dries Decock a écrit :
> Hi,
> 
> I encountered the same problem, but setting the timezone for the
> individual user fixed my problem.
> 
> Kind regards
> On Mon, 2011-12-19 at 17:01 +0100, Dominique BERTHET wrote:
>> Hi,
>> I have the same proble since my upgrade from SOGo 1.3.9 to 1.3.11
>> With 1.3.9 I we could sync contacts and calendar
>> With 1.3.11 we could sync contacts but not calendar...
>>
>> I think that the problem come with the new version of SOGo...
>> Perharps somethong change with the gestion of timezone data?
>>
>> My server is Ubuntu 10.04 LTS
>>
>> My error logs with Funambol are
>>
>> - on the server:
>> [2011-12-19 16:50:07,477] [funambol.engine] [INFO]
>> [6F3F398CA178B661681F58E0151AE0A2] [92.90.23.38] [fac-354316030736831]
>> [dberthet] [] Starting synchronization ...
>> [2011-12-19 16:50:07,477] [funambol.sogo] [INFO]
>> [6F3F398CA178B661681F58E0151AE0A2] [92.90.23.38] [fac-354316030736831]
>> [dberthet] [sogo-cal] In beginSync()...
>> [2011-12-19 16:50:07,477] [funambol.sogo] [INFO]
>> [6F3F398CA178B661681F58E0151AE0A2] [92.90.23.38] [fac-354316030736831]
>> [dberthet] [sogo-cal] Loading the JDBC driver for URL:
>> jdbc:postgresql://localhost/sogo
>> [2011-12-19 16:50:07,485] [funambol.sogo] [INFO]
>> [6F3F398CA178B661681F58E0151AE0A2] [92.90.23.38] [fac-354316030736831]
>> [dberthet] [sogo-cal] Context's user ID: dberthet
>> [2011-12-19 16:50:07,485] [funambol.sogo] [INFO]
>> [6F3F398CA178B661681F58E0151AE0A2] [92.90.23.38] [fac-354316030736831]
>> [dberthet] [sogo-cal] Context sync mode: 201
>> [2011-12-19 16:50:07,485] [funambol.sogo] [INFO]
>> [6F3F398CA178B661681F58E0151AE0A2] [92.90.23.38] [fac-354316030736831]
>> [dberthet] [sogo-cal] Context conflict resolution: 1
>> [2011-12-19 16:50:07,485] [funambol.sogo] [INFO]
>> [6F3F398CA178B661681F58E0151AE0A2] [92.90.23.38] [fac-354316030736831]
>> [dberthet] [sogo-cal] Context query: null
>> [2011-12-19 16:50:07,490] [funambol.handler] [ERROR]
>> [6F3F398CA178B661681F58E0151AE0A2] [92.90.23.38] [fac-354316030736831]
>> [dberthet] [] Error processing message
>> java.lang.Error: Lexical Error: Unmatched Input....
>>
>>
>> On the smartphone
>> Mon Dec 19 16:50:05 HNEC 2011 [ERROR] [SyncManager] Server responded 511
>> to command SyncHdr
>> Mon Dec 19 16:50:05 HNEC 2011 [ERROR] [SyncManager]
>> SyncException(com.funambol.sync.SyncException: Server responded 511 to
>> command SyncHdr)
>>
>> Thanx for your answers
>>
>> Dominique BERTHET
>> Ecole des Mines de Saint-Etienne (France)
>>
>>
>>
>> Le 16/12/2011 19:59, František Kučera a écrit :
>> > Dne 16.12.2011 13:52, Wacław Michno napsal(a):
>> >> [2011-12-16 13:02:05,902] [funambol.handler] [ERROR]
>> >> [4790B38D97E466FCA616A0D3E5EE943F] [172.22.15.170] [fac-null]
>> >> [myem...@example.pl <mailto:myem...@example.pl>] [] Error processing 
>> >> message
>> >> java.lang.NoClassDefFoundError:
>> >> org/apache/commons/configuration/plist/PropertyListConfiguration
>> >>   at 
>> >> ca.inverse.sogo.engine.source.SOGoUtilities.getSyncTags(SOGoUtilities.java:167)
>> > Hi,
>> > 
>> > I had this error when user was new and has not yet set his timezone
>> > (only global timezone for whole SOGo server was configured).
>> > If user logs in SOGo web interface, opens configuration dialog and saves
>> > it, his personal timezone was set and this error disappears.
>> > But it is just workaround.
>> > 
>> > Error message says that java class PropertyListConfiguration is missing.
>> > So I put these libraries:
>> >     commons-configuration-1.6.jar
>> >     commons-collections-3.2.1.jar
>> >     commons-lang-2.2.jar   
>> >     commons-logging-1.1.1.jar
>> > into folder Funambol/tools/tomcat/lib/
>> > (and restarted Funambol of course)
>> > 
>> > Then synchronization works also for new users (which don't have their
>> > timezone configured yet).
>> > 
>> > František Kučera
>>
> 

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to