[
https://jira.jboss.org/jira/browse/JBAS-5941?page=com.atlassian.jira.plug...
]
Brian Stansberry updated JBAS-5941:
-----------------------------------
Fix Version/s: JBossAS-5.0.1.CR1
(was: JBossAS-5.0.0.GA)
I've fixed an issue in passivation handling that I believe will reduce, maybe
eliminate the problem. The session loading code also deals with it better when it
happens; the cases I've seen it shouldn't propagate; the session that can't be
loaded is invalid anyway.
That's as far as I can go for 5.0.0.GA; will revisit for 5.0.1.
NullPointerException in ClusteredSession
----------------------------------------
Key: JBAS-5941
URL:
https://jira.jboss.org/jira/browse/JBAS-5941
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Clustering
Environment: perf01
Reporter: Radoslav Husar
Assignee: Brian Stansberry
Fix For: JBossAS-5.0.1.CR1
During SOAK (failover, session replication, passivation disabled) testing, after 90
minutes JBoss logs:
[JBoss] 11:24:29,329 ERROR [CoyoteAdapter] An exception or error occurred in the
container during the request processing
[JBoss] java.lang.NullPointerException
[JBoss] at
org.jboss.web.tomcat.service.session.ClusteredSession.update(ClusteredSession.java:1097)
[JBoss] at
org.jboss.web.tomcat.service.session.SessionBasedClusteredSession.update(SessionBasedClusteredSession.java:154)
[JBoss] at
org.jboss.web.tomcat.service.session.distributedcache.impl.jbc.JBossCacheService.loadSession(JBossCacheService.java:344)
[JBoss] at
org.jboss.web.tomcat.service.session.JBossCacheManager.loadSession(JBossCacheManager.java:1432)
[JBoss] at
org.jboss.web.tomcat.service.session.JBossCacheManager.findSession(JBossCacheManager.java:491)
[JBoss] at
org.apache.catalina.connector.Request.isRequestedSessionIdValid(Request.java:2160)
[JBoss] at
org.apache.catalina.connector.CoyoteAdapter.parseSessionCookiesId(CoyoteAdapter.java:626)
[JBoss] at
org.apache.catalina.connector.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:551)
[JBoss] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:322)
[JBoss] at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437)
[JBoss] at
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:384)
[JBoss] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
[JBoss] at java.lang.Thread.run(Thread.java:619)
Hudson build:
http://hudson.qa.jboss.com/hudson/job/as5-soak/44/
--
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