• Configure Time interval to persist data in storage

    Hello   I am using JDBCCacheLoader to persist the data present in cache to DB. The configuration is:   <cacheloader>              &...
    Profile Photo
    last modified by deeal
  • Jboss shutdown twice in a week

    Hi,   My application is deployed in a clustered environment. I am using jboss 4.0.1.sp1 Hibernate 3 EJB 3   All was ok, application was running smoothly. But from last week JBOSS Shutdown is monitored o...
    Profile Photo
    created by 1purohit
  • impact of disable flush jboss cache in application

    Steps to disable flush cache: Edit $JBOSS_HOME/server/$JBOSS_CONFIG/conf/jboss-service.xml Then change the value of DefaultCacheTimeout and DefaultCacheResolution to "0" Question: is there any impact on our applica...
    Profile Photo
    created by shwethasanjay87
  • TreeCache error after Hibernate sessionFacotry close

    I am using a Hibernate 3.1.13 with jboss-cache 3.2.5   I'm running my application with second level caching enabled and in middle of the application (based on user operation ) I am closing the existing session f...
    Profile Photo
    last modified by erangac
  • Inconsistent cache between 2 cluster nodes

    Hi   We are from time to time experience inconsistent in JBoss Cache between two nodes. We use JBoss Cache as second level cache for Hibernate We have 2 nodes both setup with a jboss cache in a cluster with the ...
    Profile Photo
    last modified by fharms
  • org.hibernate.cache.CacheException: org.jboss.cache.CacheException: failed to get global transaction

    Our application is using JBoss Cache (1.4.1.SP13) with JGroups (2.4.1-SP3) as a second level cache for Hibernate 3.2.6.ga. The application includes the JBoss Cache/JGroups/Hibernate jars in its WEB-INF/lib directory s...
    Profile Photo
    created by robert.hafner
  • Object stream corruption leading to out of memory error in the CacheMarshaller

    All,   We have been using the jboss cache 3.2.5 since the past three years on our production servers with no major issues. Of late we have seen  issues from two of our customer sites where the application c...
    Profile Photo
    created by mukund_ipc
  • need suggession on LRU for elements on node

    i planning to implement jboss cache in my application running in jboss soa-p 5.0.0. We have basically identified 2 logical categories of datas to be cached.   question1: should i plan to use each category as no...
    Profile Photo
    created by jaigates
  • jbosscache-core + jgroups 3.2.7.Final problem

    Hi,   Is there already a jbosscache-core which uses JGroups 3.2.7.Final? I'm trying to build CAS for clustering, but I'm getting a different versions error because CAS uses jbosscache-core 2.2.2.GA which makes u...
    Profile Photo
    last modified by keiji13
  • eviction node event queue size is at 98% threshold value of capacity: 200000

    Hi All,   I am using Jboss cache and when node count increases to 10000 then it start throwing this warning in the logs ;-   16:06:11,256 WARN  [RegionImpl] putNodeEvent(): eviction node event queue ...
    Profile Photo
    created by raj_kumar
  • how to load key-value pair for a cache-node programatically within bussiness code(invalidation cache)

    Hi All,   I'm upgrading to jboss-cache-3x, is there a way of using jboss cache for:   -load key-value pair for particular cache-node from database, not using node.put() method, which would invalidate other...
    Profile Photo
    last modified by bondchan921
  • how to config org.jboss.cache.loader.LocalDelegatingCacheLoader

    Hi,     I'm failed to config this cache loader in the tutorial, any clue should be helpful     =====my config=========    <loaders passivation="false" shared="false">  ...
    Profile Photo
    last modified by bondchan921
  • JBossCache 1.4.1SP1- Unknown magic number 116

    Hi,   I am using JBossCache on a legacy system. Recently I have upgraded to Java7 and since than the following error occurs when replication data:   Caused by: java.lang.Exception: Unknown magic number 116...
    Profile Photo
    created by vbatista
  • Replication timeout on high load

    Hi;     During high load, I am getting the following errors, when there are more "put xml to cache" operations ERROR;[ACTIVE] ExecuteThread: '35' for queue: 'weblogic.kernel.Default (self-tuning)';putStr...
    Profile Photo
    created by satishpa2
  • What is the difference between hibernate-jbc-cacheprovider and hibernate-jbosscache jar

    Hi,      Can any one please explain me whats difference between hibernate-jbc-cacheprovider and hibernate-jbosscache jars, both used in hibernate second level cache.
    Profile Photo
    last modified by nick.sree
  • JBCache-1.4.1-SP15 won't release ?

    Hi,     https://issues.jboss.org/browse/JBCACHE-1596 this issue marked fixed in JBCache-1.4.1-SP15, but could not able to see this in downloads. But got the same in svn http://repository.jboss.org/j...
    Profile Photo
    last modified by nick.sree
  • Caching in web application

    Hey, I think you guys are making a pretty good forum. Since , I am new to caching I need some help in understanding cache in general (What is caching ?? adv n disadv of caching). And how can I implement caching in...
    Profile Photo
    last modified by tausif.razi
  • Updating the JBoss Cache version - JBoss 4.2.3

    Hi All,   Somebody can help me explaining how can I update the JBoss Cache version (from 1.4.1.SP9 to 2.0.0.GA) under the JBoss 4.2.3? Just replace the .jars? I did it, but the JBoss throws a ClassNotFoundExce...
    Profile Photo
    last modified by hebergentilin
  • Jboss Tree Cache as Hibernate 2nd Level Cache Issue.

    Hi,        I'm using hibernate version 3.5.5 GA and we are using Jboss Tree Cache as Hibernate second level Caching using hibernate-jbosscache-3.3.0.GA, hibernate-jbc-cacheprovider-1.0.2...
    Profile Photo
    last modified by nick.sree
  • JBossCache 'Malagueta' 3.2.11.GA and persistence.xml

    Hi,   Would anybody help me to configure my persistence-unit to use my cache?   Here is the cache definition file:   <?xml version="1.0" encoding="UTF-8"?> <deployment xmlns="urn:jboss:bean-...
    Profile Photo
    created by somostetoikilato