Log in to follow, share, and participate in this community.
Thread Error migrating PojoCache to WebLogic 10.3.6
Error migrating PojoCache to WebLogic 10.3.6Hello, 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...
Thread What is the latest version of JBoss Pojo Cache?
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 ...
TimeoutExceptionHi 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"?>
<!...
Thread 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.
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.
Using POJO Cache with JBoss 6.xHi, 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...
Buddy ReplicationI'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...
Thread JBOSS POJO Cache 3.0.0 starting in Local Mode config file
JBOSS POJO Cache 3.0.0 starting in Local Mode config fileI 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...
OutOfMemoryError while loading pojo cacheHello - 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...
Thread Unable to load data from JDBM after restarting cache.
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...
Thread HSql cache loader seems to be committing after each put()
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...
Thread POJO Cache evicted node is not being invalidated properly
POJO Cache evicted node is not being invalidated properlyHi, 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...
Thread POJO cache invalidate node issue in jboss cluster
POJO cache invalidate node issue in jboss clusterHi, 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...
Thread Need sample application code for jboss pojo caching - jboss-5.1.0GA
Need sample application code for jboss pojo caching - jboss-5.1.0GAHi, 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...
Invalidate cache using jmx-consoleI'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...
Thread PermGen not freed up even after stopping jboss cache / application
PermGen not freed up even after stopping jboss cache / applicationHi, 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...
Deleting partial data from Pojo CacheHi 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 ...
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...