There are a number of things that can cause a cfdocument tag to hang. It seems that timeouts are never enforced for third-party calls like images.
You only have given us an iceburg-tip piece of information though. What version of CF are you on? What updaters do you have installed? Have you obtained a stack trace with SeeFusion or Fusion-Reactor to get an idea of what is going on behind the scenes? Are you on CF standard or enterprise (throttling)? One of the most common reasons I have found for cfdocuments to hang involve images. Examine your HTML and make sure all the img links are valid. If you are on Windows, run SysInternal's tcpview.exe or netstat to look for open TCP connections attempting to retrieve an external image from a server which is not responding. ~Brad -----Original Message----- From: Tarek Jubaer [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 4:15 AM To: CF-Talk Subject: CFDOCUMENT not working Hi My my site, i used CFDOCUMENT tag to generate a dynamic PDF file and save it to physical location. It used to work properly. Now it is not working at all. The page hangs up when the PDF file generation code is parsed. Can anyone please help me on this issue? thanks in advance. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298368 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

