Did you declare "var" twice in your cfdump like posted? I'd remove the
second "var" as it may not like that.

- Gabriel

On Wed, Mar 10, 2010 at 1:43 PM, Bryan S <bryansgroup...@gmail.com> wrote:
>
> -The good news...
>
> The cfhttp call is working now. When I tried it in the .cfc I disabled the
> .cfm view. When that didn't work I put the cfhttp call in the .cfm but
> forgot to reenable the view.
>
> -The bad news...
>
> The cfhttp call did not fix the problem.
> Cold Fusion Scheduled Task calls Event1
> Event1 calls Event2
> Five minutes exactly passes and Event2 gets fired again
>
> Event1 does not get called again
> No Cold Fusion Scheduled Task can be found to fire Event2. In any event how
> would it know to fire five minutes after Event1 is called.
>
> -The weird news...
>
> This code failed to stop and let me look at the values in cfhttp.
>
>                        <cfhttp method="get" url="#local.desiredEvent#">
>
>                        cfhttp = <cfdump var="#cfhttp#" var="cfhttp">
>                        <cfabort />
>
> This problem is killing me.
>
> Bryan
>
> -----Original Message-----
> From: Dorioo [mailto:dor...@gmail.com]
> Sent: Wednesday, March 10, 2010 9:32 AM
> To: cf-talk
> Subject: Re: Phantom Scheduled Tasks
>
>
> Dump "cfhttp" after the call and it will show you useful information
> (run the page in the browser so you can see the dump).
>
> Look at the status values and response for clues as to what's going.
>
> - Gabriel
>
> On Wed, Mar 10, 2010 at 9:23 AM, Bryan S <bryansgroup...@gmail.com> wrote:
>>
>> Well, I think I know why I didn't use that originally. It is not working.
> I
>> am probably doing something dumb but I haven't been able to Google this
>> problem away.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331557
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to