Dave Phillips wrote: > I'm going to see if we can get a stack trace today, but it's going to be > difficult due to our infrastructure setup.
If you have the administrator password you can get a snapshot through the Admin API or through the server monitor. > Oh, by the way, I did find something odd in the exception.log at the same > time as my timeout. Here's the info on that: > > "Error","WebContainer : 1","04/10/08","08:31:39",,"" > coldfusion.document.DocumentProcessor$TimeOutException > at > coldfusion.document.DocumentProcessor.processContent(DocumentProcessor.java:251) This looks familiar. Can you try the following code: <cfsetting requesttimeout="60"> <cfdocument format="PDF"> This my test PDF. </cfdocument> Then check whether it times out after 30 or 60 seconds. Also, what is the behaviour if you increase the maximum number of simultaneous threads by 2 and then run this code 3 times? Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303101 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

