RE: cfcatch and can't catch

2002-01-09 Thread Chris Norloff
]] Sent: Monday, January 07, 2002 3:08 PM To: CF-Talk Subject: RE: cfcatch and can't catch Thanks for the response. Interesting observation - I AM using a rethrow in a cfcatch, though I don't think that's what's causing the problem. I use a rethrow because timeout errors come in two types

RE: cfcatch and can't catch

2002-01-08 Thread Chris Norloff
Well, well ... thanks Dave. But guess what? The code described below works, and works well (with the possible exception of the original oddity, of errors seeming to be both caught and not-caught at the same time). I see from a re-reading of cfrethrow that it's supposed to do just as you said.

cfcatch and can't catch

2002-01-07 Thread Chris Norloff
Here's an odd one - I've got two instances where an error was, at the same time, caught and handled by cfcatch, and NOT-CAUGHT and hit the CFserver. I'll put the shorter of the two examples below - one is the application.log file entry, and the other is our logging of all error.vars available.

RE: cfcatch and can't catch

2002-01-07 Thread Dave Watts
Here's an odd one - I've got two instances where an error was, at the same time, caught and handled by cfcatch, and NOT-CAUGHT and hit the CFserver. I'll put the shorter of the two examples below - one is the application.log file entry, and the other is our logging of all error.vars

RE: cfcatch and can't catch

2002-01-07 Thread Chris Norloff
Thanks for the response. Interesting observation - I AM using a rethrow in a cfcatch, though I don't think that's what's causing the problem. I use a rethrow because timeout errors come in two types here: type=unknown and type=com.allaire.coldfusion.request.timeout. I have 4 cfcatch's:

RE: cfcatch and can't catch

2002-01-07 Thread James Ang
and can't catch Thanks for the response. Interesting observation - I AM using a rethrow in a cfcatch, though I don't think that's what's causing the problem. I use a rethrow because timeout errors come in two types here: type=unknown and type=com.allaire.coldfusion.request.timeout. I have 4

RE: cfcatch and can't catch

2002-01-07 Thread Dave Watts
Thanks for the response. Interesting observation - I AM using a rethrow in a cfcatch, though I don't think that's what's causing the problem. I use a rethrow because timeout errors come in two types here: type=unknown and type=com.allaire.coldfusion.request.timeout. I have 4

RE: cfcatch and can't catch

2002-01-07 Thread James Ang
Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 3:08 PM To: CF-Talk Subject: RE: cfcatch and can't catch Thanks for the response. Interesting observation - I AM using a rethrow in a cfcatch, though I don't think that's what's causing the problem. I use a rethrow because