3 Replies Latest reply on Feb 14, 2006 5:18 AM by tomerbd2

    Start JBoss-All fail

    litflyhorse

      The Console show the following message:

      13:08:27,312 ERROR [ClientGmsImpl] suspect() should not be invoked on an instance of org.jgroups.protocols.pbcast.ClientGmsImpl
      13:08:27,312 ERROR [ClientGmsImpl] suspect() should not be invoked on an instance of org.jgroups.protocols.pbcast.ClientGmsImpl
      13:08:32,328 ERROR [ClientGmsImpl] suspect() should not be invoked on an instance of org.jgroups.protocols.pbcast.ClientGmsImpl
      13:08:32,328 ERROR [ClientGmsImpl] suspect() should not be invoked on an instance of org.jgroups.protocols.pbcast.ClientGmsImpl
      13:08:32,406 WARN [ClientGmsImpl] handleJoin(pc1:1252) failed, retrying

        • 1. Re: Start JBoss-All fail
          cruiz13

          I think, this error because the another other the cluster have network blocking

          • 2. Re: Start JBoss-All fail
            n0rmand

            Got the same error.

            It stucks on JChannel.connect(String) line: 378

            // only connect if we are not a unicast channel
            if(channel_name != null) {

            /* Wait for notification that the channel has been connected to the group */
            synchronized(connect_mutex) { // wait for CONNECT_OK event
            Event connect_event=new Event(Event.CONNECT, channel_name);
            connect_ok_event_received=false; // added patch by Roland Kurman (see history.txt)
            down(connect_event);

            try {
            while(!connect_ok_event_received)
            connect_mutex.wait();
            }
            catch(Exception e) {
            }
            }
            }


            • 3. Re: Start JBoss-All fail

              try using the tcp stack instead of the udp stack