View Issue Details

IDProjectCategoryView StatusLast Update
0001083SOGoBackend Generalpublic2011-02-01 21:24
Reporterskliarie Assigned Toludovic  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionno change required 
Product Version1.3.4 
Summary0001083: Reproduceable crash on each request
Description

I use the following virtual server configuration:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName sogo.mycompany.com

ProxyPass / http://127.0.0.1:20000/SOGo retry=0
ProxyPassReverse / http://127.0.0.1:20000/SOGo
</VirtualHost>

When I request a page, I get empty page and the SOGo prints "NSInvalidArgumentException" message into /var/log/sogo/sogo.log (see in the additional information).
The same thing happens if I access the SOGo directly on port 20000.

The error started appearing after I created the sogo database in mysql and configured the SOGo to use it:
defaults write sogod SOGoProfileURL mysql://sogo:sogo@localhost:3306/sogo/sogo_user_profile
defaults write sogod OCSFolderInfoURL mysql://sogo:sogo@localhost:3306/sogo/sogo_folder_info

BTW, the tables were created.

Additional Information

Jan 16 12:13:05 sogod [1245]: <0x0x1678f10[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Jan 16 12:13:05 sogod [1245]: <0x0x1678f10[SOGoCache]> Using host(s) 'localhost' as server(s)
2011-01-16 12:13:05.255 sogod[1245] Note(SoObject): SoDebugKeyLookup is enabled!
2011-01-16 12:13:05.255 sogod[1245] Note(SoObject): SoDebugBaseURL is enabled!
2011-01-16 12:13:05.255 sogod[1245] Note(SoObject): relative base URLs are enabled.
EXCEPTION: <NSException: 0x1b2a2c0> NAME:NSInvalidArgumentException REASON:GSCInlineString(instance) does not recognize count INFO:(nil)
Jan 16 12:13:05 sogod [1244]: <0x0x1822640[WOWatchDogChild]> child 1245 exited
Jan 16 12:13:05 sogod [1244]: <0x0x1822640[WOWatchDogChild]> (terminated due to signal 6)
Jan 16 12:13:05 sogod [1244]: <0x0x17edea0[WOWatchDog]> child spawned with pid 1260
Jan 16 12:13:05 sogod [1260]: <0x0x19fee40[SOGoProductLoader]> SOGo products loaded from '/usr/lib/GNUstep/SOGo':
Jan 16 12:13:05 sogod [1260]: <0x0x19fee40[SOGoProductLoader]> SchedulerUI.SOGo, Mailer.SOGo, Appointments.SOGo, CommonUI.SOGo, MailPartViewers.SOGo, ContactsUI.SOGo, MailerUI.SOGo, AdministrationUI.SOGo, MainUI.SOGo, PreferencesUI.SOGo, Contacts.SOGo
Jan 16 12:13:05 sogod [1260]: |SOGo| version 1.3.4 (build @vizzini.inverse.ca 201011171734) -- starting
Jan 16 12:13:05 sogod [1260]: |SOGo| vmem size check enabled: shutting down app when vmem > 384 MB

TagsNo tags attached.

Activities

skliarie

skliarie

2011-01-16 10:40

reporter   ~0002024

Sorry, turns out I have not configured LDAP at the moment. After I did that, the problem disappeared. Close the bug please.

BTW, it would be nice to get error "LDAP is not configured" in such case.

Issue History

Date Modified Username Field Change
2011-01-16 10:32 skliarie New Issue
2011-01-16 10:40 skliarie Note Added: 0002024
2011-02-01 21:24 ludovic Status new => resolved
2011-02-01 21:24 ludovic Resolution open => no change required
2011-02-01 21:24 ludovic Assigned To => ludovic