Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Mobility > Zimbra Mobile

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #501 (permalink)  
Old 10-07-2009, 11:41 AM
Active Member
 
Posts: 42
Default

it were nice to sync the contact folder only, in case of all folders in the contact tab, shared ones and mail recipients. So it isn't usefull i think...
Reply With Quote
  #502 (permalink)  
Old 10-08-2009, 07:51 AM
Member
 
Posts: 14
Default Certificate problem

My certificate is configured for imail.example.com, when trying to use the connector this error occurs:
Code:
java.io.IOException: HTTPS hostname wrong:  should be <imail>
	at sun.net.www.protocol.https.HttpsClient.checkURLSpoofing(Unknown Source)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
        ...
I've copied the cacerts file from Zimbra into ds-server/lib/security and also tried changing the url from https:// to http:// but the same exception occurs.

Any suggestions on how to debug this?
Reply With Quote
  #503 (permalink)  
Old 10-09-2009, 06:13 AM
Member
 
Posts: 14
Default No error

The certificate error has been fixed (not exactly sure why, but it works).

The environment I'm using is:
  • Zimbra 6.1
  • Funambol 8
  • ZimbraConnector as posted in this thread by zoltan67
I've changed Funambol to use the jre from Zimbra to solve the class version problem.

I'm trying to test sync using the Funambol Java Demo Client. The log file includes the following lines:
Code:
LOAD ZimbraConnector 0.5.02
Source URI: scard
Last stored anchor '1255087859545' is different from the current anchor sent by the client '0'. A slow sync will be forced.
This is followed by some XML containing SyncML tags and some more log statements including the following lines:
Code:
fjg-utr+YFYN2Jj4C9omSQQTjw==/mathew@example.com: synchronization ending
Database 'scard' in state CONFIGURED
Database 'scal' in state CONFIGURED
SyncStrategy synchronization completed.
fjg-utr+YFYN2Jj4C9omSQQTjw==/mathew@example.com: synchronization completed
moving to state STATE_ERROR
Logging out...
moving to state STATE_ENDED
The full log is attached to this post.

In the zimbra mailbox.log I did notice these lines appear shortly after the sync request completed.
Code:
2009-10-09 22:20:10,015 INFO  [btpool0-193] [ip=127.0.0.1;] soap - AuthRequest
2009-10-09 22:20:10,172 INFO  [btpool0-193] [name=zimbra;ip=127.0.0.1;] soap - GetAllServersRequest
At the same time these lines appeared in audit.log. Looking at logins from Zimba Desktop, I would ahve expected to the account to be mathew@example.com
Code:
2009-10-09 22:20:10,015 INFO  [btpool0-193] [name=zimbra;ip=127.0.0.1;] security - cmd=AdminAuth; account=zimbra;
2009-10-09 22:20:10,015 INFO  [btpool0-193] [name=zimbra;ip=127.0.0.1;] security - cmd=Auth; account=zimbra; protocol=soap;
I've checked out a copy of the connector source, so I'm happy to get my hands dirty but I would appreciate some pointers in the right direction.
Attached Files
File Type: log ds-server-extract.log (116.0 KB, 1 views)
Reply With Quote
  #504 (permalink)  
Old 10-09-2009, 04:35 PM
Junior Member
 
Posts: 9
Default

hi

i use my iphone with funambol and zimbra.. and now, i just sync contacts..
but my wife has an nokia 5800 xpress music, i will test it there.. and send a feedback..

thomi
Reply With Quote
  #505 (permalink)  
Old 10-14-2009, 03:38 PM
Member
 
Posts: 10
Default Sync to Nokia N71

Am I in the right place?

Old system - MS Server 2003, desktop with Nokia PC Suite sync to N71 (syncing via Outlook).

New system - Zimbra 6.x on Ubuntu 8.04. I need to be able to sync the bosses N71 either directly over the network or through the Nokia PC Suite (one or the other, not both).

Am I looking in the right place (i.e. via Funambol) or would anyone correspond directly to help me achieve this?

--
Thanks,
Derek
Reply With Quote
  #506 (permalink)  
Old 10-22-2009, 11:02 AM
Junior Member
 
Posts: 9
Default

Hello

I have problem with java version. I have the same information in log, and admin panel. I've change to

export JAVA_HOME=/opt/zimbra/java
or
export JAVA_HOME=/opt/zimbra/java/jre

in 2 lines in both files /opt/Funambol/bin/funambol and /etc/init.d funambol and I still have problem??
Any suggestions?

Thanks
Raf
Reply With Quote
  #507 (permalink)  
Old 10-23-2009, 01:00 AM
Trained Alumni
 
Posts: 52
Default

Quote:
Originally Posted by eustachy View Post
Hello

I have problem with java version. I have the same information in log, and admin panel. I've change to

export JAVA_HOME=/opt/zimbra/java
or
export JAVA_HOME=/opt/zimbra/java/jre

in 2 lines in both files /opt/Funambol/bin/funambol and /etc/init.d funambol and I still have problem??
Any suggestions?

Thanks
Raf
in my /etc/init.d/funambol I have
Code:
# Setting the JAVA_HOME to the JRE in the bundle if not set or if not correctly set
if [ -z "$JAVA_HOME" ]; then
    export JAVA_HOME=$FUNAMBOL_HOME/tools/jre-1.5.0/jre
else
    if [ ! -f "$JAVA_HOME/bin/java" ]; then
        export JAVA_HOME=$FUNAMBOL_HOME/tools/jre-1.5.0/jre
    fi
fi
(which is the original Funambol code, untouched)
__________________
YetOpen S.r.l. ~ Your open source partner
Lecco (LC) - ITALY
http://www.yetopen.it
Reply With Quote
  #508 (permalink)  
Old 10-23-2009, 01:50 AM
Junior Member
 
Posts: 9
Default

Ok, from where You are starting your's funambol server?
1.From /etc/init.d/funambol or starts automaticly with Your system
or
2. From /opt/Funambol/bin/funambol
Reply With Quote
  #509 (permalink)  
Old 10-23-2009, 01:54 AM
Trained Alumni
 
Posts: 52
Default

option 1. I followed infos from Funambol installation instruction.
Which, iirc, is basically the /opt/Funambol/bin/funambol file with a line change
Code:
FUNAMBOL_HOME=`(cd /opt/Funambol ; pwd)`
__________________
YetOpen S.r.l. ~ Your open source partner
Lecco (LC) - ITALY
http://www.yetopen.it
Reply With Quote
  #510 (permalink)  
Old 10-23-2009, 02:11 AM
Junior Member
 
Posts: 9
Default

Ok,thanks fr the quick reply. Do You have any issues with java version?
__________________
Thanks
Raf
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0