[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1339) NPE in InterceptorsFactory.getLifeCycleInterceptors

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Tue May 6 20:13:20 EDT 2008


    [ http://jira.jboss.com/jira/browse/EJBTHREE-1339?page=comments#action_12411956 ] 
            
Andrew Lee Rubinger commented on EJBTHREE-1339:
-----------------------------------------------

Warning leading to the error:

20:07:37,648 WARN  [InterceptorsFactory] EJBTHREE-1246: Do not use InterceptorsFactory with a ManagedObjectAdvisor, InterceptorRegistry should be used via the container


> NPE in InterceptorsFactory.getLifeCycleInterceptors
> ---------------------------------------------------
>
>                 Key: EJBTHREE-1339
>                 URL: http://jira.jboss.com/jira/browse/EJBTHREE-1339
>             Project: EJB 3.0
>          Issue Type: Bug
>          Components: interceptors
>            Reporter: Andrew Lee Rubinger
>         Assigned To: Andrew Lee Rubinger
>            Priority: Critical
>             Fix For: AS 5.0.0.CR1
>
>
> Found this when letting the "homeinterface-test.jar" sit in "deploy" for awhile:
> 18:55:34,863 ERROR [DescriptorStatefulBean] problem passivation thread
> java.lang.RuntimeException: java.lang.NullPointerException
> 	at org.jboss.ejb3.stateful.StatefulContainer.invokePrePassivate(StatefulContainer.java:600)
> 	at org.jboss.ejb3.stateful.StatefulBeanContext.prePassivate(StatefulBeanContext.java:435)
> 	at org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager.passivateSession(StatefulSessionFilePersistenceManager.java:367)
> 	at org.jboss.ejb3.cache.simple.SimpleStatefulCache.passivate(SimpleStatefulCache.java:303)
> 	at org.jboss.ejb3.cache.simple.SimpleStatefulCache$SessionTimeoutTask.run(SimpleStatefulCache.java:208)
> Caused by: java.lang.NullPointerException
> 	at org.jboss.ejb3.interceptors.aop.InterceptorsFactory.getLifeCycleInterceptors(InterceptorsFactory.java:283)
> 	at org.jboss.ejb3.stateful.StatefulContainer.invokePrePassivate(StatefulContainer.java:590)
> 	... 4 more

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

        



More information about the jboss-jira mailing list