googlearchive / calendar-connectors

Automatically exported from code.google.com/p/google-calendar-connectors
20 stars 20 forks source link

Verification fails with System.Xml.XmlException: The 'link' start tag on line 13 does not match the end tag of 'head' #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed on Exchange 2007 running on EBS 2008
2. Ran diagnostics Verify Free / Busy information can be found in Exchange (+/- 
7 days)

What is the expected output? What do you see instead?
Expected verification, received error:
Google.GCalExchangeSync.Library.GCalExchangeException: Error occured while 
retrieving free busy ranges ---> System.Xml.XmlException: The 'link' start tag 
on line 13 does not match the end tag of 'head'. Line 16, position 3. at 
System.Xml.XmlTextReaderImpl.Throw(Exception e) at 
System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag) at 
System.Xml.XmlTextReaderImpl.ParseEndElement() at 
System.Xml.XmlTextReaderImpl.ParseElementContent() at 
Google.GCalExchangeSync.Library.WebDav.WebDavQuery.ParseRasterFreeBusyResponse(E
xchangeUserDict users, DateTime baseTime, Stream response) at 
Google.GCalExchangeSync.Library.WebDav.WebDavQuery.LoadFreeBusy(String 
exchangeServerUrl, ExchangeUserDict users, DateTimeRange window) at 
Google.GCalExchangeSync.Library.FreeBusyServiceWebDAV.LookupFreeBusyTimes(Exchan
geUserDict users, DateTimeRange window) --- End of inner exception stack trace 
--- at 
Google.GCalExchangeSync.Library.FreeBusyServiceWebDAV.LookupFreeBusyTimes(Exchan
geUserDict users, DateTimeRange window) at 
Google.GCalExchangeSync.Library.ExchangeService.GetCalendarInfoForUsers(Exchange
UserDict users, DateTimeRange window) at 
Google.GCalExchangeSync.Library.ExchangeService.SearchByQuery(String ldapQuery, 
DateTimeRange utcRange) at 
Google.GCalExchangeSync.Library.ExchangeService.SearchByEmail(DateTimeRange 
utcRange, String searchTerm) at 
Google.GCalExchangeSync.Tests.Diagnostics.ExchangeTester.QueryFreeBusy(String 
email) at GCalExchangeLookup.Diagnostics.ButtonQueryExchFB_Click(Object sender, 
EventArgs e) 

What version of the product are you using? On what operating system?
GoogleCalendarConnectorWebService version 1.3.3 on Windows Server 2008 (EBS - 
Essential Business Server) 

Please provide any additional information below.
I see some reports of this error that were resolved by setting the 
authentication for the Public folder and others to Basic and Integrated Windows 
Authentication (rather than Forms Based Auth). I've done that to every folder 
on the OWA server and still get the error.

Original issue reported on code.google.com by dman...@pflag.org on 20 Jul 2011 at 11:58