• Infinispan and jgroups Implementation on Openshift Stack

    Question-1 -------------- I am trying run an Infinispan cluster on Openshift Tomcat gears. With nodes sitting on two different hosts.I am using TCP as the data transfer protocol and MPING as the discovery protocol. ...
    Profile Photo
    last modified by sidhm12
  • Cache load balance

    FYI Currently we are using Infinispan8.2 version   I have 3 Virtual machines which Ips are below.we setup the one domain controller and two host controller. DC and HC1 are on same network and HC2 is on diffrent ...
    Profile Photo
    last modified by stejas7
  • Cache Load Balancing

    Currently we are usinig Infinispan8.2 version. we setup 1 Domain controller under 1 host controller .we created one cache which name is allen overy.we tried with some get and put examples on that cache.after that we s...
    Profile Photo
    last modified by stejas7
  • Caching through Infinispan UI/Dashboard using JBOSS EAP-6 and above

    I am working on a project which is related to digital wealth management   I want to integrate Infinispan cache with JBOSS EAP and how to configure with JBOSS EAP-6 Server.   Does Infinispan cache support ...
    Profile Photo
    last modified by abhijit265
  • Cache Creation

    Hello,   Just for information , currently we are creating a cache container through command line using below Command.we are trying to automate that steps through java program.   1) Run ispn-cli.bat file. ...
    Profile Photo
    last modified by stejas7
  • Windows Services not working properly

    Hello,   Just for information, I am trying to create a infinispan Windows service using below steps.   1) I moved infinispan-server-8.1.0.Final\docs\contrib\scripts\service folder to Infinispan\infinispan-...
    Profile Photo
    last modified by stejas7
  • Jboss Infinispan 8.1.x NearCache and L1 Cache Configuration Enable

    Hello I am new in Jboss Infinispan.The documentation found in Internet is so vague and doesn't suit a beginner. What is Difference between NearCache and L1 Cache? How to enable L1 Cache and near cache in infinispan ...
    Profile Photo
    last modified by stejas7
  • Infinispan With Windows Services

    Hello,   How to start Infinispan8.1 domain.batch file as a Windows services??
    Profile Photo
    last modified by stejas7
  • Create Cache through Command Line

    Hello,   How to create distributed-cache through Command line ?   If you have any reference Please suggest me....!!!! 
    Profile Photo
    last modified by stejas7
  • Infinispan with Wildfly

    Hello,   How to configure hotrod with wildfly server?   Thanks
    Profile Photo
    last modified by stejas7
  • Infinispan 8.1 server on tomcat 8-3

    Hello,   I'm new to Infinispan and currently researching to see if we could use it in one project. 1) The first requirement is to have the cache server (Infinispan) running on Tomcat 8.3. Is that possible ? ...
    Profile Photo
    last modified by stejas7
  • Infinispan as Tomcat Server

    Hello,   How to run infinispan server as a tomcat server for HotRod ?   Thanks
    Profile Photo
    last modified by stejas7
  • Jgroups JDBC_PING Error: Either the 4 configuration properties starting with 'connection_' or the datasource_jndi_name must be set

    Hi Infinispan team, I am using JDBC_PING protocol in Jgroups   <JDBC_PING connection_url="jdbc:mysql://localhost:3306/database_name"            ...
    Profile Photo
    last modified by hmundeepi
  • Fixed expiry time in distributed-cache

    Hi,   I am using infinispan standalone server, where I have configured cache expiration to 24 hours. But I want the cache to expire at a fixed time, say 01:00 AM in the morning everyday. Is it possible ?   ...
    Profile Photo
    last modified by gnanagurus
  • How to view and edit infinispan cache data remotely

    I have configured infinispan cache embedded with wildfly8.2 server. For that I added the below entry in my standalone.xml <cache-container name="mycache" default-cache="cachedb"> <transport lock-timeout...
    Profile Photo
    last modified by sujithps
  • How to shut down an embedded Infinispan node in a clustered environment whithout loosing data ?

    Hello,   how can I shutdown an embedded Infinispan node in a cluster without loosing data ? The problem is as follows: We would like to use Infinispan 7.2.1 as a clustered and distributed key/value store for ...
    Profile Photo
    last modified by mgeorg
  • How to configure cross site replication with Infinispan 7.2.1

    Hello,   I'm trying to test cross side replication between 2 clusters of three nodes each with Infinispan 7.2.1 and the underlying JGroups communication library, which is bundled with Infinispan 7.2.1 . The co...
    Profile Photo
    last modified by mgeorg
  • Transactions getting failed

    Hi,   We have 3 nodes in the cluster and we have connected the infinispan server using hotrod client. For one of our testcase, we have kiiled (kill -9 pid) one infinispan server at that moment all the nodes in t...
    Profile Photo
    last modified by rameshprml
  • Requesting example for Infinispan 8.0.x (Client-Server Mode using hotrod)

    Hi, Please provide sample program implementation for Infinispan 8.0.x (Client-Server Mode using hotrod). As there is no RemoteCacheManager class in this version and don't know how to get remote cache manager?   ...
    Profile Photo
    last modified by rameshprml
  • NoSuchMethodError in Hotrod Client

    I'm facing the following error:   Exception in thread "main" java.lang.NoSuchMethodError: org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration.<init>(Ljava/util/Properties;)V  &...
    Profile Photo
    last modified by rameshprml