Hi,

Until yesterday, I had SOGo 1.3.5a on a ClearOS distro (centos 5 based) that I
installed from Inverse repository. Everything was working fine.
So yesterday I saw that a SOGo 1.3.5a rpm from ClearOS community was available.
I wanted to try it because dependencies were more simple this way. I don't know
why but SOGo daemon just did not wanted to start, so I uninstalled it and
reinstalled SOGo from Inverse, now at version 1.3.8b. I noticed that there was
no changes to DB structure or to .GNUstepDefaults file between my old and new
version so I just put my backuped .GNUstepDefaults file back. Now SOGo daemon
starts, but when I go to SOGo web interface I get a blank page with only :
"object not found: SOGo => index" as text. Connecting to SOGo with iCal or
Apple Address book do not working either.

This mailing list has only one mention of my problem, but the guy was talking
about forgetting to update some sope dependencies. When I installed version
1.3.8, it also upgraded  sope49-cards  (1.3_20110726-1.el5),
sope49-gdl1-contentstore (1.3_20110726-1.el5) and sope49-gdl1-mysql
(4.9-20110726_1664.el5.1) from SOGO repo, so I think I'm good.

The only strange thing from the logs is something complaining about missing
language locale, e.g.:

Sep 15 21:18:16 sogod [723]: [ERROR] [we-rm] did not find MainUIProduct class!
Sep 15 21:18:16 sogod [723]: [ERROR] [we-rm] did not find locale for language:
French

It does this for many other languages like:  english, german, danish, dutch,
spanish, etc...

I really don't know to what this problem could be related as I'm only a Linux
novice.

Thank you for your help.

Here is my .GNUstepDefaults file:

<?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>sogod</key>
    <dict>
        <key>OCSFolderInfoURL</key>
       
<string>mysql://sogo:a2hCBeunVPcGdLu@localhost:3306/sogo/sogo_folder_info</string>
        <key>OCSSessionsFolderURL</key>
       
<string>mysql://sogo:a2hCBeunVPcGdLu@localhost:3306/sogo/sogo_sessions_folder</string>
        <key>SOGoAppointmentSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoDraftsFolderName</key>
        <string>INBOX/Drafts</string>
        <key>SOGoIMAPServer</key>
        <string>localhost</string>
        <key>SOGoLanguage</key>
        <string>French</string>
        <key>SOGoMailAuxiliaryUserAccountsEnabled</key>
        <string>yes</string>
        <key>SOGoMailDomain</key>
        <string>trebaxis.net</string>
        <key>SOGoMailingMechanism</key>
        <string>smtp</string>
        <key>SOGoOtherUsersFolderName</key>
        <string>Other Users</string>
        <key>SOGoProfileURL</key>
       
<string>mysql://sogo:a2hCBeunVPcGdLu@localhost:3306/sogo/sogo_user_profile</string>
        <key>SOGoSMTPServer</key>
        <string>localhost</string>
        <key>SOGoSentFolderName</key>
        <string>INBOX/Sent</string>
        <key>SOGoSharedFolderName</key>
        <string>Shared Folders</string>
        <key>SOGoSuperUsernames</key>
        <array>
            <string>jpbaril</string>
        </array>
        <key>SOGoTimeZone</key>
        <string>America/Montreal</string>
        <key>SOGoTrashFolderName</key>
        <string>INBOX/Trash</string>
        <key>SOGoUserSources</key>
        <array>
            <dict>
                <key>CNFieldName</key>
                <string>cn</string>
                <key>IDFieldName</key>
                <string>cn</string>
                <key>UIDFieldName</key>
                <string>uid</string>
                <key>baseDN</key>
                <string>ou=Accounts,dc=trebaxis,dc=net</string>
                <key>bindDN</key>
                <string>cn=manager,cn=internal,dc=trebaxis,dc=net</string>
                <key>bindFields</key>
                <array>
                    <string>uid</string>
                </array>
                <key>bindPassword</key>
                <string>H4sjLt4fwbQzi0V</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>displayName</key>
                <string>Local Addresses</string>
                <key>filter</key>
                <string>(objectClass = pcnMailAccount)</string>
                <key>hostname</key>
                <string>localhost</string>
                <key>id</key>
                <string>authentication</string>
                <key>isAddressBook</key>
                <string>YES</string>
                <key>port</key>
                <string>389</string>
            </dict>
        </array>
    </dict>
</dict>
</plist>
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to