On 29/08/13 19:11, Jean Raby wrote: > On 13-08-29 1:07 PM, Daniel Pocock wrote: >> >> Hi, >> >> Is there any way to get a debug log file from the SOGo Connector? > To get debugging output of the TB plugins, enable the javascript > dump() function by setting this TB preference: > browser.dom.window.dump.enabled = true > > And then run thunderbird from the console > thunderbird.exe -console
Thanks, I've enabled that and now I get some debugging output I've tried 3 versions of the URL 1. https://server/davical/caldav.php/daniel/home/ (works in TB/Lightning Calendar plugin and also works in Evolution for contacts) 2. https://server/davical/caldav.php/daniel/ 3. https://server/davical/caldav.php/ For all URLs, I see PROPFIND requests and 207 responses in the Apache access log. Sometimes DAViCal challenges with 401 and the next log entry is 207, so I believe SOGo connector is authenticating successfully. On my last attempt with URL (1), the final console log output was: server 'https://server/davical/caldav.php/daniel/home/' is not a valid groupdav collection I notice that one of the Android clients becomes upset because it receives calendar and task entries from DAViCal, but Evolution seems to be able to get the vCard entries using the same URL. Should SOGo Connector work that way too? *** new sync: 1 1/sync with https://server/davical/caldav.php/daniel/home/... no interface in sogoWebDAV named {48b5bf16-e0c7-11e1-b28e-91726188709b} no interface in sogoWebDAV named {081e31e0-a144-11d3-8c7c-00609792278c} no interface in sogoWebDAV named {09b54ec1-d98a-49a9-bc95-3219e8b55089} no interface in sogoWebDAV named {48b5bf16-e0c7-11e1-b28e-91726188709b} no interface in sogoWebDAV named {9b283337-097d-4fa8-a2da-916318eaf828} no interface in sogoWebDAV named {a430d870-df77-4502-9570-d46a8de33154} no interface in sogoWebDAV named {85cd2640-e91e-41ac-bdca-1dbf10dc131e} no interface in sogoWebDAV named {081e31e0-a144-11d3-8c7c-00609792278c} no interface in sogoWebDAV named {09b54ec1-d98a-49a9-bc95-3219e8b55089} sogoWebDAV: trapped exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIHttpChannel.responseStatus]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: chrome://inverse-library/content/sogoWebDAV.js :: <TOP_LEVEL> :: line 476" data: no] xmlRequest: received status 499 for url: https://server/davical/caldav.php/daniel/home/ Unacceptable status code: 499. We abort. SCCommandSynchronizeCallback url: https://server/davical/caldav.php/daniel/home/ code: 499 1/sync with https://server/davical/caldav.php/daniel/home/ has ended. *** new sync: 2 2/sync with https://server/davical/caldav.php/daniel/... no interface in sogoWebDAV named {48b5bf16-e0c7-11e1-b28e-91726188709b} no interface in sogoWebDAV named {081e31e0-a144-11d3-8c7c-00609792278c} no interface in sogoWebDAV named {09b54ec1-d98a-49a9-bc95-3219e8b55089} no interface in sogoWebDAV named {48b5bf16-e0c7-11e1-b28e-91726188709b} no interface in sogoWebDAV named {9b283337-097d-4fa8-a2da-916318eaf828} no interface in sogoWebDAV named {a430d870-df77-4502-9570-d46a8de33154} no interface in sogoWebDAV named {85cd2640-e91e-41ac-bdca-1dbf10dc131e} no interface in sogoWebDAV named {081e31e0-a144-11d3-8c7c-00609792278c} no interface in sogoWebDAV named {09b54ec1-d98a-49a9-bc95-3219e8b55089} sogoWebDAV: trapped exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIHttpChannel.responseStatus]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: chrome://inverse-library/content/sogoWebDAV.js :: <TOP_LEVEL> :: line 476" data: no] xmlRequest: received status 499 for url: https://server/davical/caldav.php/daniel/ Unacceptable status code: 499. We abort. SCCommandSynchronizeCallback url: https://server/davical/caldav.php/daniel/ code: 499 2/sync with https://server/davical/caldav.php/daniel/ has ended. *** new sync: 3 3/sync with https://server/davical/caldav.php/... no interface in sogoWebDAV named {48b5bf16-e0c7-11e1-b28e-91726188709b} no interface in sogoWebDAV named {081e31e0-a144-11d3-8c7c-00609792278c} no interface in sogoWebDAV named {09b54ec1-d98a-49a9-bc95-3219e8b55089} SCCommandSynchronizeCallback url: https://server/davical/caldav.php/ code: 207 3/sync with https://server/davical/caldav.php/ has ended. -- [email protected] https://inverse.ca/sogo/lists
