no such object in table
Rikard Elofsson <[email protected]>
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
Hello all
I use LookupCaches to keep trail of my service objects. After getting a
call to serviceAdded in ServiceDiscoveryListener i happily try to use
that object (evt.getPostEventServiceItem()). Sometimes but not every
time I get an RMI error. What is wrong? Do I have to wait for something?
Is it possible to check whether this something is ready?
Regards
//Rikard
my error:
---------------------------------------------------------------------
java.rmi.NoSuchObjectException: no such object in table
at
net.jini.jeri.BasicObjectEndpoint.executeCall(BasicObjectEndpoint.java:420)
at
net.jini.jeri.BasicInvocationHandler.invokeRemoteMethodOnce(BasicInvocationHandler.java:8
06)
at
net.jini.jeri.BasicInvocationHandler.invokeRemoteMethod(BasicInvocationHandler.java:659)
at
net.jini.jeri.BasicInvocationHandler.invoke(BasicInvocationHandler.java:528)
--------------------------------------------------------------------------
Getting Started: http://www.jini.org/wiki/Category:Getting_Started
Community Web Site: http://jini.org
jini-users Archive: http://archives.java.sun.com/archives/jini-users.html
Unsubscribing: email "signoff JINI-USERS" to [email protected]