2 Replies Latest reply on Sep 5, 2012 4:10 PM by fivalo

    javax.ejb.NoSuchEJBException: Could not find stateful bean

    fivalo

      Hi experts

       

      I have a Jboss 6.1 cluster with mod_jk balancer over apache.

       

      Sometimes the cluster locks and the clients can´t log in in the app, when I look apache the number of threads is growing, the problem is for two or three minutes and only happens when the app has many users. When I restart the apache service the problem disapears until the next time.

       

      In the Jboss logs I can see this:

       

      ERROR [org.jboss.ejb3.tx2.impl.CMTTxInterceptor] (ajp-172.20.1.54-8009-43) javax.ejb.NoSuchEJBException: Could not find stateful bean: 4sk11i-slcq6-h6h9cae8-1-h6hv09sc-1h4

      ERROR [org.jboss.ejb3.tx2.impl.CMTTxInterceptor] (ajp-172.20.1.54-8009-43) javax.ejb.NoSuchEJBException: Could not find stateful bean: 4sk11i-slcq6-h6h9cae8-1-h6huzqar-1gw

      ERROR [org.jboss.ejb3.tx2.impl.CMTTxInterceptor] (ajp-172.20.1.54-8009-43) javax.ejb.NoSuchEJBException: Could not find stateful bean: 4sk11i-slcq6-h6h9cae8-1-h6huzmdd-1gs

      ERROR [org.jboss.ejb3.tx2.impl.CMTTxInterceptor] (ajp-172.20.1.54-8009-19) javax.ejb.NoSuchEJBException: Could not find stateful bean: 4sk11i-slcq6-h6h9cae8-1-h6hv09sc-1h4

      ERROR [org.jboss.ejb3.tx2.impl.CMTTxInterceptor] (ajp-172.20.1.54-8009-19) javax.ejb.NoSuchEJBException: Could not find stateful bean: 4sk11i-slcq6-h6h9cae8-1-h6huzqar-1gw

      ERROR [org.jboss.ejb3.tx2.impl.CMTTxInterceptor] (ajp-172.20.1.54-8009-19) javax.ejb.NoSuchEJBException: Could not find stateful bean: 4sk11i-slcq6-h6h9cae8-1-h6huzmdd-1gs

      ERROR [org.jboss.web.tomcat.service.jca.CachedConnectionValve] (ajp-172.20.1.250-8009-23) Application error: Faces Servlet did not complete its transaction

       

       

      I dont know what is happening and if anybody could help me.

       

      Thanks