I can't get this to work for the life of me.

I'm accessing http://127.0.0.1/SOGo via apache, not through port 20000.

Config 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>SOGoUserSources</key>
        <dict>
                <key>type</key>
                <string>sql</string>
                <key>id</key>
                <string>database</string>
                <key>canAuthenticate</key>
                <string>YES</string>
                <key>userPasswordAlgorithm</key>
                <string>none</string>
                <key>viewURL</key>
                <string>mysql://sogo:sogopas...@localhost
:3306/sogo/directory</string>
        </dict>
        <key>OCSFolderInfoURL</key>
        <string>mysql://sogo:sogopas...@localhost
:3306/sogo/sogo_folder_info</string>
        <key>SOGoACLsSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoAppointmentSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoFoldersSendEMailNotifications</key>
        <string>YES</string>
        <key>SOGoLanguage</key>
        <string>English</string>
        <key>SOGoMailDomain</key>
        <string>thecorrectdomainname.com</string>
        <key>SOGoMailingMechanism</key>
        <string>sendmail</string>
        <key>SOGoProfileURL</key>
        <string>mysql://sogo:sogopas...@localhost
:3306/sogo/sogo_user_profile</string>
        <key>SOGoSMTPServer</key>
        <string>localhost</string>
        <key>SOGoTimeZone</key>
        <string>US/Central</string>
    </dict>
</dict>
</plist>


SOGo log:
Jan 10 02:51:56 sogod [6874]: <0x0xa031458[SOGoCache]> Cache cleanup
interval set every 300.000000 seconds
Jan 10 02:51:56 sogod [6874]: <0x0xa031458[SOGoCache]> Using host(s)
'localhost' as server(s)
2011-01-10 02:51:56.950 sogod[6874] Note(SoObject): SoDebugKeyLookup is
enabled!
2011-01-10 02:51:56.951 sogod[6874] Note(SoObject): SoDebugBaseURL is
enabled!
2011-01-10 02:51:56.951 sogod[6874] Note(SoObject): relative base URLs are
enabled.
EXCEPTION: <NSException: 0x9fb1e58> NAME:NSInvalidArgumentException
REASON:GSMutableDictionary(instance) does not recognize objectAtIndex:
INFO:(nil)
Jan 10 02:51:57 sogod [6872]: <0x0x9dab400[WOWatchDogChild]> child 6874
exited
Jan 10 02:51:57 sogod [6872]: <0x0x9dab400[WOWatchDogChild]>  (terminated
due to signal 6)
Jan 10 02:51:57 sogod [6872]: <0x0x9d8fc40[WOWatchDog]> child spawned with
pid 6931
Jan 10 02:51:57 sogod [6931]: <0x0x9ef73b0[SOGoProductLoader]> SOGo products
loaded from '/usr/lib/GNUstep/SOGo':
Jan 10 02:51:57 sogod [6931]: <0x0x9ef73b0[SOGoProductLoader]>
Mailer.SOGo, AdministrationUI.SOGo, SchedulerUI.SOGo, MainUI.SOGo,
MailPartViewers.SOGo, PreferencesUI.SOGo, Appointments.SOGo, MailerUI.SOGo,
Contacts.SOGo, ContactsUI.SOGo, CommonUI.SOGo
Jan 10 02:51:57 sogod [6931]: |SOGo| version 1.3.4 (build @
vizzini.inverse.ca 201011171725) -- starting
Jan 10 02:51:57 sogod [6931]: |SOGo| vmem size check enabled: shutting down
app when vmem > 384 MB


MySQL log:
110110  3:51:57    97 Connect   s...@localhost on sogo
                   97 Query     SET CHARACTER SET utf8
                   97 Query     SELECT count(*) FROM sogo_user_profile
                   97 Query     SELECT count(*) FROM sogo_folder_info
 ... and it hangs here....


The only thing that I don't understand in that config file is the "id"
field. The documentation calls this "the identification name of the SQL
repository". I don't understand what that is. Does this have to do with my
SQL server installation?

Thanks,
-R
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to