Hello Emmanuel, The exception I've provided is not complete, there is also:
Caused by: java.lang.NullPointerException at foo.MyDecoder.doDecode(...) The line where it occurs looks like: int var = (Integer) session.getAttribute(ATTRIBUTE_CONSTANT_NAME); Do you still need an exception dumped at line 234 of the ProtocolCodecFilter? What additional information it may provide? Thursday, April 9, 2009, 4:59:31 PM, you wrote: E> The NPE is caught from the decoder.decode() method. Sadly, we don't E> log the stacktrace in this case. What would be valuable is to modify E> ProtocolCodecFilter, line 234, to dump a StackTrace there, and see E> where in the decoder the NPE occurs. E> Is it something possible ? E> If this is done fast enough, I may give it a try, otherwise I'll be E> absent for 2 weeks starting on saturday morning, so the last chance E> for me to check the code is friday (Paris time) before 1 am. -- Best regards, Serge
