> Anything dealing with a session must be careful not to expose a
> Request object to the session scope, since there's the risk another
> request for the same session may get confused with the first - I
> suspect that's what's happening here. 

Will do.

> You should take a careful look at all the com.hp code in the stack
> trace (not just the above three places) and verify that Request
> objects are not getting mixed up.  Might want to add some trace code
> in various places to insure that a given thread is procesing the same
> Request object at all points. 

Yes, it makes sense.

> Could also try turning off APR (remove or rename tcnative-1.dll) and
> see if that has an effect. 

I already did at the beginning of our investigation as I suspected the
JNI code but it had no effect.

Gael

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to