• Enforce Size Constraints in Infinispan/Wildfly using Java Instrumentation API!

    Infinispan does not provide size constraints out of the box, just like almost all of the other standard caching frameworks. You may use the Java Instrumentation API as follows to enforce cache size constraints for you...
    Profile Photo
    last modified by sumith.puri
  • Infinispan - Cache Size through Instrumentation

    i have enforced size constraints (in megabytes) on infinispan cache sizes, developed ('invented' ) using 'java instrumentation api as the java agent in wildfly'.   now, everything work fine - including adding, re...
    Profile Photo
    last modified by sumith.puri
  • Is it possible in infinispan to restrict the number of entries on basis of type of entries?

    Hi,      Our requirement is like I have to put two different type of entities in cache and then start the eviction based on the number of instances of these two different entities. Any suggestions...
    Profile Photo
    last modified by govinds
  • Which ports does infinispan use?

    Hi, I'm using Wildfly 8 for my server, I don't want to disable my Linux firewall and just want to open some ports that Infinispan uses for cluster. As I known, Infinispan use Jgroups, so I opened all ports that Jgroup...
    Profile Photo
    last modified by nguyenbkcse
  • Jboss AS7 missing a runtime dependency after moving Jboss from a computer to another

    I use STS(spring tool suite 3.7 ) and JAVA 6 to develop a web application , i also use primefaces 4.0 , msyql 5.3 and Jboss AS7 as a server, in my pc i developp the application and when it want to deploy it , i copy J...
    Profile Photo
    last modified by samouelbellil
  • RemoteCache data is null when using programmatic server configuration

    Hi,   I started Hotrod server using programmatic configuration and then put some data to cache using RemoteCache.   But in spite of cache does not empty, value is null.   This is my test code.  ...
    Profile Photo
    last modified by scpark
  • [ERROR|SingleFileStore] ISPN000252: Error executing parallel store task

    Hello, We are using Infinispan (version 6.0.2.Final) to persist custom metadata objects of our platform, but when we upgrade our platform to new version that doesn't have the same persisting objects implementations (...
    Profile Photo
    created by juanjo.lopez
  • GlobalTransaction cluster infinispan

    I  have one problem with the configuration wildfly in cluster, when i try of execute war in cluster, i have problem with the transaction.   The arquitecture for this enviroment is taken from this link https...
    Profile Photo
    created by ing.gabrielr
  • Infinispan Purging

    Hi,   Is there a way by which  i can force Infinispan to purge entries while running Please find below code used to get the cache   ConfigurationBuilder b = new ConfigurationBuilder();   &...
    Profile Photo
    last modified by amit.hora
  • Using a different infinispan cachemanager/container (other than hibernate) for 2LC

    It seems that if one wishes to use a different container than the 'hibernate' one it still ends up using the hibernate container.  (AS 7.2.0.Final-redhat-8) For example if we create a new container called 'jpa' ...
    Profile Photo
    last modified by rahul.daga
  • HotRod Server Side Hashing

    Hi,   I am using Infinispan in distributed mode with hotrod client-server architecture. Currently i am facing a problem figuring out which key resides on which node in the cluster. Since i am using hotrod, the ...
    Profile Photo
    last modified by mohammedisaa.khan
  • JBWEB000236: Servlet.service() for servlet strutsAction threw exception: java.lang.StackOverflowError

    I'm migrating my application from Jboss 4 to Jboss 7(jboss eap 6.1 alpha) getting the below error, while trying to search results in my project. I'm using Java 6, Struts 1.2, EJB 2.0, Jboss 6 EAP alpha. Note: The sa...
    Profile Photo
    created by runtobruce
  • Failed to marshal EJB parameters --- IllegalArgumentException: Can not set org.apache.commons.collections.FastHashMap field org.apache.commons.validator.Field.hMsgs to org.apache.commons.collections.FastHashMap at sun.reflect.UnsafeFieldAccessorImpl

    Hi,   I'm getting the below error while trying to save a search results using the Remote interface for SearchFacade.java   "Failed to marshal EJB parameters" Can not set org.apache.commons.collections.Fas...
    Profile Photo
    last modified by runtobruce
  • Failed to marshal EJB parameters --- IllegalArgumentException: Can not set org.apache.commons.collections.FastHashMap field org.apache.commons.validator.Field.hMsgs to org.apache.commons.collections.FastHashMap at sun.reflect.UnsafeFieldAccessorImpl

    Hi,   I'm getting the below error while trying to save a search results using the Remote interface for SearchFacade.java   "Failed to marshal EJB parameters" Can not set org.apache.commons.collections.Fas...
    Profile Photo
    last modified by runtobruce
  • Infinispan Performance Issue with multiple nodes

    We are using Infinispan as a distributed cache. When we enable Infinispan in one node only and send requests through 40 client threads. Our single operation is combination of get+put requests.   The setup consis...
    Profile Photo
    created by prashant.thakur
  • JPA Cache Store + Infinispan Server

    I want create a JPA Cache store using a remote server.   To connect in a Server using hotrod: Configuration config = new ConfigurationBuilder().addServer().host(SERVER_HOST).port(SERVER_PORT).build();   ...
    Profile Photo
    last modified by petterson.andrade
  • Clarification of memory usage?

    Hi all,   I am working on a project which we use Infinispan as caching framework. I want to closely look what object takes more memory. So I used JProfiler to monitor the memory usage. After deploying the my .ea...
    Profile Photo
    last modified by ruchiragayan
  • Jboss Infinispan cache- Query on a specific requirement

    Hi all, I am new to jboss infinispan caching and I have some special requirement for our work  as part of jboss infinispan caching.Would be of great help if there are some pointers/ help on my queries. Flow 1: ...
    Profile Photo
    created by harish1984
  • Running into CacheLoaderException

    Hi I am running into CacheLoaderException:   2014-07-08 14:06:26.935 CEST [{default}FileCacheStore-0] ERROR o.i.loaders.AbstractCacheStore - ISPN000045: Problems encountered while purging expired org.infinispa...
  • What is the appropriate number of maxEntries

    I understand that the maxEntries should be a power of two (as discussed in this old thread How is the parameter maxEntries interpreted by the Eviction Algorithms?)   However, when I set the maxEntries to 1024 a...
    Profile Photo
    last modified by rayhym