1 Reply Latest reply on Nov 16, 2002 6:17 AM by adrian.brock

    Could not activate error ?

    fbiaggi

      Hello,
      I receive (intermittently) this error. JBoss 3.0.3 and JDK 1.3.1 with server VM.
      This is a stateful session bean.

      Thanks for any help.

      java.rmi.NoSuchObjectException: Could not activate; CausedByException is:
      D:\JBoss\server\default\db\sessions\Lagerbestand\1037332952226.ser
      (The system cannot find the file specified)
      at
      sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown
      Source)
      at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
      at sun.rmi.server.UnicastRef.invoke(Unknown Source)
      at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown
      Source)
      at
      org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:129)
      at
      org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:108)
      at
      org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:77)
      at
      org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:80)
      at
      org.jboss.proxy.ejb.StatefulSessionInterceptor.invoke(StatefulSessionInterceptor.java:117)
      at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
      at $Proxy51.calculateBestand(Unknown Source)
      ....
      ....