> The error is:
> 
> "Error","jrpp-65","02/19/07","10:36:59","HBC","The request 
> has exceeded the allowable time limit Tag: cfmail  <br>The 
> error occurred on line 1346., /purchase.cfm"
> 
> But the CFMail tag specified there isn't the culprit because 
> I received the email alerts. Its the cfmail code thats 
> included in the cfcatch to email me.
> 
> And in the server.log file, I do see this:
> 
> "Warning","jrpp-65","02/19/07","10:36:59",,"Thread: jrpp-65, 
> processing template: xxxxxxxxx\purchase.cfm, completed in 63 
> seconds, exceeding the 30 second warning limit"
> 
> So I'm not sure if that may give you some more info to go on.

OK, that's going to be a bit more difficult, I think.

That's not really an exception. It's just taking a long time. That said, the
information here might let you catch an exception this way:

http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:31119#187058

In the code example there, the CFERROR tag is used to catch the timeout
exception, and I don't know if a similar approach will work in an exception
handler, because the exception applies to the entire page, I think. However,
within the CFERROR page you point to, you could grab the GeneratedContent
variable, display or parse the page contents created so far, then perform
whatever steps you still need to perform. Ugly, but possible.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270273
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to