0 Replies Latest reply on May 21, 2013 4:22 PM by dex80526

    Hangs in JGroupsTransport.start()

    dex80526

      ISPN 5.2.5.Final

      Configuration:   site1 and site2, backup each other

      site1 has 2 nodes with "replication" cluster mode with jgroups-tcp config, site2 has one node.

       

      Problem:  the cache manger starting hangs on org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on component org.infinispan.remoting.transport.Transport, when starts site2 after site1 is already up.

       

      If I stop site 1 nodes, the site 2 will come up without problems.

       

       

      If I start site 2 first, the site 1 will rrun into this problem.

       

      Here is the Trace of before the hanging:

       

      2013-05-21/20:12:54.004/MDT [ServiceMonitor] TRACE org.infinispan.factories.GlobalComponentRegistry[656] - Invoking start method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.start() on component org.infinispan.remoting.transport.Transport

      2013-05-21/20:13:20.868/MDT [ServiceMonitor] INFO  org.infinispan.remoting.transport.jgroups.JGroupsTransport[195] - ISPN000078: Starting JGroups Channel

      2013-05-21/20:13:25.051/MDT [ServiceMonitor] TRACE org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher[528] - setting local_addr (null) to node3.dex.com-39079(site_nodel3.dex.com)

       

       

      Please help!

       

      Dex