You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Ramesh Chatty (Jira)" <ji...@apache.org> on 2022/05/10 07:27:00 UTC

[jira] [Comment Edited] (OWB-1403) Observed frequent logs - Could NOT lazily initialize session context because NO active request context

    [ https://issues.apache.org/jira/browse/OWB-1403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534194#comment-17534194 ] 

Ramesh Chatty edited comment on OWB-1403 at 5/10/22 7:26 AM:
-------------------------------------------------------------

Hi [~romain.manni-bucau] ,

We do not have any session scoped beans in our web application and we use the default *servlet container thread* model for processing requests. 

From server.xml:

 
{code:java}
 <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"
               redirectPort="8443" xpoweredBy="false" server="Apache TomEE" /> {code}
*+Note:+* This warning is logged when the server receives a new request after the session is timed out( "session-timeout" setting is exceeded).

_Is there any way to suppress these warnings?_


was (Author: JIRAUSER289006):
Hi [~romain.manni-bucau] ,

We do not have any session scoped beans in our web application and we use the default *servlet container thread* model for processing requests. 

From server.xml:

 
{code:java}
 <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"
               redirectPort="8443" xpoweredBy="false" server="Apache TomEE" /> {code}
 

 

*+Note:+* This warning is logged when the server receives a new request after the session is timed out( "session-timeout" setting is exceeded).

_Is there any way to suppress these warnings?_

> Observed frequent logs - Could NOT lazily initialize session context because NO active request context
> ------------------------------------------------------------------------------------------------------
>
>                 Key: OWB-1403
>                 URL: https://issues.apache.org/jira/browse/OWB-1403
>             Project: OpenWebBeans
>          Issue Type: Bug
>            Reporter: Ramesh Chatty
>            Priority: Major
>
> After upgrading TomEE version from  {*}8.0.6 -> 8.0.10{*}, frequently getting warnings logged as below whenever  session timeout occurs:
>  
> {code:java}
> org.apache.webbeans.web.context.WebContextsService lazyStartSessionContext
> WARNING: Could NOT lazily initialize session context because NO active request context
> {code}
>  
> I have noticed one change in the *WebContextsService >> lazyStartSessionContext* method, where the parameter is sending as *false* for *getRequestContext(false)* method in *openwebbeans-web-2.0.26.jar* with in *TomEE-8.0.10* , where as this value is sent as *true* in *openwebbeans-web-2.0.12.jar* with in *TomEE-8.0.6*
>  
> _Can you please suggest how to handle this scenario? Also are there any other impact scenarios we may be missing due to this change?_



--
This message was sent by Atlassian Jira
(v8.20.7#820007)