Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default cfdocument hangs

    We have been generating pdfs for several weeks with no problem. All of the
    sudden earlier today, the browser started to hang whenever we get to a
    cfdocument tag. Sometimes it works, sometimes the browser hangs. The jrun
    process remains at around 40-50% CPU. We have rebooted the server,
    stopped/started the CF service. Nothing seems to correct the problem. We tried
    with simple 'test' cfdocument files. Still hanging. Anyone else having problems
    with page freezing? I'm afraid to move to production if this isn't going to
    work reliably.

    thanks
    Doug

    focused Guest

  2. Similar Questions and Discussions

    1. CFDocument
      Hi, I used database to store file name and path to the image file then made a page with cfdocument tag to display them. What I found out is, if...
    2. cfdocument on OS X
      I have been trying the following in MX7... <cfdocument format="pdf"> Hello World!!! <cfdocumentitem type="pagebreak"/> <cfdocumentitem...
    3. CF hangs when database server hangs or crashes
      This may be as simple as a configuration change, but hoping someone understands this behavior and can offer suggestions (or at least additional...
    4. CFDOCUMENT dpi?
      Is there any way to get CFDOCUMENT to print out higher res images? My source files are very high-res (600dpi), but when printed, they have 'jaggies'.
    5. CFDocument - RTF
      :( Hi All, I am having problems saving output to .pdf format. The output is RTF that has been converted to HTML using a third-party .dll. The...
  3. #2

    Default Re: cfdocument hangs

    Hi Doug,

    Had a bit of trouble with this tag myself, discovered that the following will
    cause it to hang:

    1) Improperly nested HTML tags or block tags (div, p, table etc) not closed,
    even though the page may display in the browser.
    2) DB query errors - just see a white page, no error message or hint. The
    only way to isolate this was to remove the cfdocument tags and output the page
    as HTML.

    In addition, I have found the poor CSS support causes pages to behave in weird
    ways - like truncating overflowing columns when using a "float:left" on a table
    instead of flowing onto a second page.

    I doubt this is much help because you say you've been generating PDFs for a
    while and you tried a simple doc too, but you never know ...

    Hanszon Guest

  4. #3

    Default Re: cfdocument hangs

    Thanks for the info. I just heard of a production server with the same problem
    - cpu hung at high usage % and pdf doesn't appear. If they don't get this
    corrected...this could become a major problem for them. Were you able to clear
    things up by 'cleaning' up the code?

    Thanks again.

    focused Guest

  5. #4

    Default Re: cfdocument hangs

    I am having exactly the same problem. Macromedia... please put this one on the priority list. An acknowledgement that this is a problem would be a great start.
    Ghost of Rick James Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139