These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Cache Timeout Messages in Hibernate 3.2.3.ga and ehcache.
PostPosted: Thu Oct 23, 2008 12:50 pm 
Newbie

Joined: Thu Oct 23, 2008 12:35 pm
Posts: 5
Hi,

we are using Hibernate in Version 3.2.3.ga with ehcache as second level cache in version 1.2.4 and we see the following message in the log of our application:

WARN [hibernate.cache.ReadWriteCache: 214] An item was expired by the cache while it was locked (increase your cache timeout): user.dto.SessionDto#144594 (RMI TCP Connection(2048)-10.10.10.10)

And this is logged endlessly...

Any idea what might causing this? Google isn't of much help here.

The ehcache.xml is quite simple and looks like this:

<ehcache>

<defaultCache maxElementsInMemory="50000" eternal="false" timeToIdleSeconds="300" timeToLiveSeconds="600" overflowToDisk="false"/>

</ehcache>

I already increased the values mentioned there without any or only little effect.

Kind regards,

Ingo


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.