Skip to main content
February 4, 2010
Question

java.io.IOException: Parsing problem occured during the rendering process of this document

  • February 4, 2010
  • 2 replies
  • 2744 views

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

    This topic has been closed for replies.

    2 replies

    Homestar9
    Inspiring
    December 5, 2011

    From what I've read you can solve this by replaceing '<br><br>' with '<br><font></font><br>' and it will correct the problem.  Pretty strange bug eh?  Luckily it should be easy to workaround with a simple find and replace.

    Participant
    February 16, 2010

    I've just started seeing the same thing happen on a new Cold Fusion 9 production server.  I restarted the service and it seemed to go away for now.  But it has me a bit worried.  I found the same post you did and that seems like a wacky solution.

    The issue appears to be happening to a lot of people.  I hope Adobe is working on a fix.