Hi, yesterday I made a major update of my sogo server from version 1.2.1 to 1.3.5a I applied the sql update scripts sql-update-1.2.2_to_1.3.0.sh and sql-update-1.3.3_to_1.3.4.sh and changed http.conf and GNUstepDefaults (see below).
The webinterface is working fine and I can access all calendars and events. But I have got major problems with Thunderbird 3.1.7 and the Addons sogo-integrator-3.104, sogo-connector-3.104 and lightning-1.0b2.104i_win32 I did set up a fresh profile and tried to installed the addons. This took several attempts because thunderbird crashed or did not respond anymore. The first loading of the calendars took very long - nearly half an hour and after the calendars were loaded only part of the events are displayed in lightning. I got these messages in the thunderbird error console Failed to load XPCOM component: C:\Dokumente und Einstellungen\XXX\Anwendungsdaten\Thunderbird\Profiles\d63em7it.TB3 test\extensions\[email protected]\components\cardDAVAutocompleteSession.idl Failed to load XPCOM component: C:\Dokumente und Einstellungen\XXX\Anwendungsdaten\Thunderbird\Profiles\d63em7it.TB3 test\extensions\[email protected]\components\ContextManager.idl Failed to load XPCOM component: C:\Dokumente und Einstellungen\XXX\Anwendungsdaten\Thunderbird\Profiles\d63em7it.TB3 test\extensions\[email protected]\components\NotificationManager.idl Failed to load XPCOM component: C:\Dokumente und Einstellungen\XXX\Anwendungsdaten\Thunderbird\Profiles\d63em7it.TB3 test\extensions\[email protected]\components\nsISOGoConnectorACSessionWrapper.idl Failed to load XPCOM component: C:\Dokumente und Einstellungen\XXX\Anwendungsdaten\Thunderbird\Profiles\d63em7it.TB3 test\extensions\[email protected]\components\SyncProgressManager.idl These messages only appear on first install of the addons. After a restart of thunderbird they don't appear anymore. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml"> <plist version="0.9"> <dict> <key>NSGlobalDomain</key> <dict> </dict> <key>gdnc</key> <dict> </dict> <key>sogod</key> <dict> <key>CalDAVStartTimeLimit</key> <string>60</string> <key>NGUseUTF8AsURLEncoding</key> <string>YES</string> <key>OCSEMailAlarmsFolderURL</key> <string>postgresql://sogo:[email protected]:5432/sogo/sogo_alarms_folder</string> <key>OCSFolderInfoURL</key> <string>postgresql://sogo:[email protected]:5432/sogo/sogo_folder_info</string> <key>OCSSessionsFolderURL</key> <string>postgresql://sogo:[email protected]:5432/sogo/sogo_sessions_folder</string> <key>SOGoACLsSendEMailNotifications</key> <string>NO</string> <key>SOGoAppointmentSendEMailNotifications</key> <string>NO</string> <key>SOGoAuthenticationMethod</key> <string>LDAP</string> <key>SOGoEnableEMailAlarms</key> <string>NO</string> <key>SOGoFoldersSendEMailNotifications</key> <string>NO</string> <key>SOGoLanguage</key> <string>German</string> <key>SOGoMailDomain</key> <string>intego.de</string> <key>SOGoMailingMechanism</key> <string>smtp</string> <key>SOGoProfileURL</key> <string>postgresql://sogo:[email protected]:5432/sogo/sogo_user_profile</string> <key>SOGoSMTPServer</key> <string>mail.noris.net</string> <key>SOGoSuperUsernames</key> <array> <string>FWtest</string> <string>fluadmin</string> </array> <key>SOGoTimeZone</key> <string>Europe/Berlin</string> <key>SOGoUserSources</key> <array> <dict> <key>CNFieldName</key> <string>cn</string> <key>IDFieldName</key> <string>cn</string> <key>UIDFieldName</key> <string>sAMAccountName</string> <key>baseDN</key> <string>dc=vision,dc=local</string> <key>bindDN</key> <string>cn=SOGo Administrator,cn=Users,dc=vision,dc=local</string> <key>bindFields</key> <array> <string>sAMAccountName</string> <string>mail</string> </array> <key>bindPassword</key> <string>XXX</string> <key>canAuthenticate</key> <string>YES</string> <key>displayName</key> <string>Active Directory</string> <key>filter</key> <string>(objectClass=person)</string> <key>hostname</key> <string>192.168.XXX.XXX</string> <key>id</key> <string>directory</string> <key>isAddressBook</key> <string>NO</string> <key>port</key> <string>389</string> </dict> </array> <key>SOGoVacationEnabled</key> <string>YES</string> <key>WOMessageUseUTF8</key> <string>YES</string> <key>WOParsersUseUTF8</key> <string>YES</string> <key>WOPort</key> <string>20000</string> <key>WOUseRelativeURLs</key> <string>NO</string> </dict> </dict> </plist> -- [email protected] https://inverse.ca/sogo/lists
