Log in to follow, share, and participate in this community.
Thread How to use UnknownFieldSet with ProtoStream
How to use UnknownFieldSet with ProtoStreamHello, 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 ...
Thread Registering Infinispan AdvancedExternalizers on JBoss7
Registering Infinispan AdvancedExternalizers on JBoss7Hi, 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...
maintaining data after updateI 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.
replicated cache not replicatingWhen 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...
Thread NullpointerException when starting Infinispan
NullpointerException when starting InfinispanI 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...
Thread initial state transfer timed out while it is disabled
initial state transfer timed out while it is disabledI 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...
Exception starting InfinispanRunning 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...
Thread Is using NFS "bad"? If so, what's the best alternative?
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 ...
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...
Article Student/Contributor Projects with Infinispan
Student/Contributor Projects with InfinispanThis 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...
Issues with 9.4New 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...
Thread Marshalling problem with hotrod client in 9.4.0
Marshalling problem with hotrod client in 9.4.0This 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...