I'm having the same issue.  However, I don't have a solution.

"The request has exceeded the allowable time limit Tag: cfmail <br>The
error occurred on line 18."

The error is that the HTTP request timed-out.

M!ke 

-----Original Message-----
From: Tony Hicks [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 08, 2006 10:30 PM
To: CF-Talk
Subject: Catching cfhttp timeout

I have a critical cfhttp that is timing out if the page cannot be
contacted... I tried to place a cftry block around it, and all it does,
if it times out, is report a timeout on the next tag..

I tried placing a cflock in there and its not helping.

            <CFTRY>
              <cflock timeout="10" name="posturl">
                ...cfhttp-post block...
              </cflock>
              <CFCATCH> </CFCATCH>
            </CFTRY>


The error is the same, a timeout on the next tag... in this case, a
cfoutput tag...

Anyone have any suggestions? Thanks in advance.

Tony

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249293
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