JDK-4303014 : Java RMI "LeaseRenewer" hang
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.rmi
  • Affected Version: 1.1.6_007
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6
  • CPU: sparc
  • Submitted: 2000-01-06
  • Updated: 2000-01-06
  • Resolved: 2000-01-06
Related Reports
Duplicate :  
Description
We have written a custom client/server application which uses RMI 
to communicate.  We have our clients running RMI server and server acting
as RMI client to send calls information to clients.
This server program works OK for sometime, but hangs frequently.

I have attached here thread-dump (at the time of hang).  
It shows that "LeaseRenewer" is holding on some Monitor and other threads
are waiting for ever...

If you need to look at source code, please contact me.

Thanks/Yogesh Patel

PS: 	cc2000.networkacd.NotifyAgent.run(CallDispatcher.java:263)
	Line 263: agentServer = (AgentServer)Naming.lookup(agentServerName);



Comments
WORK AROUND None. other than restart server.
11-06-2004

EVALUATION This bug is a duplicate of 4229801, that 4137568 has not been fixed in 1.1.x (i.e. this bug *is* fixed in 1.2.x). Please see 4229801 for the current status of a fix in 1.1.x. peter.jones@East 2000-01-06
06-01-2000