Ask a Question related to Coldfusion Server Administration, Design and Development.
-
billdimit #1
error message in the log file
Hi,
I'm running CF 7.0.2. The app is using Flash forms.
I have this onError function in my Application.cfc.
<cffunction name="onError">
<cfargument name="Except" required="yes">
<cfargument name="EventName" type="string" required="yes">
<cflog file="#This.Name#" type="error" text="Event Name: #EventName#"
time="yes">
<cflog file="#This.Name#" type="error" text="Messsage: #except.message#"
time="yes">
<cflocation url="errorPage.cfm" addtoken="no">
<cfabort>
</cffunction>
The app is working fine but my log file is full of errors:
Event Name: onRequestStart
Messsage: Event Handler Exception
Any idea what's wrong?
Is there any way to get more specific error message?
Thanks,
b.
billdimit Guest
-
Error Message from application.cfc file
what does this mean Error Occurred While Processing Request 5 >= 0 The error occurred in C:\CFusionMX7\wwwroot\hub\join\Application.cfc:... -
Error Message - no file produced
Our company has to pull together a "resource" booklet once a quarter. We create the booklet in Quark Xpress (6.5) and then pull in pdf files of the... -
Error Message When Saving a File
I am using windowx XP, recently, I frequently got a message "Acrobat PDF File format is having difficulties. A file error has occured" when i am... -
Can't open file - error message
Hi. I belive I am in deep trouble. For the past 2 days I've been working on a 60 page brochure in freehand. On the last save my computer crashed... -
Check-in file, error message
have you been able to use checkin/checkout on that host before?? as a guess- it's possible for some servers to be setup to auto-convert...



Reply With Quote

