Re: java.io.EOFException using LookupCache

Bob Scheifler <[email protected]> Thu, 15 May 2008 20:38:49 -0400
Newsgroups gmane.comp.java.sun.jini
Message-ID <[email protected]>
> INFO: Exception occurred during call to lookup
> java.rmi.UnmarshalException: exception unmarshalling response; nested 
> exception is:
> java.io.IOException: I/O error reading from mux connection: 
> java.io.EOFException
> at 
> net.jini.jeri.BasicInvocationHandler.invokeRemoteMethodOnce(BasicInvocationHandler.java:847)
> at 
> net.jini.jeri.BasicInvocationHandler.invokeRemoteMethod(BasicInvocationHandler.java:659)
> at 
> net.jini.jeri.BasicInvocationHandler.invoke(BasicInvocationHandler.java:528)
> at com.sun.jini.reggie.$Proxy2.lookup(Unknown Source)
> at com.sun.jini.reggie.RegistrarProxy.lookup(RegistrarProxy.java:128)

This means the multicast discovery of the lookup service worked;
what's failing is the direct lookup of services.  Try turning on
detailed server-side JERI logging in the lookup service, to see
what's happening on that end, which seems to be where the problem is.

- Bob

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