• Migrated code not working in JBOSS.Think it is a problem with JBOSS cache

    Hi Everyone, We are facing a problem with an application which has been migrated from Weblogic to JBOSS. ISSUE: The application has two user-roles: 1. Admin 2. Normal User   Firstly,an admin logs in,he is able...
    Profile Photo
    created by ankitdhar
  • Replication timeout

    Hi all,   we are using jboss as 5.0.1 with 3 nodes and we sometimes we are getting Replication timeout exceptions such as:     org.jboss.cache.lock.TimeoutException: Replication timeout for 10.255.248...
    Profile Photo
    created by korki
  • Berkeley DB not working???

    Dear,   I'm trying to setup a simple cache based on Berkeley DB, using the following configuration file:   <jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"      ...
    Profile Photo
    created by merzedes
  • do I need JbossCache with Java EE 6 ?

    Hi All,   I'm starting a new project using Java EE 6 and very likely Jboss AS 7.1 (when ready). The application needs to run in a cluster where each node will compete for resources that need to be allocated to o...
    Profile Photo
    created by sebastianovide
  • Cache data is not sync after database connection is lost issue.

    Hi all,   It's been found that after cache loader is enabled, (i.e. add loaders tag in cache-configuration.xml) the cache data between server is unsynced after database connection is dead.   Since data is...
    Profile Photo
    created by tedckt
  • Q: setting mixed CacheMode per region

    Dear members,   I'm looking for a proper JBossCache configuration which can deal with a situation below.   I would like to set CacheMode REPL_ASYNC for region1 with a lot of raw data, and REPL_SYNC for re...
    Profile Photo
    created by sosul
  • JBoss Cache - Memory Leak when many Fqn/nodes added in Cache

    All - Iam observing OOM in JBoss Cache, with below mentioned scenario. Would like to get  suggestions/help on the approach that iam doing  to over come the situation is correct or not.  Here is the deta...
    Profile Photo
    last modified by sathish_06
  • JBoss cache. Concurrency issue

    I'm using JBossCache 'Malagueta' 3.2.0.GA I faced with strange issue in production environment, sometimes writes to jboss are lost. I tried to reproduce this situation with simple java application public static void t...
    Profile Photo
    created by aaauser
  • NullPointer in PojoCache

    Hi,   Versions: JBossCache - 3.1.0.GA PojoCache - 3.0.0.GA   During my endurance tests I get such exceptions 1) org.jboss.cache.pojo.PojoCacheException: detach failed /parlayRa/TEST_NODES/18-12883 &#...
    Profile Photo
    created by scottgj
  • JBoss 5.1.0 not flushing/updating cache

    I have configured a Datasource with upto a max of 10 connections and there are some java classes that invoke certain SQL packages using the datasource connection.  There is also a background SQL job that puts the...
    Profile Photo
    created by davestar
  • caching the entities using EJB 3.0 for JBoss.

    We are using the following approach to cache the entities using EJB 3.0 for JBoss.   Persistnce.xml changes :   <persistence-unit name="OracleDatabase" transaction-type="JTA">   <provider&...
    Profile Photo
    created by psadha
  • Cluster not invalidating from CacheLoader

    I have a cacheloader set up.  I am also using JGroups via TCP and TCPPING to setup the cache cluster.   The memory cache gets removed BUT the remove is NEVER called on my cache laoder.  Is this normal...
    Profile Photo
    created by lords_diakonos
  • ClassNotFoundException in clustered cache

    hi,        I have recently set up loadbalancing, with 2 JBosses running as single nodes and loadbalanced by Apache. The problem is, that there are data written to cache, so cache needs to be ...
    Profile Photo
    created by mglowacki
  • JBoss Tree Cache data is deleting automatically

    Hi, Thanks for providing this site. I am unsing JBoss Tree Cache to hold data. I am able to load and use data in cache. But if keep the system idle for some (around 30 mins), the data from tree is deleting automatic...
    Profile Photo
    created by srisreenivas
  • Cache Problem (1.4 with 4.2.2)

    Dear All,   We are having strange issues with UDP based cache clustering, suddently at some point of time replication totally gets stopped between the nodes. Currently we deployed jboss-cache for HTTP-Session fo...
    Profile Photo
    created by venquet
  • Disable node eviction from jboss cache

    Hi,   How can I disable node eviction from jboss cache.   What happens is that jboss node get randomly evicted especially when I enable remote debugging in Eclipse to debug the code ( which uses Cache AP...
    Profile Photo
    created by rajiv323patel
  • Problem with Cache Replication.

    Dear All,            We are using jboss cache version 1.4.1.SP9 in our application. We are having 3 production server's say node1,node2 and node3.  We want to replica...
    Profile Photo
    created by sudhabalu
  • Jboss Tree Cache Error

    Hi, we have implemented Jboss Tree cache in our application to store some privilege details in it. I'm getting the following error in jboss cache frequently even if we remove the error by removing region from the cac...
    Profile Photo
    created by vairam_sm
  • Memory Cache Getting Evicted

    We are not calling to evict our cache but the entire root node gets evicted.  Our cacheloader still has all the objects but the memory cache gets wipes.  It apprears to be random. The cache does get a lot of...
    Profile Photo
    created by lords_diakonos
  • how recover an object after evict (Distributed mode)

        String myKey = "myKey";     cache.put(myKey, "value for test" );     cache.evict(myKey);     Object myObjectRecovered = cache.get(myKey);   In t...
    Profile Photo
    created by bertrand.guiral