• How to use UnknownFieldSet with ProtoStream

    Hello,   I'd like to use ProtoStream for serialization between Client and Server Infinispan. So I annotated the classes with @ProtoMessage and @ProtoField to generate the proto file and the marshallers. I also ...
    Profile Photo
    last modified by dvlinh
  • infinispan-core 8.2.8.Final : JGRP000200: failed sending discovery request: java.io.IOException: Network is unreachable

    As part of hibernate upgrade from 3 to 5, I had to upgrade infinispan to from 4 to 8 and jgroups from 2 to 3.6.7. After upgrade i am getting the following error JGRP000200: failed sending discovery request: java.io....
    Profile Photo
    last modified by skamath86
  • Registering Infinispan AdvancedExternalizers on JBoss7

    Hi,     I have a bean which holds a reference to a JSF component (primefaces component to be exact). As per the spec, JSF components are not serializable. My web app runs in a JBoss cluster and the beans ne...
    Profile Photo
    last modified by canotech
  • FunctionalMapImpl.create() does not inherit cache settings for Expiration and Eviction

    Hi,   I was wondering if anyone can help. FunctionalMapImpl.create() does not inherit cache settings for Expiration and Eviction, because of this, when adding the entries via the readwritemap, entries never exp...
  • maintaining data after update

    I am using infinispan version 7.0.2. is there a way to keep my data in a situation when i need to reboot all of my nodes at the same time? for example export all of my data to a file and load it after the reboot.
    Profile Photo
    last modified by talgold
  • replicated cache not replicating

    When conducting startup-tests with multiple nodes (11) starting up at the same time, I sometimes end up in the situation where the replicated cache is not completely funtional: when adding an entry to the cache, not a...
    Profile Photo
    last modified by thomash
  • Hibernate query cache always have cache miss even if result is retrieved from cache

    Hi,   Enabled  L2 cache, including query cache in Wildfly 10.1.0 Final, working with a standard standalone.xml configuration and project with JPA.         <shared-cach...
    Profile Photo
    last modified by akarpavicius
  • NullpointerException when starting Infinispan

    I run into this problem at startup with wildfly-9.0.2.Final which contains Infinispan-7.2.3.Final. Infinispan throws an nullpointerexception when putting someting into the cache:     Caused by: java.lang.Nu...
    Profile Photo
    last modified by thomash
  • initial state transfer timed out while it is disabled

    I run into this problem at startup with wildfly-9.0.2.Final which contains Infinispan-7.2.3.Final. At startup, the cache throws a org.infinispan.commons.CacheException: Initial state transfer timed out for cache myCa...
    Profile Photo
    last modified by thomash
  • Exception starting Infinispan

    Running Infinispan under Equinox OSGi. Been running a successful Junit test for last few weeks. But now trying to use in real environment and can't get Infinispan to start. Tried a few variations, giving somewhat diff...
    Profile Photo
    last modified by alpic80
  • Possible bug if doing parallelstream (distributed) computation on *EMPTY* cache?

    I'm a newbie to Infinispan and have been playing with it. I *think* I found a bug. If a cache is *empty* and we have two nodes running (and the nodes must actually be on separate virtual machines -- it can't just be 2...
    Profile Photo
    last modified by gsaxena888
  • Infinispan 9.4.0 Java 8 org.infinispan.commons.marshall.NotSerializableException

    Hello,   Currently I am trying to use Infinispan 9.4 with Java 8 and Wildfly 14. If I am using the Cache on a single Wildfly, everything works fine. But at the moment, i am using a clustered Wildfly, the cache ...
    Profile Photo
    last modified by auryn31
  • Is using NFS "bad"? If so, what's the best alternative?

    I'm a newbie (but a touch confused)...if I want to persist data to a storage system and I am not tied to any legacy solution (ie I can chose the simplest one to maintain that's still reasonably performant), why can't ...
    Profile Photo
    last modified by gsaxena888
  • Listener (Clustered) on other node(s) not being called when item added to cache

    Hello,   I am struggling to get Listeners to fire on nodes within a cluster.   I am using Infinispan 9.1.7.Final in Embedded Cache Manager.   The application will run on multiple nodes/openshift pods...
    Profile Photo
    last modified by jadiyo1971
  • Cache-level notification is happened only based on number of owner??

    Dear sir,           we are using infinispan(8.1.0) in our java applications for failover. Distributed type of cache is used  to store  the state. We have a ...
    Profile Photo
    last modified by jaga244
  • infinispan 8.1.3 demo does not run?

    sir, I downloaded two different version( infinispan 8.1.3 and 9.4.0) as minimal from infinispan downloads.i could run 9.4.0 as ./bin/runGuiDemo.sh.But when i do same to infinispan version 8.1.3.it gives "Could not fi...
    Profile Photo
    last modified by jaga244
  • Student/Contributor Projects with Infinispan

    This page details a list of projects students may be interested in, which relate to Infinispan.  They are often standalone, or minimally dependent on core Infinispan internals, often research-oriented or experime...
    Profile Photo
    last modified by rvansa
  • Problem with capacityFactor=0 and restart of all nodes with capacityFactor > 0

    sir, following reported bug is solved or not.because i am facing same issue   [ISPN-4996] Problem with capacityFactor=0 and restart of all nodes with capacityFactor > 0 - JBoss Issue Tracker   Where i...
    Profile Photo
    last modified by jaga244
  • Issues with 9.4

    New to Infinispan but I've encountered a few issues with 9.4 Embedded.   Eviction warning         I am using the memory builder setting as Eviction one is deprecated. But in t...
    Profile Photo
    last modified by alpic80
  • Marshalling problem with hotrod client in 9.4.0

    This problem may potentially happen with earlier versions of infinispan/hotrod client, we have only tested 9.4.0 after upgrading from 9.1.0.   Jetty uses a custom protobuf-based marshaller for the webapp session...
    Profile Photo
    last modified by janbartel