Skip to main content
Participating Frequently
December 28, 2012
Question

cf10 cfdocument of a pdf hangs on one server and not the other

  • December 28, 2012
  • 1 reply
  • 2961 views

The same code running on 2x different physical servers. Hangs on one and not the other. Servers aren't under load. Are there server or network setup that might create this?

No issues creating .csv files or flash output in case that matters.

Jason

This topic has been closed for replies.

1 reply

Inspiring
December 28, 2012

Is it *any* PDF that hangs, or one with specific content?  IE: are you just running [some code], and it doesn't work and you haven't investigated further, or have you created a solid reproduction case, or what?

--

Adam

rgjason2Author
Participating Frequently
December 28, 2012

Any pdf...even as simple as:

<cfdocument format="pdf">Test</cfdocument>

consistently reproducable as working on server 1 but not on server 2.

rgjason2Author
Participating Frequently
December 28, 2012

Another thing I noticed is if i include an image such as:

<img src="/art/test.png" width="250" height="174">

if the file eventually returns (some times after a long long wait it does) the image is always broken.

I saw another post about CF needing to make a network request...wondering if some type of dns is timing out kind of thing

http://forums.adobe.com/message/3400237?tstart=0

Jason