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
[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
> > 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
[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
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
[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
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