Hi,

today I found out that this odd behaviour of the Thunderbird Addons was caused 
by old
configuration parameters from sogo version 1.2.1 that were still in the 
GNUstepDefaults file.
I removed all parameters that are not listed in the recent "SOGo Installation 
Guide.pdf"
anymore and now it's working again.

There were no errors in sogo.log or Thunderbird error console that indicated 
that these
parameters are problematic. Perhaps sogo should be more talkative about this!

Old parameters I removed:
>         <key>NGUseUTF8AsURLEncoding</key>
>         <string>YES</string>
>         <key>SOGoAuthenticationMethod</key>
>         <string>LDAP</string>
>         <key>WOMessageUseUTF8</key>
>         <string>YES</string>
>         <key>WOParsersUseUTF8</key>
>         <string>YES</string>
>         <key>WOUseRelativeURLs</key>
>         <string>NO</string>

the new GNUstepDefaults is now:

<?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>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>SOGoEnableEMailAlarms</key>
        <string>NO</string>
        <key>SOGoFirstDayOfWeek</key>
        <string>1</string>
        <key>SOGoFirstWeekOfYear</key>
        <string>First4DayWeek</string>
        <key>SOGoFoldersSendEMailNotifications</key>
        <string>NO</string>
        <key>SOGoLanguage</key>
        <string>German</string>
        <key>SOGoMailDomain</key>
        <string>XXX.XXX</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>XXX.XXX.XXX</string>
        <key>SOGoSuperUsernames</key>
        <array>
            <string>XXX</string>
            <string>XXX</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>
                <key>type</key>
                <string>ldap</string>
            </dict>
        </array>
        <key>WOPort</key>
        <string>20000</string>
    </dict>
</dict>
</plist>


On 03.02.2011 17:44, Florian Unger wrote:
> 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>XXX.XXX</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>XXX.XXX.XXX</string>
>         <key>SOGoSuperUsernames</key>
>         <array>
>             <string>XXX</string>
>             <string>XXX</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>
> 

-- 
______________________________________________________

Florian Unger                    Intego GmbH
Tel.:  +49-9131-61082-121        Henri-Dunant-Straße 8
Fax.:  +49-9131-61082-999        D-91058 Erlangen
Email: [email protected]   Germany
_____________________________________________________

Geschäftsführer:                 Registergericht:
Dr. Peter Plankensteiner         Amtsgericht Fürth      
Dr. Thomas Wagner                HRB 7576
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to