0 Replies Latest reply on Mar 8, 2016 12:16 AM by vidhyasri.n

    Cache is not getting refreshed in cluster environment.

    vidhyasri.n

      I have used JBossCache 'Malagueta' 3.2.5.GA version in my Linux production environment for cache replication with in a cluster but cache is not getting refreshed in another server. When i change one of the value in server1 it is not showing in server2.  This is my configuration file

       

       

      <?xml version="1.0" encoding="UTF-8"?>

      <server>

         <mbean code="org.jboss.cache.jmx.CacheJmxWrapper" name="jboss.cache:service=Cache">

         <depends>jboss:service=Naming</depends>

          <depends>jboss:service=TransactionManager</depends>

           <attribute name="TransactionManagerLookupClass">org.jboss.cache.transaction.JBossTransactionManagerLookup</attribute>

           <attribute name="MuxChannelFactory"><inject bean="JChannelFactory"/></attribute>

           <attribute name="LockParentForChildInsertRemove">true</attribute>

           <attribute name="MultiplexerStack">udp</attribute>

           <attribute name="ClusterName">cache-Cluster</attribute>      

           <attribute name="IsolationLevel">REPEATABLE_READ</attribute>

           <attribute name="CacheMode">REPL_SYNC</attribute>

           <attribute name="InitialStateRetrievalTimeout">15000</attribute>

           <attribute name="SyncReplTimeout">60000</attribute>

           <attribute name="LockAcquisitionTimeout">15000</attribute>

           <attribute name="ExposeManagementStatistics">true</attribute>

            </mbean>

      </server>

      kindly help me help me to solve this issue.