• Bug
  • Status: Closed
  • Resolution: Fixed
  • drb
  • Reporter: sourceforgetracker
  • September 21, 2009
  • 0
  • Watchers: 0
  • September 22, 2009
  • September 22, 2009

Description

It seems like the cache is not shutting down property when using the MulticastRMICacheManagerPeerProvider.

Running ehcache 1.2, Hibernate 3.2.0.cr2 and Tomcat 5.5.15:

If Tomcat is shut down after some peer has been discovered, the java.exe process remains and the RMI socket is still open.

Here is the relevant part of the config file:

<cache name="myCache"
       maxElementsInMemory="10000"
       eternal="true">
    <cacheEventListenerFactory class="net.sf.ehcache.distribution.RMICacheReplicatorFactory"

properties=ā€¯replicateUpdatesViaCopy=falseā€¯/> </cache>

I guess I should mention that I have only tried with two webapps synchronizing their caches under the same Tomcat instance.

Any ideas?

Cheers! Daniel

Sourceforge Ticket ID: 1485765 - Opened By: daniel_wiell - 10 May 2006 16:54 UTC

Comments

Fiona OShea 2009-09-22

Re-opening so that I can properly close out these issues and have correct Resolution status in Jira