Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > ZCS Client Connectors > Zimbra Connector for Outlook

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 Search this Thread Display Modes
  #481 (permalink)  
Old 09-23-2009, 08:12 AM
Senior Member
 
Posts: 53
Default

Hi powrrrplay,

You'll find source on the connector's website : https://sourceforge.net/projects/zimbrafunambol/

Hope this will help you.
Reply With Quote
  #482 (permalink)  
Old 09-23-2009, 09:40 AM
Junior Member
 
Posts: 9
Default zimbra connector for funambol

Hi Guys

It's been a long time and I apologize. Here is my news about the connector, I tried again and I discovered that I had misconfigured my funambol client.
So, in fact, the connector works again but there are still some bugs, I try to explain:
When I run the synchro process after a synchro error, the events are duplicate.
When the period for synchro process is too long the synchro abort and event are duplicate.
I also test another connector for an application call ADEcampus and they implemented an option to synchronize for a period of time. I think it will be good enhancement to implement this kind of option in the Zimbra connector.
I did not have enought time at the moment to make full test with zimbra connector and I don't even know if I will keep to work on Zimbra (I am at the end of my training period for my university Master and I have to finish to write my report). I am sorry but I still listen the community.

Thank for your job

ZimGuy (french user who is trying to enhance his english language )
Reply With Quote
  #483 (permalink)  
Old 09-24-2009, 12:52 AM
Junior Member
 
Posts: 9
Default

Here I have the code with Zimbra SOAP documentation. I have changed some things, so it works with Funambol 8 libraries and Zimbra 6.

This client does have problems with 2 things:
- Funambol protocol version 1.2
- Duplicates on some phones (Nokia E71, Nokia N73)

To compile this client see the README, it's just ant. A compiled version is already included with the current code.


This is the attachment:
zimbrafunambol.0.6.00.zip

Can someone post the difference in Zimbra 5.x to Zimbra 6.x SOAP protocol. Because this funambol plugin only has changed the session part of it. Not other parts. Maybe there are other changes as well.

If someone has suggestions on what could be the problem in the code, please post it on SourceForge, I will check that as well.
Reply With Quote
  #484 (permalink)  
Old 09-25-2009, 02:32 AM
Starter Member
 
Posts: 1
Default

Hello,
I have Zimbra 6.0.1 OSE and Funambol 8 and I have downloaded the connector v6.

But I have this message when I want add a SyncSource :
A java.lang.UnsupportedClassVersionError....
"Bad version number in .class file)

Why ?
Thanks a lot
Reply With Quote
  #485 (permalink)  
Old 09-25-2009, 02:48 AM
Junior Member
 
Posts: 9
Default

On the "A java.lang.UnsupportedClassVersionError.... "Bad version number in .class file)"" error. This you get when you have an older/other JVM then the JVM where the classes where build.

The build machine of the ZimbraConnector_0.6.00 on SourceForge, is:
ant -diagnostics tells:
java.version : 1.6.0_10
sun.arch.data.model : 32

It runs also on 64bits JVM of our Zimbra installation.


If you have problems with it, please post the output of the following commands:
Code:
su zimbra
java -version
Reply With Quote
  #486 (permalink)  
Old 09-28-2009, 02:42 PM
Intermediate Member
 
Posts: 16
Default

Hi, so this means that I need to have the same java on the zimbra server, the funambol server and the funambol admin machine?
__________________
Release 5.0.16_GA_2921.UBUNTU8 UBUNTU8 FOSS edition
Reply With Quote
  #487 (permalink)  
Old 09-29-2009, 02:49 AM
New Member
 
Posts: 4
Default

Hi, same problem here.
I'm using OSE 6.0.0, connector v0.6.
This is the output of java -version:
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) 64-Bit Server VM (build 11.0-b15, mixed mode)

And for ant -diagnostics:
java.version : 1.6.0
sun.arch.data.model : 64
java.home : /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre


All of this in the funambol server.
Reply With Quote
  #488 (permalink)  
Old 09-29-2009, 02:56 AM
Junior Member
 
Posts: 9
Default

I guess because you have used ant to build the plugin from openjdk. openjdk and sun jdk are different, so maybe that is the case.

I guess the ANT is installed on Ubuntu? then install sun-java6-jdk and use the command update-java-alternatives -s java-6-sun
Reply With Quote
  #489 (permalink)  
Old 09-29-2009, 03:25 AM
New Member
 
Posts: 4
Default

Excuse me for the poor info about my system. The distro is a Centos 5.3 x64.
I've uninstalled ant and openjdk.
I've downloaded JDK6u10 and JRE6u10 from the sun site. I've installed them, but the output of alternatives --config java is:
There is 1 program that provides 'java'.
Selection Command
-----------------------------------------------
*+ 1 /usr/lib/jvm/jre-1.4.2-gcj/bin/java
The output for rpm -qa | grep jdk is:
jdk-1.6.0_10-fcs
And for rpm -qa | grep jre:
jre-1.6.0_10-fcs

Sorry for my poor english.

Last edited by ElMitoDeYou; 09-29-2009 at 04:29 AM..
Reply With Quote
  #490 (permalink)  
Old 09-29-2009, 04:33 AM
New Member
 
Posts: 4
Default

I've managed to set the default jvm to sun-jdk.
This is my ant -diagnostics output:
java.runtime.name : Java(TM) SE Runtime Environment
sun.boot.library.path : /usr/java/jdk1.6.0_10/jre/lib/amd64
java.vm.version : 11.0-b15
ant.library.dir : /usr/share/ant/lib
java.vm.vendor : Sun Microsystems Inc.
java.vendor.url : Developer Resources for Java Technology
path.separator : :
java.vm.name : Java HotSpot(TM) 64-Bit Server VM
file.encoding.pkg : sun.io
user.country : US
sun.java.launcher : SUN_STANDARD
sun.os.patch.level : unknown
java.vm.specification.name : Java Virtual Machine Specification
user.dir : /opt/Funambol/bin
java.runtime.version : 1.6.0_10-b33
java.awt.graphicsenv : sun.awt.X11GraphicsEnvironment
java.endorsed.dirs : /usr/java/jdk1.6.0_10/jre/lib/endorsed
os.arch : amd64
java.io.tmpdir : /tmp
line.separator :

java.vm.specification.vendor : Sun Microsystems Inc.
os.name : Linux
ant.home : /usr/share/ant
sun.jnu.encoding : UTF-8
java.library.path : /usr/java/jdk1.6.0_10/jre/lib/amd64/server:/usr/java/jdk1.6.0_10/jre/lib/amd64:/usr/java/jdk1.6.0_10/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib
java.specification.name : Java Platform API Specification
java.class.version : 50.0
sun.management.compiler : HotSpot 64-Bit Server Compiler
os.version : 2.6.18-164.el5xen
user.home : /root
user.timezone :
java.awt.printerjob : sun.print.PSPrinterJob
file.encoding : UTF-8
java.specification.version : 1.6
user.name : root
java.class.path : /usr/share/java/ant.jar:/usr/share/java/ant-launcher.jar:/usr/share/java/jaxp_parser_impl.jar:/usr/java/latest/lib/tools.jar
java.vm.specification.version : 1.0
sun.arch.data.model : 64
java.home : /usr/java/jdk1.6.0_10/jre
java.specification.vendor : Sun Microsystems Inc.
user.language : en
java.vm.info : mixed mode
java.version : 1.6.0_10
java.ext.dirs : /usr/java/jdk1.6.0_10/jre/lib/ext:/usr/java/packages/lib/ext
sun.boot.class.path : /usr/java/jdk1.6.0_10/jre/lib/resources.jar:/usr/java/jdk1.6.0_10/jre/lib/rt.jar:/usr/java/jdk1.6.0_10/jre/lib/sunrsasign.jar:/usr/java/jdk1.6.0_10/jre/lib/jsse.jar:/usr/java/jdk1.6.0_10/jre/lib/jce.jar:/usr/java/jdk1.6.0_10/jre/lib/charsets.jar:/usr/java/jdk1.6.0_10/jre/classes
java.vendor : Sun Microsystems Inc.
file.separator : /
java.vendor.url.bug : Report a Bug or Request a Feature
sun.cpu.endian : little
sun.io.unicode.encoding : UnicodeLittle
sun.cpu.isalist :

I've built ZimbraConnector from source with ant, copied it to <$FUNAMBOL_HOME>/ds-server/modules and run the install-modules command, but I still get the "Bad version number in .Class" error
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.