• Error migrating PojoCache to WebLogic 10.3.6

    Hello,   I am using pojo cache version 3.0.0 GA (latest release) and the jboss-aop.2.1.8.GA. I  have reinstrumented (compile time weaving) all my classes using the new jboss-aop. There is no other aop pac...
    Profile Photo
    last modified by edmund.geesken
  • What is the latest version of JBoss Pojo Cache?

    Greeeting of the day!!!   Am using Jboss 5.1.0 GA + JBoss Cache 3.1.0.GA.   Jar using : jboss-cache-jdk50.jar jboss-aop-jdk50.jar   In running some concurrency tests, where multiple threads do ...
    Profile Photo
    created by ashok.sitha
  • org.jboss.cache.lock.TimeoutException

    ####|2013-02-18 10:11:20.277|INFO|stream.out|_ThreadID=29;_ThreadName=httpWorkerThread-18021-11;|20130218 10:11:20 ERROR org.jasig.cas.ticket.registry.JBossCacheTicketRegistry:54{ISO-8859-1}  org.jboss.cache.lock...
    Profile Photo
    created by liwenxian
  • TimeoutException

    Hi all, I use JBoss Cache Pojo Edition v. 3.0 on a JBOSS AS 5.1.0. I have a cluster with two nodes and the following is pojocache configuration file:     <?xml version="1.0" encoding="UTF-8"?> <!...
    Profile Photo
    last modified by vdeminico
  • How to use jboss pojocache? Configuration warning: cvc-elt.1: Cannot find the declaration of element 'server'.

    Dear Sir/Madam      I am a beginner user of JbossCache. I met a problem while using it and I hope you can help solve it. Thank you      The following is a brief description of...
    Profile Photo
    created by wmfxly
  • PojoCache Roadmap?

    I noticed that the latest release of PojoCache is two years old. Is there a roadmap for future development?
    Profile Photo
    last modified by martinstro
  • Receiving "CacheException: Can not manage object. It must be either instrumented, a collection, an array, or Serializable" when trying to use the @Replicable annotation. Deployed on weblogic 11GR1.

    I'm sure it is an issue loading the pojocache-aop.xml but I've tried everything.   If I have my class implement Serializable the attach works fine.   Does anyone have any suggestions how I can successfull...
    Profile Photo
    last modified by hamoncules
  • Using POJO Cache with JBoss 6.x

    Hi, I am working on a migration project from JBoss 4.0.5 GA to JBoss 6.x with Gatein. We were using JBoss cache 1.4.1 Cayenne in JBoss 4.0.5 GA and the jars: jboss-aop-jdk50.jar & jboss-cache-jdk50.jar Can I co...
    Profile Photo
    created by meghaattcs
  • Buddy Replication

    I'm using jboss cache Naga in a stand alone fashion and was looking at buddy replication to reduce the the number of nodes that data gets replicated to.   Is it possible to have the more than one buddy pool name...
    Profile Photo
    created by mpgong
  • JBOSS POJO Cache 3.0.0 starting in Local Mode config file

    I am trying to start JBoss cache with CacheMode LOCAL in config file. However, I am not able to start cache. Do somebody has working config file to start cache as LOCAL? I am using POJO edition of JBOSS cache versi...
    Profile Photo
    last modified by mrp3669
  • OutOfMemoryError while loading pojo cache

    Hello -   We have an application using JTreeCache and I am working on a project to replace that by pojo cache.  When I start the application in our Dev box (using WebLogic 10.3), it starts loading the cache...
    Profile Photo
    last modified by tlahyani
  • Unable to load data from JDBM after restarting cache.

    I am new, so I suspect I am doing something stupid, but I can not figure out why I am unable to get data from my JDBM-backed cache after I restart it.  Any suggestions would be greatly appreciated.  Here's t...
    Profile Photo
    last modified by paul.jackson
  • HSql cache loader seems to be committing after each put()

    I have been doing some performance testing of various approaches to a persistent map.  I tested HSql 1.8 (no JBoss cache yet) and found it extremely fast (1,000,000 records written and read in under 5 seconds) un...
    Profile Photo
    created by paul.jackson
  • POJO Cache evicted node is not being invalidated properly

    Hi,   I have given following configuration for pojo cache. When i increase "maxNodes" count only then cluster node is invalidated properly and fetches modified data.   Is this a known issue that evicted no...
    Profile Photo
    created by sangsvaib263
  • POJO cache invalidate node issue in jboss cluster

    Hi,   I am using JBoss-5.1.0 cluster for my application. Using POJO Cache, i have added listeners to call some custom methods when remote cluster node send invalidate messages.   Invalidation is done prope...
    Profile Photo
    created by sangsvaib263
  • Need sample application code for jboss pojo caching - jboss-5.1.0GA

    Hi,   I am using jboss-5.1.0GA. I have to test JBOSS-POJO caching performance for disk based caching(no object in memory).   Please procide me complete set of sample apllication code and steps to configure...
    Profile Photo
    created by sangsvaib263
  • Invalidate cache using jmx-console

    I've just started using cache (jgroups) in JBoss thus I belive my question is rather a simple one. I'd like to invalidate cache using jmx-console. I've found service=InvalidationManager with methods invalidate, inval...
    Profile Photo
    last modified by mgamer
  • PermGen not freed up even after stopping jboss cache / application

    Hi,   Our application loads lot of data in the POJO cache. Both heap and non heap space is used heavily. BUT we observed that permgen (non-heap) is not getting released/freed-up even after stopping the jboss cac...
    Profile Photo
    created by annijos
  • Deleting partial data from Pojo Cache

    Hi All,   We are using POJO cache in our application. We have a requirement to delete partial data from the cache. This data changes daily and requirement is to delete this data every start of the day and then ...
    Profile Photo
    last modified by annijos
  • org.jboss.cache.pojo.PojoCacheException: Error creating transaction.

    Guys,     We are using JBOSS POJO Cache in our application. We are loading some data on startup and attaching it to the jboss cache. Data we are trying to attach is a HashMap with 5000 key-value entries. We...
    Profile Photo
    created by annijos