Hi SOGo Users, setup is SOGo 1.3.5a on debian lenny, with config (see below).
Using thunderbird 3.1 with integrator, inverse lightning and connector 3.104 as client. From time to time thunderbird31 hangs arround, no response on mouse click, no mail check. After I restart thunderbird 3.1 the "personal calander" is marked with a closed lock. No access any more on the calendar. Thunderbird31 on my linux worksstation give me this error message: tb3@wookie:~$ /opt/thunderbird/thunderbird3/thunderbird register load scripts.... CardDAVDirectoryFactory.js: getDirectories aDirName: mtG Adressen aURI: carddavs://leela.mtg.de/SOGo/dav/pseipel/Contacts/adressen/ aPrefId: ldap_2.servers.mtGAdressen CardDAVDirectoryFactory.js: getDirectories aDirName: mtG SOGO Gruppen aURI: carddavs://leela.mtg.de/SOGo/dav/pseipel/Contacts/Gruppen/ aPrefId: ldap_2.servers.mtGSOGOGruppen CardDAVDirectoryFactory.js: getDirectories aDirName: mtG Mitarbeiter aURI: carddavs://leela.mtg.de/SOGo/dav/pseipel/Contacts/public/ aPrefId: ldap_2.servers.publicWarning: Fehler beim Lesen von Daten f�r Kalender: Pers�nlicher Kalender. Fehlercode: DAV_NOT_DAV. Beschreibung: Die Quelle auf https://leela.mtg.de/SOGo/dav/pseipel/Calendar/personal/ ist entweder keine DAV-Sammlung oder sie ist nicht verf�gbar Warning: Fehler beim Lesen von Daten f�r Kalender: Pers�nlicher Kalender. Fehlercode: READ_FAILED. Beschreibung: An error occurred with one of the ACL queries, which indicates the server don't support ACL.
Code: 401 We keep the ACL entry but mark it as having no support. query url: https://leela.mtg.de/SOGo/dav/pseipel/Calendar/personal/ calendar url: https://leela.mtg.de/SOGo/dav/pseipel/Calendar/personal/Error: [Exception... "'[JavaScript Error: "savedThis.onOperationComplete is not a function" {file: "chrome://calendar/content/calendar-task-tree.xml" line: 928}]' when calling method: [calIOperationListener::onOperationComplete]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: file:///home/tb3/.thunderbird/hurz0pc5.default/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/components/calCompositeCalendar.js :: anonymous :: line 550" data: yes] Error: [Exception... "'[JavaScript Error: "savedThis.onOperationComplete is not a function" {file: "chrome://calendar/content/calendar-task-tree.xml" line: 928}]' when calling method: [calIOperationListener::onOperationComplete]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: file:///home/tb3/.thunderbird/hurz0pc5.default/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/components/calCompositeCalendar.js :: anonymous :: line 550" data: yes] Error: [Exception... "'[JavaScript Error: "this.calView.fireEvent is not a function" {file: "chrome://calendar/content/calendar-base-view.xml" line: 91}]' when calling method: [calIOperationListener::onOperationComplete]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: file:///home/tb3/.thunderbird/hurz0pc5.default/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/components/calCompositeCalendar.js :: anonymous :: line 550" data: yes]
Any hints on that behavoir? What does "server don't support ACL" mean? ---- extensions.rdf (patched integrator to point to our SOGo Server.)<?xml version="1.0"?>
<!DOCTYPE RDF>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:isi="http://inverse.ca/sogo-integrator/"
xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:NC="http://home.netscape.com/NC-rdf#">
<Seq about="http://inverse.ca/sogo-integrator/extensions"
isi:updateURL="https://leela.mtg.de/plugins/updates.php?plugin=%ITEM_ID%&version=%ITEM_VERSION%&platform=%PLATFORM%">
... ---- ---- configleela:/home/sogo/GNUstep/Defaults# cat .GNUstepDefaults
{
NSGlobalDomain = {
};
gdnc = {
};
sogod = {
NGUseUTF8AsURLEncoding = YES;
OCSFolderInfoURL = "postgresql://sogo:[email protected]:5432/sogo2/sogo_folder_info";
OCSSessionsFolderURL = "postgresql://sogo:[email protected]:5432/sogo2/sogo_sessions_folder"; SOGoACLsSendEMailNotifications = YES;
SOGoAppointmentSendEMailNotifications = YES;
SOGoAuthenticationMethod = LDAP;
SOGoDraftsFolderName = Drafts;
SOGoFoldersSendEMailNotifications = YES;
SOGoIMAPServer = MAILSERVER.mtg.de;
SOGoLanguage = German;
SOGoMailDomain = mtg.de;
SOGoMailingMechanism = smtp;
SOGoOtherUsersFolderName = "Other Users";
SOGoProfileURL = "postgresql://sogo:[email protected]:5432/sogo2/sogo_user_profile";
SOGoSMTPServer = localhost;
SOGoSentFolderName = Sent;
SOGoSharedFolderName = "Shared Folders";
SOGoTimeZone = Europe/Berlin;
SOGoTrashFolderName = Trash;
SOGoUserSources = (
{
CNFieldName = cn;
IDFieldName = cn;
IMAPHostFieldName = mailHost;
UIDFieldName = uid;
baseDN = "ou=Mitarbeiter,dc=mtg,dc=de";
bindDN = "cn=SOGo Administrator,ou=Mitarbeiter,dc=mtg,dc=de"; bindFields = uid;
bindPassword = LDAPPASS;
canAuthenticate = YES;
displayName = "mtG Mitarbeiter";
hostname = LDAPSERV.mtg.de;
id = public;
isAddressBook = YES;
port = 389;
},
{
CNFieldName = cn;
IDFieldName = cn;
UIDFieldName = uid;
baseDN = "ou=Gruppen,dc=mtg,dc=de";
bindDN = "cn=SOGo
Administrator,ou=Mitarbeiter,dc=mtg,dc=de";
bindFields = cn;
bindPassword = LDAPPASS;
canAuthenticate = NO;
displayName = "mtG SOGO Gruppen";
hostname = LDAPSERV.mtg.de;
id = Gruppen;
isAddressBook = YES;
port = 389;
},
{
CNFieldName = cn;
IDFieldName = cn;
UIDFieldName = uid;
baseDN = "ou=Datenbank,dc=mtg,dc=de";
bindDN = "cn=SOGo
Administrator,ou=Mitarbeiter,dc=mtg,dc=de";
bindFields = cn;
bindPassword = LDAPPASS;
canAuthenticate = NO;
displayName = "mtG Adressen";
hostname = LDAPSERV.mtg.de;
id = adressen;
isAddressBook = YES;
port = 389;
}
);
WOMessageUseUTF8 = YES;
WOParsersUseUTF8 = YES;
WOPort = 20000;
WOUseRelativeURLs = NO;
};
}
---
Greats
Peter
--
media transfer AG
Peter Seipel Telefon: +49 6151 8193-48
Systemadministration Telefax: +49 6151 8193-41
Dolivostrasse 11 Mail: [email protected]
D-64293 Darmstadt Web: http://www.mtg.de
Firmensitz: Dolivostr. 11, 64293 Darmstadt
Registergericht: Amtsgericht Darmstadt, HRB 8901
Vorstand: Jürgen Ruf (CEO), Andrea Klenk, Dr.
Hans-Detlef Schulz
Aufsichtsratsvorsitzender: Dr. Thomas Milde
smime.p7s
Description: S/MIME Cryptographic Signature
