0 Replies Latest reply on Jul 9, 2002 12:15 PM by cwstanton

    RMI Exception after a hot deploy

    cwstanton

      Using JBoss 2.4.6 and an application with several stateless session beans. If I hot re-deploy my .ear after clients have obtained their EJB ref's, client calls following the deployment receive the Exception listed below. Is this normal? Can it be avoided?

      Thanks for your help!

      Respectfully,
      Charles

      java.rmi.NoSuchObjectException: no such object in table
      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245)
      at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
      at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
      at org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invoke(UnknownSource)
      at org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.invokeContainer(GenericProxy.java:357)
      at org.jboss.ejb.plugins.jrmp.interfaces.StatelessSessionProxy.invoke(StatelessSessionProxy.java:123)
      at $Proxy1.getUserProfile(Unknown Source)
      at com.wcomnet.impact.espresso.gam.client.GAMProxy.getUserProfile(GAMProxy.java:939)