Dave, There is nothing else in the application happening, as far as I know. It's literally the Application.cfm file and the index file and all index is doing is dumping out APPLICATION.
I just put a CFFILE/APPEND in every Application event handler and this is what I get: OnApplicationStart OnSessionStart OnRequestStart OnRequest OnRequestEnd OnSessionEnd : [ID - 43666] [TOKEN - 32723233] OnError : [Event Handler Exception. - Expression] An exception occurred when invoking a event handler method from Application.cfc The method name is: onSessionEnd. OnApplicationEnd : [NAME - App Event Testing] OnError : [Event Handler Exception. - Expression] An exception occurred when invoking a event handler method from Application.cfc The method name is: onApplicationEnd. As you can see, ALL of the events are firing. The OnsessionEnd fires and correctly references the Session scope info. The OnApplicationEnd fires and correctly references the Application scope info. But, both session and app end also generated an OnError event. Very strange. And still nothing showing up in the Application.log file or anything (even if I take out the OnError handler). ...................... Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 11:00 AM To: CF-Talk Subject: RE: PLEASE HELP! Why is this application.cfc erroring out? > I can't "Read" the OnError since it is firing for onSessionEnd and > OnApplicationEnd, which are not visible to the browser... However, I > have noticed that when I pull out the OnError method, nothing get's > written to the log files! > What's up with that??? Shouldn't that be showing up in the > Application.log? Do you have another error handler elsewhere that is catching things? 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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:257203 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

