[SOGo] problem starting sogod-0.9

Robert Stanford sogo@opengroupware.org
Sun, 21 Oct 2007 10:03:56 +1000


I have got SOPE to build and have built sogo from trunk.

My /home/sogo/GNUstep/Defaults/.GNUstepDefaults file contains

{
    NSGlobalDomain = {
    };
    "sogod-0.9" = {
        AgenorProfileURL = 
"http://sogo:sogo@localhost:5432/sogo/sogo_user_profile";
        OCSFolderInfoURL = 
"http://sogo:sogo@localhost:5432/sogo/sogo_folder_info";
        SOGoServerTimeZone = Australia/Brisbane;
        WOMessageUseUTF8 = YES;
        WOPort = 20000;
        SOGoDefaultMailDomain = "mydomain";
        SOGoFallbackIMAP4Server = "localhost";
    };
}


When I run sogo I get

007-10-21 09:49:08.334 sogod-0.9[21905] starting SOGo (build root@mail 
200710210929)
2007-10-21 09:49:08.335 sogod-0.9[21905] Note: vmem size check enabled: 
shutting down app when vmem > 200 MB
Oct 21 09:49:08 sogod-0.9 [21905]: SNS support disabled.
Oct 21 09:49:08 sogod-0.9 [21905]: <0x0x8278180[SOGoProductLoader]> 
scanning SOGo products in: /home/sogo/GNUstep/Library/SOGo-0.9
Oct 21 09:49:08 sogod-0.9 [21905]: <0x0x8278180[SOGoProductLoader]> 
scanning SOGo products in: /usr/GNUstep/Local/Library/SOGo-0.9
Oct 21 09:49:08 sogod-0.9 [21905]: <0x0x8278180[SOGoProductLoader]> 
scanning SOGo products in: /usr/GNUstep/Network/Library/SOGo-0.9
Oct 21 09:49:08 sogod-0.9 [21905]: <0x0x8278180[SOGoProductLoader]> 
scanning SOGo products in: /usr/GNUstep/System/Library/SOGo-0.9
Oct 21 09:49:08 sogod-0.9 [21905]: <0x0x8278180[SOGoProductLoader]> 
scanning SOGo products in: /usr/local/lib/sogod-0.9
Oct 21 09:49:08 sogod-0.9 [21905]: <0x0x8278180[SOGoProductLoader]> 
scanning SOGo products in: /usr/lib/sogod-0.9
2007-10-21 09:49:08.357 sogod-0.9[21905] WARNING(+[EOAdaptor 
adaptorNameForURLScheme:]): asked for 'http' URL, please fix the URLs to 
'postgresql'!
2007-10-21 09:49:08.357 sogod-0.9[21905] EOAdaptor: cannot find adaptor 
bundle: 'PostgreSQL'
sogod-0.9: Uncaught exception NSInvalidArgumentException, reason: Tried 
to add nil value for key 'localhost
5432
sogo
sogo' to dictionary


I can access postgres through tcp as sogo user

sogo@mail:~$ psql -h localhost sogo sogo
Password for user sogo:
Welcome to psql 8.1.9, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help with psql commands
       \g or terminate with semicolon to execute query
       \q to quit

SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)

sogo=#



Kind Regards
Robert Stanford