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
  #471 (permalink)  
Old 08-12-2009, 06:19 AM
Junior Member
 
Posts: 5
Default

Looks like this doesn't work for anyone except me, I must be doing something completely wrong here...
Allthough it seems odd/unlikely to me that both Zoltan67 and xandr2k's issues have anything to do with the changes I've made to the code.
The only thing I've added is an extra soap element: <session/> to the soap request.
I think the best way to debug this is enable soap debugging on the zimbra server for the account you're testing the connector with and check if the soap calls are correct.
Reply With Quote
  #472 (permalink)  
Old 08-14-2009, 12:59 PM
Starter Member
 
Posts: 1
Default Solved

please change *.s4j file for
zimbra 5x
Funambol 7.0.6
method for calendar "setallday" fixed
run /opt/Funambol/bin/install-modules (dont neet to make new databases -> insert n :-))



have fun
Angelo
Attached Files
File Type: zip ZimbraConnector.zip (673.4 KB, 55 views)

Last edited by abcona : 08-14-2009 at 01:12 PM.
Reply With Quote
  #473 (permalink)  
Old 08-18-2009, 08:43 AM
Active Member
 
Posts: 42
Default

I've tried something to get the Connector running Zimbra 6 and therefore i have stopped using Reverse Proxy.

Now i get the same error Message like Zoltan. I've also tested abcona's ZimbraConnector but thats the RootFolderException Connector ^^

java.lang.NullPointerException
at ru.korusconsulting.connector.base.ZimbraPort.reque stAutorization(ZimbraPort.java:156)

Im wondering why nobody else is using ZimbraConnector with Zimbra 6 ?
Reply With Quote
  #474 (permalink)  
Old 08-25-2009, 07:41 AM
New Member
 
Posts: 3
Default push email

Hello,

I try to set up the push mail with zimbra + + funambol nokia but I am having problems.

I get the following error

Code:
[mail] Create the default InternalPart - Unsupported Encoding 
[mail] Error single email parts - Unsupported Encoding
despite my research I still can not understand the cause of the problem.

Can you help me?
Reply With Quote
  #475 (permalink)  
Old 09-11-2009, 09:49 AM
New Member
 
Posts: 3
Default error 511 zimbra connector synchro

I try the connector with the correction provided and I installed it, but unfortunately it doesn't work. i have got this message in Thunderbird funambol log :

15:03:52 GMT [ERROR] Server Failure: server returned error code 511
15:03:52 GMT [ERROR] Error in syncing: Server Failure: server returned error code 511

And in ds-server.log :

[2009-09-11 17:40:46,980] [funambol.handler] [ERROR] [98E53436CD456717023FB9A01E8EFEDA] [fmz-BhD/aSb0NFKHfMtgRgd3pQ==] [name@domain] [] Exception processing message
java.lang.NullPointerException
at ru.korusconsulting.connector.base.SoapHelper.getRo otFolder(SoapHelper.java:61)
at ru.korusconsulting.connector.base.ZimbraPort.reque stAutorization(ZimbraPort.java:146)
at ru.korusconsulting.connector.funambol.ZimbraSyncSo urce.commonSync(ZimbraSyncSource.java:121)
at ru.korusconsulting.connector.funambol.ZimbraSyncSo urce.beginSync(ZimbraSyncSource.java:102)
at ru.korusconsulting.connector.funambol.ContactSyncS ource.beginSync(ContactSyncSource.java:40)
at com.funambol.server.engine.Sync4jEngine.sync(Sync4 jEngine.java:602)
at com.funambol.server.session.SyncSessionHandler.pro cessModifications(SyncSessionHandler.java:1667)
at com.funambol.server.session.SyncSessionHandler.pro cessSyncMessage(SyncSessionHandler.java:1520)
at com.funambol.server.session.SyncSessionHandler.pro cessInitSyncMapMessage(SyncSessionHandler.java:961 )
at com.funambol.server.session.SyncSessionHandler.pro cessMessage(SyncSessionHandler.java:517)
at com.funambol.server.engine.SyncAdapter.processInpu tMessage(SyncAdapter.java:533)
at com.funambol.server.engine.SyncAdapter.processXMLM essage(SyncAdapter.java:254)
at com.funambol.transport.http.server.LocalSyncHolder .processXMLMessage(LocalSyncHolder.java:97)
at com.funambol.transport.http.server.Sync4jServlet.d oPost(Sync4jServlet.java:399)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:803)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at com.funambol.transport.http.server.LogContextFilte r.doFilter(LogContextFilter.java:115)
at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:175)
at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.servic e(CoyoteAdapter.java:286)
at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11Conn ectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run( JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)

If someone could help it will be greet. I work with Zimbra 6 and funambol 7.1.1.
I do not have the skills to program in Java so ...

Thank
Reply With Quote
  #476 (permalink)  
Old 09-11-2009, 11:59 AM
Active Member
 
Posts: 42
Default

After some investigations, we've just found a way to make it work. Here is a new version of the connector that works with Zimbra 6 and Funambol 7 or 8 (at least for us). Hope this will help !
Attached Files
File Type: zip ZimbraConnector.zip (675.2 KB, 307 views)
Reply With Quote
  #477 (permalink)  
Old 09-13-2009, 03:06 AM
Member
 
Posts: 13
Default

Quote:
Originally Posted by Zoltan67 View Post
After some investigations, we've just found a way to make it work. Here is a new version of the connector that works with Zimbra 6 and Funambol 7 or 8 (at least for us). Hope this will help !
You're the best. Migrated my server to Zimbra 6 and Funambol 8. Works like a charm.
Reply With Quote
  #478 (permalink)  
Old 09-14-2009, 06:28 AM
New Member
 
Posts: 3
Default Synchro zimbra+funambol

Hi,

I have tried the new connector this morning, here what I have got :
- No more java exception
- Problem with synchro the first time with thunderbird which it closed without warning
- Next synchro Ok but I have had some duplications of items
- When I delete item from zimbra calendar, in the next synchro nothing happened in thunderbird
- When I moved an item in zimbra calendar after synchro I had 2 items, there are both identical except one that is moved.
- When I put an item in the lightning calendar and I made a synchro, the item is duplicate in lightning calendar and the item appears in three in the Zimbra calendar.

This behaviour is quiet strange, with the old one and Zimbra 5 I didn't have this kind of problem.

I also must say, that for installing the connector I uninstall first the old one and deleted the folder in the funambol server.

Thank for your work and I keep looking for a solution

PS: sorry for my English but I am a french user, and I do my best.
Reply With Quote
  #479 (permalink)  
Old 09-14-2009, 07:15 AM
Member
 
Posts: 13
Default

I did a clean install of Funambol 8. Using PocketPC client.

Synch failed this morning with some problem around tasks. As soon as I disabled tasks it worked. So it is not completely bug free.
Reply With Quote
  #480 (permalink)  
Old 09-23-2009, 09:09 AM
Active Member
 
Posts: 49
Default

Quote:
Originally Posted by Zoltan67 View Post
After some investigations, we've just found a way to make it work. Here is a new version of the connector that works with Zimbra 6 and Funambol 7 or 8 (at least for us). Hope this will help !
Hi Zoltan67,

Where can I get my hands on the source and documentation.

Thanks in advance.

Cheers
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