[EMAIL PROTECTED] wrote:
> 
> Has anyone ever come across this exception:
> 
> System Error:java.rmi.NoSuchObjectException: no such object in table
> System Error:at 
>sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:249)
> System Error:at 
>sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:224)
> System Error:at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
> System Error:at 
>com.teamenergy.secure.permissionsserver.GamekeeperRemoteServer_Stub.getActivityPermissions(UnknownSource)
> 
> I have a small RMI Server which happily runs on a Jdk1.2.2rc2 under Linux.
> It works fine, but after a while the client gives the above error when it
> tries to connect. If I just restart the server, it works again.

Is there any period of time during which there is no hard reference to
the GamekeeperRemoteServer object or a stub either in the server, a
registry, or any clients? If so, the object may have been
garbage-collected.

Nathan


> 
> Any ideas?
> 
> --
> John Baker, BSc CS.
> Java developer and Linux lover:-)
> Sms: [EMAIL PROTECTED]
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to