Steve

I already have logging code in there and it is storing the cgi.remote-addr
the logged in user and information about the report it just started. As
mentioned previously, I know what the stack trace is.

It will be easy for me to add other variables but I can't think of any that
would be useful in debugging this.

Which variables do you think will help in this situation? I will add them to
my existing logging.
 
Bryan



-----Original Message-----
From: DURETTE, STEVEN J (ATTASIAIT) [mailto:[email protected]] 
Sent: Wednesday, March 10, 2010 2:35 PM
To: cf-talk
Subject: RE: Phantom Scheduled Tasks


Bryan,

I'm just talking about a simple file with this information.  Have it
save for every call not just exceptions.  Then you can see things like
the browser used.  If it is the cf scheduler that is somehow kicking it
off then cfscheduler will be listed as the browser (or something
similar).  If it's a cflocation from another page, then it "should" show
the http-referrer of the page.

Just starting with the basics to make sure that it isn't something
simple that would *NEVER* happen.  You know those things that bite you
in the A** because every time you thought well it's not that. (Happens
to me quite often)

Steve


-----Original Message-----
From: Bryan S [mailto:[email protected]] 
Sent: Wednesday, March 10, 2010 2:15 PM
To: cf-talk
Subject: RE: Phantom Scheduled Tasks


I have code that dumps any exception to a file. Previously I put a
cfthrow
in Event2 just after it started the report. This dumped the stack trace
to a
file. There was nothing before the call to Event2 besides the normal
Mach-II
event handling stuff.

Bryan

-----Original Message-----
From: DURETTE, STEVEN J (ATTASIAIT) [mailto:[email protected]] 
Sent: Wednesday, March 10, 2010 1:54 PM
To: cf-talk
Subject: RE: Phantom Scheduled Tasks


In event 2, put in something that saves off all the CGI/form/url
variables to a file before it does any other processing.  Then you can
look at the file for the second run and see what kicked it off.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:331566
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to