Re: clearThreadLocalMap and NullPointerException

2010-11-24 Thread Blair Zajac
On Nov 24, 2010, at 12:41 AM, Mark Thomas wrote: > On 24/11/2010 01:28, Blair Zajac wrote: >> On Nov 23, 2010, at 4:49 PM, Blair Zajac wrote: >>> On Nov 23, 2010, at 2:24 AM, Mark Thomas wrote: Do let us know what the problem was when you find it. >>> >>> Does JNA provide its own clean up m

Re: clearThreadLocalMap and NullPointerException

2010-11-24 Thread Mark Thomas
On 24/11/2010 01:28, Blair Zajac wrote: > On Nov 23, 2010, at 4:49 PM, Blair Zajac wrote: >> On Nov 23, 2010, at 2:24 AM, Mark Thomas wrote: >>> Do let us know what the problem was when you find it. >> >> Does JNA provide its own clean up methods that I could run at shutdown? I >> haven't looked

Re: clearThreadLocalMap and NullPointerException

2010-11-23 Thread Blair Zajac
On Nov 23, 2010, at 4:49 PM, Blair Zajac wrote: > > On Nov 23, 2010, at 2:24 AM, Mark Thomas wrote: > >> On 23/11/2010 02:19, Blair Zajac wrote: >> >>> Any suggestions in tracking this down? Would a custom Tomcat build that >>> gets each key and value in a try/catch block be useful? >> >> Al

Re: clearThreadLocalMap and NullPointerException

2010-11-23 Thread Blair Zajac
On Nov 23, 2010, at 2:24 AM, Mark Thomas wrote: > On 23/11/2010 02:19, Blair Zajac wrote: > >> Any suggestions in tracking this down? Would a custom Tomcat build that >> gets each key and value in a try/catch block be useful? > > Almost certainly. As far as I can tell there is a collections ob

Re: clearThreadLocalMap and NullPointerException

2010-11-23 Thread Mark Thomas
On 23/11/2010 02:19, Blair Zajac wrote: > Any suggestions in tracking this down? Would a custom Tomcat build that > gets each key and value in a try/catch block be useful? Almost certainly. As far as I can tell there is a collections object in a thread local that is non-null yet returns null for

Re: clearThreadLocalMap

2010-05-19 Thread Mark Thomas
On 19/05/2010 23:46, Leo Donahue - PLANDEVX wrote: > These show up in my Catalina logs, not very often - maybe half a dozen per > day. Does this mean I didn't clean up my variables correctly in my webapp? Looks like a false positive. It is fixed in 6.0.26. Mark > > May 18, 2010 7:51:01 PM org