[jboss-jira] [JBoss JIRA] Updated: (JBAS-5964) NPE in expiration of passivated sessions
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Sep 15 13:09:20 EDT 2008
[ https://jira.jboss.org/jira/browse/JBAS-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated JBAS-5964:
-----------------------------------
Attachment: JBAS-5964.patch
Radoslav, attached is patch for this in case it helps you continue progress.
> NPE in expiration of passivated sessions
> ----------------------------------------
>
> Key: JBAS-5964
> URL: https://jira.jboss.org/jira/browse/JBAS-5964
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering, Web (Tomcat) service
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: JBossAS-5.0.0.GA
>
> Attachments: JBAS-5964.patch
>
>
> From Radoslav Husar:
> The other NPE I was talking about, occured only after few minutes:
> [JBoss] 10:15:19,851 ERROR [JBossCacheManager] processExpirationPassivation(): failed handling unloaded session XYZ
> [JBoss] java.lang.NullPointerException
> [JBoss] at org.jboss.web.tomcat.service.session.JBossCacheManager.processExpirationPassivation(JBossCacheManager.java:1292)
> [JBoss] at org.jboss.web.tomcat.service.session.JBossManager.backgroundProcess(JBossManager.java:353)
> [JBoss] at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1327)
> [JBoss] at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1612)
> [JBoss] at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1621)
> [JBoss] at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1621)
> [JBoss] at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1601)
> [JBoss] at java.lang.Thread.run(Thread.java:619)
> This is due to a missing null check in some code I added for JBAS-5693.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list