I'd check to make sure how many times GlobalConfiguratorImpl.
beginRequest() and endRequest() are being called per request.
It should be once, but maybe it's happening twice on your
machine, in which case a couple of stack dumps would be a
good clue.

-- Adam



On 3/5/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
Here on my Jetty 6.x.y, the GlobalConfiguratorImpl doesn't call
_releaseRequestContext().
I am running here a very small Trinidad app... and I see this WARNING:

RequestContext had not been properly released on earlier request.

Reason is:
RequestType.getType(externalContext) != null  ==> false

Anyone knows more ?

Thx,
Matthias

--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to