Skip to main content
Participant
August 22, 2008
Question

CFDOCUMENT Crash on 8.0.1 when creating a large number of documents

  • August 22, 2008
  • 4 replies
  • 1285 views
We have the error message :

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

When processing a cfdocument directive.

This error occurs after producing a large number on PDF Files.

It will never appear on 8.0.0 hotfix 3, but we have migrate to 8.0.1 today .

The only one solution is to restart coldfusion service.

A solution ?

Regards,
Benoit
    This topic has been closed for replies.

    4 replies

    Known Participant
    December 20, 2010

    Hi all,

    We work on classified networks and we have 2 servers at different locations with same code and data.  CFDOCUMENT worked on one server and not on the other server. Plus, we are using CFDOCUMENT just to render one PDF. So having multiple files is not the problem.  After reading this thread and one on CFFUSION I had my server guys restart Coldfusion service and now it works for us.

    Frustrated

    Inspiring
    December 16, 2010

    Hi All,

    My Problem is close to it.

    CFDOCUMENT works in local environment not working in DEV environment.

    Getting a timeout exception.

    Any solutions for this.

    I tried to put styles in the CFDOCUMENT and using CFSAVECONTENT tag.Sending the Savecontent variable to the CFDOCUMENT, but still DEV env failing to create the PDF.

    Inspiring
    December 15, 2010

    I am getting this same error now after the 8.01 updater. It only happens after some time and a service restart solves the problem. Doesn't happen on our dev server with the exact same config. Adobe please help!

    I am trying this:

    <cfset cfdocumentstring = reReplaceNocase(cfdocumentstring,'<br(\s|/)?(\s|/)?>\s?<br(\s|/)?(\s|/)?>','<br><font></font><br>','all')>

    Participant
    September 10, 2008
    I believe it's a bug. A number of other people are having the same problem.

    Try this fix: Remove any instances of "<br><br>" within your document.

    Good luck!

    -B