I have some error handling on my site which emails dumps of the CFCATCH and CGI variables. When running this on the CFMX servers, the CFCATCH doesn't seem to give me any useful info but just gives me the output below. When running this on my local server I get the full cold fusion error output.
 
Any ideas? ta, Damien
 
object of coldfusion.runtime.UndefinedElementException
Methods getMessage (returns java.lang.String)
getResolvedname (returns java.lang.String)
getErrNumber (returns int)
getLocalizedMessage (returns java.lang.String)
getType (returns java.lang.String)
getString (returns java.lang.String)
getRootCause (returns java.lang.Throwable)
setLocale (returns void)
findThrowableTarget (returns int)
findAdvancedCFTarget (returns int)
findCustomTarget (returns int)
unwrap (returns java.lang.Throwable)
getDetail (returns java.lang.String)
printStackTrace (returns void)
printStackTrace (returns void)
printStackTrace (returns void)
fillInStackTrace (returns java.lang.Throwable)
toString (returns java.lang.String)
initCause (returns java.lang.Throwable)
getCause (returns java.lang.Throwable)
getStackTrace (returns [Ljava.lang.StackTraceElement;)
setStackTrace (returns void)
hashCode (returns int)
getClass (returns java.lang.Class)
wait (returns void)
wait (returns void)
wait (returns void)
equals (returns boolean)
notify (returns void)
notifyAll (returns void)
objectType class java.lang.Class
container class java.lang.Object
element TYPE

Reply via email to