[jboss-jira] [JBoss JIRA] (WFLY-1514) InfinispanSessionManager runs into NullPointerException on cache notification events
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Thu Jun 13 03:09:54 EDT 2013
jaikiran pai created WFLY-1514:
----------------------------------
Summary: InfinispanSessionManager runs into NullPointerException on cache notification events
Key: WFLY-1514
URL: https://issues.jboss.org/browse/WFLY-1514
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 8.0.0.Alpha1
Reporter: jaikiran pai
Assignee: Paul Ferraro
The following exception has been noticed in the logs in an intermittently failing testcase (org.jboss.as.test.clustering.cluster.web.expiration.FineSessionExpirationTestCase(SYNC-tcp).test):
{code}
Caused by: java.lang.NullPointerException
at org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory.createImmutableSession(FineSessionFactory.java:80)
at org.wildfly.clustering.web.infinispan.session.fine.FineSessionFactory.createImmutableSession(FineSessionFactory.java:52)
at org.wildfly.clustering.web.infinispan.session.InfinispanSessionManager.removed(InfinispanSessionManager.java:253)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_17]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_17]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_17]
at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_17]
at org.infinispan.notifications.AbstractListenerImpl$ListenerInvocation$1.run(AbstractListenerImpl.java:213)
... 107 more
{code}
Entire logs of the failure have been attached to the JIRA.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list