We've been running Seam in production for many months now.  During that time 
we've VERY intermittently seen the Seam warning "Could not destroy component" 
in the logs.  Due to its low occurrence and seemingly benign nature, we've 
ignored it.

After the upgrade to CR1, however, we're receiving these warnings almost 
constantly.  Specifically, it appears to be isolated to Stateful Session scoped 
components, however that is an initial sampling.  There doesn't appear to be a 
Session or component that isn't effected.

Anything that could have changed between b1 and cr1 that could have caused this 
drastic increase...?  We're on 4.0.5. 

Ryan


  | 2006-11-30 02:52:03,664 WARN  [org.jboss.seam.contexts.Contexts] Could not 
destroy component: OrderSession
  | javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean: 
41z4l26-wb41k6-ev4j007b-1-ev4jirql-bw
  |         at 
org.jboss.ejb3.cache.simple.SimpleStatefulCache.get(SimpleStatefulCache.java:268)
  |         at 
org.jboss.ejb3.stateful.StatefulRemoveInterceptor.removeSession(StatefulRemoveInterceptor.java:127)
  |         at 
org.jboss.ejb3.stateful.StatefulRemoveInterceptor.invoke(StatefulRemoveInterceptor.java:87)
  |         at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |         at 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
  |         at 
org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:131)
  |         at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |         at 
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
  |         at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |         at 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
  |         at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
  |         at 
org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:203)
  |         at 
org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98)
  |         at $Proxy219.destroy(Unknown Source)
  |         at x.x.OrderSession$$FastClassByCGLIB$$e5185c52.invoke(<generated>)
  |         at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
  |         at 
org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:45)
  |         at 
org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:69)
  |         at 
org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:55)
  |         at 
org.jboss.seam.interceptors.RemoveInterceptor.removeIfNecessary(RemoveInterceptor.java:39)
  | 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989911#3989911

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989911
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to