Ehcache - Distributed RMI not working

Posted by Ted on Stack Overflow See other posts from Stack Overflow or by Ted
Published on 2010-03-03T13:30:51Z Indexed on 2010/03/19 0:11 UTC
Read the original article Hit count: 754

Filed under:
|
|
|
|

Hi,

I have this strange problem with ehcache 2.0 that I hope someone can help me with. I have set up a cluster of two hosts, A and B. I can see that heartbeats are received at both ends, so I'm pretty sure the networking and multicast stuff is working. The problem is that is I put an element into the cache at host A, I can see in the logs of host B that it receives a remote put. But when I request the same element from host B, it runs off to the data base and performs a query nonetheless. What may be the cause of this? Thankful for any pointers!

© Stack Overflow or respective owner

Related posts about ehcache

Related posts about hibernate