3 Replies Latest reply on May 12, 2014 2:50 AM by hchiorean

    Something wrong about config for clustering in the document:"channelConfiguration"

    mickshi

      In the "clustering" section of the repository JSON configuration

      when using "channelConfiguration" : "config/jgroups-config.xml"

      Log would looks like:

       

      May 08, 2014 4:10:08 Afternoon org.infinispan.remoting.transport.jgroups.JGroupsTransport start

      INFO: ISPN000078: Starting JGroups Channel

       

      -------------------------------------------------------------------

      GMS: address=WIN-20140410QJB-64950, cluster=modeshape-cluster, physical address=fe80:0:0:0:151b:c0e0:2035:d807%11:56830

      -------------------------------------------------------------------

      May 08, 2014 4:10:10 Afternoon org.infinispan.remoting.transport.jgroups.JGroupsTransport viewAccepted

      INFO: ISPN000094: Received new cluster view: [WIN-20140410QJB-64950|0] [WIN-20140410QJB-64950]

      May 08, 2014 4:10:10 Afternoon org.infinispan.remoting.transport.jgroups.JGroupsTransport startJGroupsChannelIfNeeded

      INFO: ISPN000079: Cache local address is WIN-20140410QJB-64950, physical addresses are [fe80:0:0:0:151b:c0e0:2035:d807%11:56830]

      May 08, 2014 4:10:10 Afternoon org.infinispan.factories.GlobalComponentRegistry start

      INFO: ISPN000128: Infinispan version: Infinispan 'Delirium' 5.2.7.Final

      May 08, 2014 4:10:10 Afternoon org.infinispan.transaction.lookup.GenericTransactionManagerLookup useDummyTM

      WARN: ISPN000104: Falling back to DummyTransactionManager from Infinispan

      May 08, 2014 4:10:11 Afternoon org.infinispan.jmx.CacheJmxRegistration start

      INFO: ISPN000031: MBeans were successfully registered to the platform MBean server.

      May 08, 2014 4:10:11 Afternoon org.infinispan.jmx.CacheJmxRegistration start

      INFO: ISPN000031: MBeans were successfully registered to the platform MBean server.

      May 08, 2014 4:10:11 Afternoon org.infinispan.jmx.CacheJmxRegistration start

      INFO: ISPN000031: MBeans were successfully registered to the platform MBean server.

       

       

      -------------------------------------------------------------------

      GMS: address=WIN-20140410QJB-48765, cluster=modeshape-cluster, physical address=fe80:0:0:0:151b:c0e0:2035:d807%11:56833

      -------------------------------------------------------------------

      May 08, 2014 4:10:11 Afternoon org.infinispan.remoting.transport.jgroups.JGroupsTransport viewAccepted

      INFO: ISPN000094: Received new cluster view: [WIN-20140410QJB-64950|1**] [WIN-20140410QJB-64950, WIN-20140410QJB-48765]

       

      **:you can see there shouldn't be "1" because the local is "0"

       

      Then stops FOREVER, or timeout.

      The error: "ERROR couldn't deliver OOB message" apeared for a while, but I can't replicate the situation.

      Things are fine without setting the "channelConfiguration".