Dropbox frequent connection drops

Dropbox frequent connection drops

avatar

Anybody else seeing frequent Dropbox errors?

All Comments (6)

avatar

Hi,
What message do you get?

David Hervieux

avatar

[6/6/2011 2:35 PM]ERROR System.InvalidOperationException: There is an error in XML document (1, 1). ---> System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderConnectionArray.Read83_ArrayOfConnection()
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
at Devolutions.RemoteDesktopManager.Managers.SerializationManager.LoadObjectFromString(String str, Type type, Boolean createAnInstanceIfNotExists)
at Devolutions.RemoteDesktopManager.Business.DataSources.DropBoxConnectionDataSource.GetConnections()
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.LoadConnectionsFromDataSource(BaseConnectionDataSource connectionDataSource)

avatar

This means that the xml read is not valid. How often do you get that?

David Hervieux

avatar

Usually not frequently. Today, about 20 times.

avatar

Outch,
It's very frequently, I will verify I can add an automatic retry.

David Hervieux

avatar

Do you still having the problem frequently?

David Hervieux