View Issue Details

IDProjectCategoryView StatusLast Update
0001345Funambol SOGo Connectorpublic2011-12-30 14:13
Reportertime2ride Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.8 
Summary0001345: sogod crashing after Funambol connector added new event
Description

I am using the latest nightly of SOGo and the Funambol connector (funambol-sogo-1.0.8.s4j) to sync an Android based device (contacts and calendar).

When I create a new event on the Android device and sync it back to the SOGo database it causes sogod to crash, when accessing the calendar through the SOGo webinterface.
I tracked down the reason for the crash to the "c_orgmail" column being "NULL".
Apparently the Funambol connector does not set this value when adding the new event to the database.

There are two solutions for this problem, not sure which one is better.

  1. Make the connector set the value to an empty string (like '')
  2. Alter the SQL table to default the value to "NOT NULL"

I chose the 2nd option since it is easier.

Additional Information

Maybe this is the solution for the folowing problem aswell:
http://www.sogo.nu/bugs/view.php?id=849

TagsNo tags attached.

Activities

ludovic

ludovic

2011-12-30 14:13

administrator   ~0003217

No longer pertinent. I've tried to set the c_orgmail to null and SOGo works as expected.

Issue History

Date Modified Username Field Change
2011-06-25 01:12 time2ride New Issue
2011-12-30 14:13 ludovic Note Added: 0003217
2011-12-30 14:13 ludovic Status new => closed
2011-12-30 14:13 ludovic Resolution open => fixed