1 Reply Latest reply on Nov 6, 2003 5:34 PM by adrian.brock

    Activation Error

    mygoditsmoggy

      This is my error

      java.rmi.NoSuchObjectException: Could not activate; CausedByException is:
      /space/J2EE/jboss-3.0.4/server/all/db/sessions/ejb/ServiceManagerEJB/1068031892428.ser (No such file or directory)

      Only occurs when I leave the Client for a long period of time, approximately 30 minutes which is greater than the <remover-period>, and try accessing the Stateful Session Bean again.

      Why does this Stateful Session Bean not get re-activated?
      Does the container delete the bean and you must re-create it again?

      This type of error has been posted before but I don't think I've come across the answer to it.

      There is no problem with passivation of this object either.

      Any help would be appreciated

      thanks

      David

        • 1. Re: Activation Error

          30 minutes remover period (the default)

          means the session has been deleted, gone, ceased to be,
          lost its mortal coil, gone to meet the choir invisible, etc.

          Increase this setting, if you want sessions to last longer.

          It will get reactivied if it is just passivated (default 10 minutes
          after last use).

          Regards,
          Adrian