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
  #451 (permalink)  
Old 04-07-2009, 10:04 AM
Active Member
 
Posts: 29
Default

Well, not great news, since there is no answer yet.

So it seems the only way to not have my phone cluttered with tons of Emailed Contacts is to not have Zimbra save them. But then I won't have auto complete on most of the email addresses I use. Ugh.
Reply With Quote
  #452 (permalink)  
Old 05-05-2009, 09:46 AM
Starter Member
 
Posts: 2
Default Nokia E71, tasks do not sync from Zimbra to phone

Good day,
Thanks for the Zimbra Connector.

Contacts are synced, calendar is synced, tasks are not stable.

It syncs tasks from phone to Zimbra, although never back. The tasks are just not synced from Zimbra to phone.

The set consists of the following:
- Ubuntu server edition 8.04 TLS,
- Zimbra 5.0.16 GA for ubuntu,
- ZimbraConnector built from the source,
- Funambol Symbian Client s60 3rd edition ver.7.2.4.

Anyone succeeded to sync tasks from Zimbra to phone? Please inform how to do this.
Reply With Quote
  #453 (permalink)  
Old 05-06-2009, 12:54 PM
Advanced Member
 
Posts: 189
Default

Has anyone considered putting this into a vmware appliance (server and connector) for others to use? This is one big thread to jump into at this point and get this option running. I guess you would be short cutting a lot of work for people.
__________________
Release 6.0.2_GA_1912.UBUNTU8_64 UBUNTU8_64 NETWORK edition + Mobile Option
Activesync with Moto Q9C, HTC Touch Pro, Palm Pro, & Palm Pre
Reply With Quote
  #454 (permalink)  
Old 05-11-2009, 04:15 AM
Starter Member
 
Posts: 2
Default I need tasks working

Hello,

I have an m600i and I need (desperately) to have tasks working.

I have written in the forum:

https://sourceforge.net/forum/forum....orum_id=791477

and I have filed a bug:

https://sourceforge.net/tracker/?fun...5&atid=1047358

I write here because this forum seems more alive. I can help with testing.

Thanks a lot!

Mario Giammarco
Reply With Quote
  #455 (permalink)  
Old 05-11-2009, 08:17 AM
Starter Member
 
Posts: 2
Default

BTW if someone explains me how the connector does the sync I will debug the java by myself.
Reply With Quote
  #456 (permalink)  
Old 05-27-2009, 02:54 PM
Intermediate Member
 
Posts: 22
Default

I'm having trouble getting the calendar to sync.

I'm using Zimbra 5.0.10, Funambol 7.0.6, and Zimbra Connector 5.02.

These errors show up in the log regarding calendar syncing:

Code:
[2009-05-27 15:48:16,270] [funambol.zimbra] [ERROR] [6B4AD57D613907D17F877BDA1E8CA502] [fbb-813009600] [user] [scal]
java.lang.NoSuchMethodError: com.funambol.common.pim.calendar.CalendarContent.setAllDay(Z)V
        at ru.korusconsulting.connector.funambol.CalendarUtils.asCalendar(CalendarUtils.java:693)
        at ru.korusconsulting.connector.base.ZimbraPort.requestCalendarById(ZimbraPort.java:850)
        at ru.korusconsulting.connector.manager.CalendarManager.getItem(CalendarManager.java:349)
        at ru.korusconsulting.connector.funambol.CalendarSyncSource.getSyncItemFromId(CalendarSyncSource.java:160)
        at com.funambol.server.engine.Sync4jEngine.completeItemInfo(Sync4jEngine.java:1761)
        at com.funambol.server.session.SyncSessionHandler.splitSyncCommand(SyncSessionHandler.java:2640)
        at com.funambol.server.session.SyncSessionHandler.commandsToSend(SyncSessionHandler.java:2547)
        at com.funambol.server.session.SyncSessionHandler.processInitSyncMapMessage(SyncSessionHandler.java:1081)
        at com.funambol.server.session.SyncSessionHandler.processMessage(SyncSessionHandler.java:534)
        at com.funambol.server.engine.SyncAdapter.processInputMessage(SyncAdapter.java:533)
        at com.funambol.server.engine.SyncAdapter.processXMLMessage(SyncAdapter.java:254)
        at com.funambol.transport.http.server.LocalSyncHolder.processXMLMessage(LocalSyncHolder.java:97)
        at com.funambol.transport.http.server.Sync4jServlet.doPost(Sync4jServlet.java:388)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at com.funambol.transport.http.server.LogContextFilter.doFilter(LogContextFilter.java:115)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(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.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Unknown Source)
[2009-05-27 15:48:16,270] [funambol.handler] [ERROR] [6B4AD57D613907D17F877BDA1E8CA502] [fbb-813009600] [user] [scal] Error filling i$
com.funambol.framework.core.Sync4jException: Error retriving data of the item with key:  { keyValue: 9235 }
        at com.funambol.server.engine.Sync4jEngine.completeItemInfo(Sync4jEngine.java:1827)
Anyone have a solution?
Reply With Quote
  #457 (permalink)  
Old 05-28-2009, 09:56 AM
Starter Member
 
Posts: 2
Default

Im looking for some help, ive been aving problems getting any syncing between Zimbra and Funambol.

My setup:

Zimbra 5.0 running on Ubuntu 8.04 32bit server
Funambol 7.1.1 running on Ubuntu 8.10 32bit Server
ZimbraConnector_0.5.02.s4j

Now i have followed the install instructions to the T for the zimbra connector. Deleted foundation "cal" etc and added new ones to the Zimbra Connector. All looks exactly like it should and described in the install doc. Now for the Zimbra URL section, i have put https://zimbraIP:7071/service/soap/ is this correct? When i fire this URL into a browser i get random txt which seem to be related to SOAP.

Ive then created funabol user with exactly the same username and password as a zimbra user and log into my Funambol Web Demo Client. But i see no contacts or calendar.

What am I doing wrong? Im hoping for once Im being very silly and missing something obvious here?? But its beginning to really do my head in and i need this to work asap.
Reply With Quote
  #458 (permalink)  
Old 05-28-2009, 09:57 AM
Starter Member
 
Posts: 2
Default

Can i also just add to the above, i have been reading this site for a while now and i will do my best to help anyone else in any way i can if i can get mine sorted also!
Reply With Quote
  #459 (permalink)  
Old 07-03-2009, 09:08 PM
Member
 
Posts: 12
Unhappy Problem with ZCS 6.0 BETA2

Hi,

I'm getting these with:

Zimbra 6.0 b2
Funambol 7.1.0
ZimbraFunambol Connector/0.5.02
Funambol Outlook Sync Client 7.2.1

Code:
==> logs/ds-server/ds-server.log <==
[2009-07-04 03:57:09,815] [funambol.transport.http] [INFO] [6F8800B0F1F86FDB5AB5A145043507E2] [] [] [] Handling incoming request
[2009-07-04 03:57:09,815] [funambol.transport.http] [INFO] [6F8800B0F1F86FDB5AB5A145043507E2] [] [] [] Request URL: http://mail.xxx.net:8080/funambol/ds/
[2009-07-04 03:57:09,815] [funambol.transport.http] [INFO] [6F8800B0F1F86FDB5AB5A145043507E2] [] [] [] Requested sessionId: null
[2009-07-04 03:57:10,945] [funambol.handler] [ERROR] [6F8800B0F1F86FDB5AB5A145043507E2] [fol-TE9OREVSTEE6amVucw==] [] [] Exception processing message
java.lang.NullPointerException
 at ru.korusconsulting.connector.base.SoapHelper.getRootFolder(SoapHelper.java:61)
 at ru.korusconsulting.connector.base.ZimbraPort.requestAutorization(ZimbraPort.java:146)
 at ru.korusconsulting.connector.funambol.ZimbraOfficer.authenticateUser(ZimbraOfficer.java:53)
 at com.funambol.server.engine.Sync4jEngine.login(Sync4jEngine.java:1541)
 at com.funambol.server.session.SyncSessionHandler.login(SyncSessionHandler.java:2197)
 at com.funambol.server.session.SyncSessionHandler.processMessage(SyncSessionHandler.java:453)
 at com.funambol.server.engine.SyncAdapter.processInputMessage(SyncAdapter.java:533)
 at com.funambol.server.engine.SyncAdapter.processXMLMessage(SyncAdapter.java:254)
 at com.funambol.transport.http.server.LocalSyncHolder.processXMLMessage(LocalSyncHolder.java:97)
 at com.funambol.transport.http.server.Sync4jServlet.doPost(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.internalDoFilter(ApplicationFilterChain.java:290)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at com.funambol.transport.http.server.LogContextFilter.doFilter(LogContextFilter.java:115)
 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 at org.apache.catalina.core.StandardContextValve.invoke(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.invoke(StandardEngineValve.java:109)
 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
 at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
 at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 at java.lang.Thread.run(Thread.java:595)
[2009-07-04 03:57:11,025] [funambol.transport.http] [INFO] [6F8800B0F1F86FDB5AB5A145043507E2] [fol-TE9OREVSTEE6amVucw==] [] [] Request processed.
[2009-07-04 03:57:11,026] [funambol.transport.http] [INFO] [6F8800B0F1F86FDB5AB5A145043507E2] [] [] [] Closing session 6F8800B0F1F86FDB5AB5A145043507E2
[2009-07-04 03:57:11,026] [funambol.engine] [INFO] [6F8800B0F1F86FDB5AB5A145043507E2] [] [] [] null: synchronization completed
Any ideas?
Reply With Quote
  #460 (permalink)  
Old 07-28-2009, 09:05 AM
Active Member
 
Posts: 42
Default

i have the same problem with Zimbra Beta 2 and the Root Folder Exception with Funambol.

Is someone good enough to solve this issue in the Zimbra Connector ?
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