[jboss-jira] [JBoss JIRA] Closed: (JBAS-8075) NullPointerException in JBossCacheManager when processing requests during shutdown

Dennis Reed (JIRA) jira-events at lists.jboss.org
Mon Jun 7 16:36:38 EDT 2010


     [ https://jira.jboss.org/browse/JBAS-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Reed closed JBAS-8075.
-----------------------------

      Assignee: Dennis Reed  (was: Brian Stansberry)
    Resolution: Duplicate Issue


> NullPointerException in JBossCacheManager when processing requests during shutdown
> ----------------------------------------------------------------------------------
>
>                 Key: JBAS-8075
>                 URL: https://jira.jboss.org/browse/JBAS-8075
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Clustering
>    Affects Versions: JBossAS-4.2.3.GA
>            Reporter: Dennis Reed
>            Assignee: Dennis Reed
>
> Stacktrace from EAP 4.2 CP05:
> 14:08:33,085 ERROR [JBossCacheManager] Problem rolling back session mgmt transaction
> java.lang.NullPointerException
>        at org.jboss.web.tomcat.service.session.JBossCacheManager.loadSession(JBossCacheManager.java:1071)
>        at org.jboss.web.tomcat.service.session.JBossCacheManager.findSession(JBossCacheManager.java:832)
>        at org.apache.catalina.connector.Request.doGetSession(Request.java:2266)
>        at org.apache.catalina.connector.Request.getSession(Request.java:2066)
>        at org.jboss.web.tomcat.service.session.JvmRouteValve.checkJvmRoute(JvmRouteValve.java:91)
>        at org.jboss.web.tomcat.service.session.JvmRouteValve.invoke(JvmRouteValve.java:81)
> The NullPointerException is when referencing the transaction manager in loadSession:
>     if(tm.getTransaction() == null)
> When it has been cleared during a previous call to stop():
>     tm = null;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list