Question
ISO: techniques for resolving "not a valid WDDX packet" errors
I inherited (more honestly - I was drafted into maintaining) a large and probably not very well written web app written in ColdFusion. My coldfusion experience is minimal - I took a course back in the 4.0 days, and really didn't have much need to deal with it until now.
Anyways, the inherited application, when attempting to display one particular record, outputs the message that the field being displayed "is not a valid WDDX packet". I've gone to the database entry for this record, dumped the contents (which is a couple thousand bytes of XML).
How can I figure out what in the data is wrong, so that I can hack a solution into place?