2 Replies Latest reply on Nov 29, 2001 7:03 AM by andreas

    SFSB instantiation fails without any exeption

      Hi,

      we are using jBoss 2.4.3/Jetty on linux 2.4.8, blackdown jdk 1.3.1.

      Recurrently the server stops creation of stateful session beans without any exception or message. All outher pages, which need no sfsb, are processed correct after this error but sfsb's nor instantiated if we wait a long time. We have to sutdown the server.

      This appaers after the server creates about 180 sfsb's in its lifetime. We controled the lifecycle of the beans and are shure that they are removed correctly. When the server fails, only a few bean instancas are alive.

      We also observed this only on linux not on nt but checked also that no ulimit is exceeded.

      Has anyone obseved this behavior before?

      Andreas

        • 1. Re: SFSB instantiation fails without any exeption

          Ok, we obtain the fault on nt too, it's happens just a bit later.

          • 2. Re: SFSB instantiation fails without any exeption

            Sorry that I replay to my own post again, but I stagnate at this point.

            From a SLSB I first lookup the SFSB home interface. Thats always ok.
            Then I call a create with argument. In ejbCreate I make first a System.out.println(in create).
            Many times I see

            got home
            in create

            In the server log, but sometimes the server stucks after 'got home'.
            After some minutes the transactions timed out, but I can still use onls the application parts which doesn't use SFSB.

            Can somebody give posible reasons what the interceptor cause to wait when it should invoke the create method on a SFSB home interface?

            I would really appreciate any suggestions.

            Andreas