onError() Mystery Errors

2006-08-08 Thread Sean Daniels
I am using onError() in Application.cfc to catch application errors and send me an email with a dump of the arguments.exception variable. I have been getting a number of emails from this where the rootcause.message and rootcause.details are blank, there is no meaningful error diagnostic

RE: onError() Mystery Errors

2006-08-08 Thread Jake Churchill
It basically means that the call to a java application was not appropriate or Java itself cannot process a request. -Original Message- From: Sean Daniels [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 3:27 PM To: CF-Talk Subject: onError() Mystery Errors I am using onError