Re: strange exception
Bob Scheifler <[email protected]>
| Newsgroups | gmane.comp.java.sun.jini |
|---|---|
| Message-ID | <[email protected]> |
> Getting an exception after running a while, anybody that can point me in > the right direction? Should I be afraid? > > INFO net.jini.lookup.ServiceDiscoveryManager$LeaseListenerImpl failure > occurred while renewing an ev > ent lease > > null at > com.sun.jini.reggie.RegistrarImpl.renewEventLeaseInt(RegistrarImpl.java:5245) The null seems bizarre; what JDK are you using? From the line number, it would appear to be an UnknownLeaseException, coming from the LRM attempting to renew the lease on an event registration used by the SDM. The SDM should recover, so you needn't be afraid if this is an isolated incident. If it's happening regularly, that would warrant further investigation. - 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]