users@glassfish.java.net

Re: tough exception to crack...

From: <vince.kraemer_at_Sun.COM>
Date: Mon, 06 Feb 2006 13:48:08 -0800

Okay.

I will give that a shot.

Hopefully, I will be able to find out what is causing the problem.

Stay tuned for more info.

vbk

----- Original Message -----
From: Jan Luehe <Jan.Luehe_at_Sun.COM>
[snip]
>
> There could be 2 reasone why the stack is empty in your case: either
> preInvoke() was not called, or postInvoke() was called twice in a
> row.
>
> Fortunately, J2EEInstanceListener prints out the events it receives
> (which trigger a preInvoke() or a postInvoke()):
>
> public void instanceEvent(InstanceEvent event) {
> String eventType = event.getType();
> if(_logger.isLoggable(Level.FINEST)) {
> _logger.log(Level.FINEST,"*** InstanceEvent: " +
> eventType); }
>
> Can you set your web-container logging to FINEST and grep for
> InstanceEvent in your log?

Will do.