Re: bizarre NPE exception

2009-11-13 Thread Pat Farrell
Juha Laiho wrote: > Looks like the error has more to do with your Log4j configuration than > the code doing the logging. Looks like some date pattern conversion > is encountering an unexpected null. OK, tis possible since I don't get some of the config stuff. This is my universal format line: lo

Re: bizarre NPE exception

2009-11-13 Thread Juha Laiho
Looks like the error has more to do with your Log4j configuration than the code doing the logging. Looks like some date pattern conversion is encountering an unexpected null. -- ..Juha Pat Farrell wrote: I've got a WorkingSetCache daemon implementation that works great. But every so often, when

bizarre NPE exception

2009-11-13 Thread Pat Farrell
I've got a WorkingSetCache daemon implementation that works great. But every so often, when the server is not doing anything, I get what looks like a spurious NPE stackdump from Log4J. It makes no sense, I can't figure out what the problem is. In my class, I have code: } catch (RuntimeExcept