0 Replies Latest reply on May 5, 2010 12:20 PM by ed.larkin

    jboss tcp clustering error

    ed.larkin

      Hello all,

       

      I am getting an error when trying to use TCP clustering with jboss 4.2.2 EAP

       

      Here is the error

      [TreeCache] viewAccepted(): [192.168.116.123:7810|1] [192.168.116.123:7810, 192.168.116.122:7810]
      12:12:49,945 INFO  [TreeCache] locking the subtree at / to transfer state
      12:12:49,953 INFO  [StateTransferGenerator_140] returning the state for tree rooted in /(1024 bytes)

       

      Here is my jboss-web-cluster.sar/META-INF/jboss-service.xml file

       

      <config>

                      <TCP bind_addr="192.168.116.123" start_port="7810" loopback="true"

                           tcp_nodelay="true"

                               recv_buf_size="20000000"

                               send_buf_size="640000"

                               discard_incompatible_packets="true"

                               enable_bundling="false"

                               max_bundle_size="64000"

                               max_bundle_timeout="30"

                               use_incoming_packet_handler="true"

                               use_outgoing_packet_handler="false"

                               down_thread="false" up_thread="false"

                               use_send_queues="false"

                               sock_conn_timeout="300"

                               skip_suspected_members="true"/>

                          <TCPPING initial_hosts="192.168.116.123[7810],192.168.116.122[7810]" port_range="3"

                                   timeout="3000"

                                   down_thread="false" up_thread="false"

                                   num_initial_members="3"/>

                          <MERGE2 max_interval="100000"

                                  down_thread="false" up_thread="false" min_interval="20000"/>

                          <FD_SOCK down_thread="false" up_thread="false"/>

                          <FD timeout="10000" max_tries="5" down_thread="false" up_thread="false" shun="true"/>

                          <VERIFY_SUSPECT timeout="1500" down_thread="false" up_thread="false"/>

                          <pbcast.NAKACK max_xmit_size="60000"

                                         use_mcast_xmit="false" gc_lag="0"

                                         retransmit_timeout="300,600,1200,2400,4800"

                                         down_thread="false" up_thread="false"

                                         discard_delivered_msgs="true"/>

                          <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"

                                         down_thread="false" up_thread="false"

                                         max_bytes="400000"/>

                          <pbcast.GMS print_local_addr="true" join_timeout="3000"

                                      down_thread="false" up_thread="false"

                                      join_retry_timeout="2000" shun="true"

                                      view_bundling="true"/>

                          <FC max_credits="2000000" down_thread="false" up_thread="false"

                              min_threshold="0.10"/>

                          <FRAG2 frag_size="60000" down_thread="false" up_thread="false"/>

                          <pbcast.STATE_TRANSFER down_thread="false" up_thread="false" use_flush="false"/>

                 </config>

       

      Any help would be appreciated.

       

      Thanks

      Ed