Hi !

Ispend all the day to try to configure funambol connector on my centos 5.5 x64
server , Funambol ver 9.0 and sogo conector 1.0.8 
I use LDAP to authenticate user for Sogod and Mysql for database sogo
 First Is that such information is still valid? 

https://wikit.firewall-services.com/doku.php?id=connecteur_funambol_sogo

http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,33/func,view/id,24885/#24885

with Funambol admin tools I can see the users 
I replace dbms=hypersonic with dbms=mysql and reconfigure MySQL settings with:
jdbc.classpath=/opt/Funambol/tools/jre-1.6.0/jre/lib/ext/mysql-connector-java-5.1.15-bin.jar
jdbc.driver=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost/funambol?characterEncoding=UTF-8
jdbc.user=funambol
jdbc.password=funambolpwd

but I can't see the user I always see only 2 users , I remove them , restart
Funambol admin tools  and these 2 users come back ....
I need to delete them in phpmyadmin for a right erase...

I try to sync with outlook funambol connector here the log:


22:23:52 GMT -5:00 [DEBUG] - Server requested syncmode "slow" for appointment.
22:23:52 GMT -5:00 [DEBUG] - Checking for forced slow-sync...
22:23:52 GMT -5:00 [DEBUG] - ---------------------- appointment BEGIN (mode
"slow") ----------------------
22:23:52 GMT -5:00 [DEBUG] - beginSync of appointment source: opening Outlook
session...
22:23:52 GMT -5:00 [DEBUG] - Reading ALL appointments from folder '\\Dossiers
personnels\Calendrier' (1 found)...
22:23:52 GMT -5:00 [DEBUG] - Reading item: "(null)"
22:23:52 GMT -5:00 [INFO] - Total appointment items to send: 1
22:23:52 GMT -5:00 [INFO] - Retrieved appointment item: "test"
22:23:52 GMT -5:00 [DEBUG] - Modification message: estimated size 621, allowed
size 125000, real size 1688 / estimated size 621 = 271%
22:23:52 GMT -5:00 [DEBUG] - Modifications sent.
22:23:52 GMT -5:00 [DEBUG] - Send message:
<?xml version="1.0" encoding="UTF-8"?>
<SyncML>
<SyncHdr><VerDTD>1.2</VerDTD>
<VerProto>SyncML/1.2</VerProto>
<SessionID>1304648632</SessionID>
<MsgID>2</MsgID>
<Target><LocURI>http://orthobourg.com:8080/funambol/ds</LocURI>
</Target>
<Source><LocURI>fol-R1JFRy1QQzpHcmVn</LocURI>
</Source>
</SyncHdr>
<SyncBody><Status><CmdID>1</CmdID>
<MsgRef>1</MsgRef>
<CmdRef>0</CmdRef>
<Cmd>SyncHdr</Cmd>
<TargetRef>fol-R1JFRy1QQzpHcmVn</TargetRef>
<SourceRef>http://orthobourg.com:8080/funambol/ds</SourceRef>
<Data>200</Data>
</Status>
<Status><CmdID>2</CmdID>
<MsgRef>1</MsgRef>
<CmdRef>3</CmdRef>
<Cmd>Alert</Cmd>
<TargetRef>sogo-cal</TargetRef>
<SourceRef>appointment</SourceRef>
<Data>200</Data>
<Item><Data><Anchor xmlns="syncml:metinf"><Next>1304648633673</Next>
</Anchor>
</Data>
</Item>
</Status>
<Sync><CmdID>3</CmdID>
<Target><LocURI>sogo-cal</LocURI>
</Target>
<Source><LocURI>appointment</LocURI>
</Source>
<Replace><CmdID>4</CmdID>
<Item><Source><LocURI>00000000405E4688D7E2E34E9A272CE6F2CF16C404282300</LocURI>
</Source>
<Meta><Format xmlns="syncml:metinf">bin</Format>
<Type xmlns="syncml:metinf">text/x-vcalendar</Type>
</Meta>
<Data><![CDATA[BEGIN:VCALENDAR

VERSION:1.0

BEGIN:VEVENT

X-FUNAMBOL-FOLDER:DEFAULT_FOLDER

X-FUNAMBOL-ALLDAY:0

DTSTART:20110506T130000Z

DTEND:20110506T133000Z

X-MICROSOFT-CDO-BUSYSTATUS:BUSY

CATEGORIES:

DESCRIPTION:tsetsetsetsetsetse

LOCATION:

PRIORITY:2

STATUS:0

X-MICROSOFT-CDO-REPLYTIME:

SUMMARY:test

CLASS:PUBLIC

AALARM:20110506T120000Z;;0;

RRULE:

X-FUNAMBOL-BILLINGINFO:

X-FUNAMBOL-COMPANIES:

X-FUNAMBOL-MILEAGE:

X-FUNAMBOL-NOAGING:0

END:VEVENT

END:VCALENDAR

]]></Data>
</Item>
</Replace>
</Sync>
<Final/></SyncBody>
</SyncML>
22:23:52 GMT -5:00 [DEBUG] - Connecting to orthobourg.com:8080
22:23:52 GMT -5:00 [DEBUG] - Requesting resource
/funambol/ds;jsessionid=D28923F070DD14A77065516B8E890D69
22:23:52 GMT -5:00 [DEBUG] - Request header:

Content-Type: application/vnd.syncml+xml

User-Agent: Funambol Outlook Sync Client v. 9.0.2

Content-Length: 772

Accept-Encoding: deflate

Uncompressed-Content-Length: 1688

Content-Encoding: deflate


22:23:52 GMT -5:00 [DEBUG] - Sending data of size 772...
22:23:52 GMT -5:00 [DEBUG] - Message sent
22:23:52 GMT -5:00 [DEBUG] - Finished sending data of size 772.
22:23:52 GMT -5:00 [DEBUG] - Data sent successfully to server. Server responds
OK
22:23:52 GMT -5:00 [DEBUG] - Response Headers:
22:23:52 GMT -5:00 [DEBUG] -    HTTP/1.1 200 OK
22:23:52 GMT -5:00 [DEBUG] -    Server : Apache-Coyote/1.1
22:23:52 GMT -5:00 [DEBUG] -    X-funambol-ds-server : DS Server v.9.0.0
22:23:52 GMT -5:00 [DEBUG] -    Set-Cookie : 
22:23:52 GMT -5:00 [DEBUG] -    Accept-Encoding : gzip,deflate
22:23:52 GMT -5:00 [DEBUG] -    Uncompressed-Content-Length : 665
22:23:52 GMT -5:00 [DEBUG] -    Content-Encoding : deflate
22:23:52 GMT -5:00 [DEBUG] -    Content-Type : application/vnd.syncml+xml
22:23:52 GMT -5:00 [DEBUG] -    Content-Length : 334
22:23:52 GMT -5:00 [DEBUG] -    Date : Fri, 06 May 2011 02:23:53 GMT
22:23:52 GMT -5:00 [DEBUG] - Uncompressed-Content-Length: 665
22:23:52 GMT -5:00 [DEBUG] - Reading response...
22:23:52 GMT -5:00 [DEBUG] - Content-length: 334
22:23:52 GMT -5:00 [DEBUG] - Receiving data of size 334...
22:23:52 GMT -5:00 [DEBUG] - Finished receiving data of size 334.
22:23:52 GMT -5:00 [DEBUG] - Response read:
<?xml version="1.0" encoding="UTF-8"?>
<SyncML>
<SyncHdr>
<VerDTD>1.2</VerDTD>
<VerProto>SyncML/1.2</VerProto>
<SessionID>1304648632</SessionID>
<MsgID>2</MsgID>
<Target>
<LocURI>fol-R1JFRy1QQzpHcmVn</LocURI>
</Target>
<Source>
<LocURI>http://orthobourg.com:8080/funambol/ds</LocURI>
</Source>
<RespURI>http://orthobourg.com:8080/funambol/ds;jsessionid=D28923F070DD14A77065516B8E890D69</RespURI>
</SyncHdr>
<SyncBody>
<Status>
<CmdID>1</CmdID>
<MsgRef>2</MsgRef>
<CmdRef>0</CmdRef>
<Cmd>SyncHdr</Cmd>
<TargetRef>http://orthobourg.com:8080/funambol/ds</TargetRef>
<SourceRef>fol-R1JFRy1QQzpHcmVn</SourceRef>
<Data>511</Data>
</Status>
<Final/>
</SyncBody>
</SyncML>

22:23:52 GMT -5:00 [ERROR] - Server Failure: server returned error code 511
22:23:52 GMT -5:00 [DEBUG] - ----------------------  END (mode "none")
----------------------
22:23:52 GMT -5:00 [DEBUG] - Error occurred in sync: code 3 = Server Failure:
server returned error code 511
22:23:52 GMT -5:00 [ERROR] - Error in syncing: Server Failure: server returned
error code 511
22:23:52 GMT -5:00 [INFO] - 
============================================================
================   SYNCHRONIZATION REPORT   ================
============================================================

SYNCHRONIZATION COMPLETED WITH ERRORS
-------------------------------------
Last error message = "Server Failure: server returned error code 511"
Last error code    = 511

Calendar:
---------
    Sync completed successfully!
    Sync type: slow (requested by Server)

            | on Client | on Server
    --------|-----------|----------
    New     |    0/   0 |    0/   0 
    Updated |    0/   0 |    0/   0 
    Deleted |    0/   0 |    0/   0 



22:23:52 GMT -5:00 [DEBUG] - Saving configuration to winRegistry
22:23:52 GMT -5:00 [DEBUG] - Writing configuration settings to the management
tree
22:23:52 GMT -5:00 [DEBUG] - Closing Outlook...
22:23:52 GMT -5:00 [DEBUG] - Deleting ClientApplication instance
22:23:52 GMT -5:00 [DEBUG] - Releasing IMAPIUtils object...
22:23:52 GMT -5:00 [INFO] - Outlook session closed successfully.
22:23:52 GMT -5:00 [DEBUG] - Releasing sync-mutex...
22:23:52 GMT -5:00 [DEBUG] - Sync-mutex released - closing handle.
22:23:52 GMT -5:00 [DEBUG] - Delete SyncSources...
22:23:52 GMT -5:00 [INFO] - Syncronization process completed with errors (code
= 511).
22:23:52 GMT -5:00 [DEBUG] - Current time is: 1304648632
22:23:52 GMT -5:00 [DEBUG] - Next check time is: 86400
22:23:52 GMT -5:00 [INFO] - Check on server location for update
22:23:52 GMT -5:00 [DEBUG] - Update url:
http://orthobourg.com:8080/sapi/profile/client?action=get-update-info&component=outlook&version=9.0.2&format=properties
22:23:52 GMT -5:00 [DEBUG] - Send message:

22:23:52 GMT -5:00 [DEBUG] - Connecting to orthobourg.com:8080
22:23:52 GMT -5:00 [DEBUG] - Requesting resource
/sapi/profile/client?action=get-update-info&component=outlook&version=9.0.2&format=properties
22:23:52 GMT -5:00 [DEBUG] - Request header:

User-Agent: Funambol SyncML Client

Content-Length: 0


22:23:52 GMT -5:00 [DEBUG] - Message sent
22:23:52 GMT -5:00 [DEBUG] - HTTP request error: resource not found (status
404)
22:23:52 GMT -5:00 [ERROR] - No response from update server
22:23:52 GMT -5:00 [ERROR] - Client update error - uses the stored parameters
22:23:52 GMT -5:00 [DEBUG] - Saving Updater configuration
22:23:52 GMT -5:00 [ERROR] - update check failed
22:23:54 GMT -5:00 [DEBUG] - newVersion=0
22:23:54 GMT -5:00 [DEBUG] - version=9.0.2

It's say resource not found (status 404) is it for :
http://orthobourg.com:8080/sapi/profile/client?action=get-update-info&component=outlook&version=9.0.2&format=properties

if i do http://orthobourg.com:8080/funambol/ds i have some information
webdemo also is ok http://orthobourg.com:8080/funambol/

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

Reply via email to