Rank: Member
Joined: 5/4/2007(UTC) Posts: 24
|
Hi
I was taking a look in my logs trying to debug why my authorize.net component isnt working, when i came by this error:
There is an error in XML document (1, 1).[ at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(TextReader textReader) at BVSoftware.Bvc5.Core.CustomizableBusinessEntityBase.CustomPropertiesFromXml(String data) ]
I have THOUSANDS of this same error. 10 or so a minute and get 3+ of them for every page hit.
What is causing this? how can i trace this further. there is not a lot of detail above to track it down.
thanks
wade powell
aboveallmotorwerks
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
This was reported a while ago and I think it will be fixed in SP3. IT happends because the deserializer of the base class CustomizableBusinessEntityBase does not verify for empty strings before trying to deserialize the custom properties. Don't worry the site still works correctly just a bit slower than expected because of all the exceptions and extra logging. A quick fix is to run this on your DB (no warranty that it does not break anything) UPDATE bvc_Product SET CustomProperties = NULL WHERE CustomProperties = '' Regards, Corneliu. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.