Re: java.io.EOFException using LookupCache
Dennis Brake <[email protected]> Mon, 19 May 2008 13:44:31 -0400
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
Thanks Bob and Dan, I was looking down the stack trace and didn't recognize that it was a RemoteException. We have a dynamic test environment that does lots of stuff automatically so I'm trying to find where the LUS code is loaded from. There is way too much python code to look through. BTW I'm using Jini 2.1. I'll let you know the results. Dennis -----Original Message----- From: Bob Scheifler [mailto:[email protected]] Sent: Thursday, May 15, 2008 8:39 PM To: [email protected] Subject: Re: java.io.EOFException using LookupCache > 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(BasicInvocat ionHandler.java:847) > at > net.jini.jeri.BasicInvocationHandler.invokeRemoteMethod(BasicInvocationH andler.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] -------------------------------------------------------------------------- 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]