Re: RMi deaths

1999-12-03 Thread jbaker
Oh well, problem solved. Thanks for the pointers. I had in my main method: GameKeeperRemoteServer server = new GameKeeperRemoteServer(); Naming.rebind("//localhost:" + port + "/GamekeeperRemoteServer", server); So it appears that after the main method had completed, after a certai

Re: RMi deaths

1999-12-02 Thread Nathan Meyers
[EMAIL PROTECTED] wrote: > No, the GamekeeperRemoteServer is a runnable class (ie it contains the main > method). It just sits there doing nothing in particular. Ie it creates an > instance of itself, and waits until the client connects. It only dies like > this after about 10 minutes of no use. A

Re: RMi deaths

1999-12-02 Thread jbaker
> > 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 Erro

Re: RMi deaths

1999-12-02 Thread Nathan Meyers
[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.St

Re: RMi deaths

1999-12-02 Thread jbaker
Erm, yes I read those docs too. The thing is, my RMI objects arent being killed off, and Im not doing anything fancy. It's so simple it might as well be the HelloWorld example;) The Object on the server side just sits there dishing out a "yes" or "no" to attempted logins. On Thu, Dec 02, 1999 at

Re: RMi deaths

1999-12-02 Thread Joseph Shraibman
[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.Strea

RMi deaths

1999-12-02 Thread jbaker
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(StreamRemoteC