Scalix seems to be running fine, and I'm not getting any complaints from users, but the error logs are full of two types of warning.
The first is:
Code: Select all
WARNING LDAP Daemon (LDAP Engine ) 01.13.06 11:39:47
[OM 16065] The requested Directory does not exist.
-> deng_doSearch
-> dr_ACIModContextFlags
<- dr_ACIModContextFlags
-> dr_ACICheckReadPerm
<- dr_ACICheckReadPerm
-> dr_ACIModContextFlags
<- dr_ACIModContextFlags
<- deng_doSearch
-> im_CrNewTempItem
-> im_GetNewTempItemNum
<- im_GetNewTempItemNum
<- im_CrNewTempItem
-> im_ItemRef2FName
<- im_ItemRef2FName
<- /build/9.4.0.9/src/lib/ombase/dr/dr_opendir.c:399[3,16065]
<- /build/9.4.0.9/src/lib/ombase/dr/dr_opendir.c:542[3,16065]
This seems to be the result of 'check names' on SWA attempting to access a folder called 'My Contacts' which doesn't exist. Of course, the contacts folder on Scalix is called 'Contacts', not 'My Contacts'. I get this error for a number of different users.
The second most common warning is:
Code: Select all
WARNING IMAP Server Da(IMAP Server Pr) 01.03.06 11:58:17
[OM 10024] Date and time value "" in the XML for an application/scalix-properties
body part is not of a recognised format.
Time set to start of 1st January 1970.
User Name: xxx xxx / renoir, aramoko/CN=xxx, xxx
Last Msg Subject: xxx
Last Msg Sender: xxx/xxx///renoir/aramoko//////////////////%xxx, xxx%%%//"
Last Msg Id: 8648283.11362894969
Last Ct RecNo: 0
This looks like SWA is sending a null date. How do I stop this?
In both cases the clients are running SWA and don't complain about errors. However, I like to see nice clean logs and am keen to fix these two Warnings.
Any ideas??