Looks like you've got some bad code in one or more of the templates. It
could be an outside resource that has to be CFLOCKed, could be a resource
that's crashing. Whatever it is, the cause isn't CFSCHEDULE. Note the agent
for each error. CFSCHEDULE uses an agent of CFSCHEDULE. This is something
else (your own scheduler?)
Here's what I'd do:
1. Check out any code that touched 'outside resources' like CFFILE,
CFDIRECTORY, CFREGISTRY, etc. Lock all these exclusively.
2. Review the code for bugs and logic errors.
3. make sure the page runs outside of the scheduled event.
4. If worst comes to worst, call in an expert to look the code over.

> Hi everybody
>
> Here we have been facing the problem with scheduler
> tasks. Actually we r running 5 schedular tasks per day
> in different timings.
> One schedular task it generates 2 MB text file for
> report.
> We donno exactly what happend internally, but often
> system was crashing and giving the below message.
> Pls can any body help me out.
> Its very urgent. Pls let me know if u require any info
> in detail regarding this one.
>
> "Error","TID=330","12/08/00","19:02:08","128.88.255.122","Mozilla/4.0
> (compatible; MSIE 5.0; Windows NT; Aim Package version
> 1.07.8)","unknown exception condition<P>
> CFMLInterpreterImp::writeEmergencyMessage<P><P>Date/Time:
> 12/08/00 19:02:08<BR>Browser: Mozilla/4.0 (compatible;
> MSIE 5.0; Windows NT; Aim Package version
> 1.07.8)<BR>Remote Address: 128.88.255.122<BR>HTTP
> Referer:
> http://www.ordernet.asiapac.hp.com/ordernet/index.cfm<P>"
>
>
> And often we used to get this below error occurs.
>
> "Error","TID=160","12/11/00","10:06:28","128.88.255.34","Mozilla/4.0
> (compatible; MSIE 5.01; Windows NT 5.0)","unknown
> exception condition<P>
> CFMLInterpreterImp::writeEmergencyMessage<P><P>Date/Time:
> 12/11/00 10:06:28<BR>Browser: Mozilla/4.0 (compatible;
> MSIE 5.01; Windows NT 5.0)<BR>Remote Address:
> 128.88.255.34<BR>HTTP Referer:
>
https://www.ordernet.asiapac.hp.com/ordernet/send_orderrequest/ezb_send_po_x
ml.cfm<P>"
>
>
>
>
> Any body knows about regarding these TID nums. and
> have u guys faced such a kind of problems.
> IS there any changes do i need to do in coldfusion
> administrator..
> Pls help me out asap..
>
>
> Thanx in advance
> Ramesh
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to