Re: java.lang.NullPointerException ERROR accessing CFC

2004-10-18 Thread dave
try -- Original Message -- From: Lugene Johnson <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Tue, 19 Oct 2004 00:41:00 -0400 >Line of code: > > > >ERROR: > >java.lang.NullPointerException > at > coldfusion.runtime.TemplateClassLoader.

RE: Java.lang.nullpointerexception

2004-03-03 Thread Dave Watts
> But do you think that if we kept rethrowing the exception and > not catch it anywhere, eventually having it write to the log, > there might be greater detail than a terse "java.lang. > nullpointerexception". No, probably not. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 2

Re: Java.lang.nullpointerexception

2004-03-03 Thread Nikhil Madani
If that's true that might explain why its not getting written to the exception log. But do you think that if we kept rethrowing the exception and not catch it anywhere, eventually having it write to the log, there might be greater detail than a terse "java.lang.nullpointerexception". If it does

Re: Java.lang.nullpointerexception

2004-03-03 Thread Thomas Chiverton
On Wednesday 03 Mar 2004 15:02 pm, Nikhil Madani wrote: > I'm not using cferror. Construct our own custom email error with cfcatch That is probably why you don't get anything in exception.log - you've trapped and handeled the error yourself, so it doesn't percolate up to the top level error hand

Re: Java.lang.nullpointerexception

2004-03-03 Thread Nikhil Madani
I'm not using cferror. Construct our own custom email error with cfcatch elements and other information and mail using cfx_jmail. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Java.lang.nullpointerexception

2004-03-03 Thread Thomas Chiverton
On Wednesday 03 Mar 2004 14:48 pm, Nikhil Madani wrote: > Checking the exception log on each server, I found NO instances of the > exception logged. Which confounds me even more! If you trap with cferror, you don't get one. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997