-->
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.  [ 5 posts ] 
Author Message
 Post subject: Error:Cache: The Disk store is not active
PostPosted: Thu Nov 02, 2006 2:35 pm 
Beginner
Beginner

Joined: Thu Nov 02, 2006 2:23 pm
Posts: 33
I am using hibernate 3. 1 running on Solaris.

Some events are failed to be inserted to the db.

The exception is:
org.hibernate.cache.CacheException: net.sf.ehcache.CacheException:
Code:
hibernate.test.com.mercado.s2002.analysis.objects.CriterionCache: Could not remove disk store entry for com.mercado.s2002.analysis.objects.Criterion#1543646397. Error was hibernate.test.com.mercado.s2002.analysis.objects.Criterion Cache: The Disk store is not active.



My ehcache.xml file look like this:
Code:
<ehcache> 
    <defaultCache
        maxElementsInMemory="10000"
        eternal="false"
        timeToIdleSeconds="3600"
        timeToLiveSeconds="36000"
        overflowToDisk="false"
        />

    <cache name="com.mercado.s2002.analysis.objects.CriteriaDictionary"
        maxElementsInMemory="10000"
        />
       
    <cache name="com.mercado.s2002.analysis.objects.Criterion"
        maxElementsInMemory="10000"
        />

</ehcache>


Top
 Profile  
 
 Post subject: Does any one have a solution or idea how to debug it?
PostPosted: Mon Nov 13, 2006 1:25 am 
Beginner
Beginner

Joined: Thu Nov 02, 2006 2:23 pm
Posts: 33
It only happens on solaris (I think so)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jan 15, 2008 5:53 am 
Newbie

Joined: Tue Jan 15, 2008 5:48 am
Posts: 4
Hi,

I've the same problem on windows with hibernate 3.2.5.ga, ehcache 1.3.0 and jonas 4.8.6.
Have you the solution of your problem.

Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 29, 2008 2:38 pm 
Newbie

Joined: Thu Sep 13, 2007 2:45 pm
Posts: 10
bbtitia wrote:
Hi,

I've the same problem on windows with hibernate 3.2.5.ga, ehcache 1.3.0 and jonas 4.8.6.
Have you the solution of your problem.

Thanks


Did you find a solution? Just this morning, I got the problem.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Feb 11, 2009 3:54 pm 
Newbie

Joined: Wed Feb 11, 2009 3:48 pm
Posts: 1
I had this issue recently on an AIX box. The problem was that the temp partition (/tmp) which contains the cache had run out of free space. Cleaning up the /tmp directory solved the problem.


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

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.