java.io.IOException: Parsing problem occured during the rendering process of this document
We are getting the error "java.io.IOException: Parsing problem occured during the rendering process of this document" when trying to view PDF documents. It's a strange problem because you cannot consistantly recreate it. I found the follow information on the Web.
http://www.mximize.com/java-io-ioexception-parsing-problem
In that posting they describe a problem where the HTML or XSLT used has multiple breaks in it like"<br/><br/>". When I traced out the code I found our xslt code had multiple cases of this. This is all over our code in a mission critical environment.
I was hoping this is a identified bug and maybe something that is being addressed by Adobe. We are using Coldfusion 8.0.1
