No active members in the cluster group in tomcat -


I am doing a simple cluster configuration in two diff machines tomat servers, every time I am starting the clamp, There is an error like active members in the group. I'm attaching the cluster configuration

  & lt; Cluster classname = "org.apache.catalina.ha.tcp.SimpleTcpCluster" channelSendOptions = "8" & gt; & Lt; The termination of the manager's classname = "org.apache.catalina.ha.session.DeltaManager" ends on: Shutdown = "False" Aligns = "True" NotifymentArticles = "True" /> & lt; Channel classname = "org.apache.catalina.tribes.group.GroupChannel" & gt; & Lt; Membership classname = "org.apache.catalina.tribes.membership.McastService" address = "111.222.222" port = "64222" frequency = "500" droptime = "3000" /> & Lt; Receiver Classname = "org.apache.catalina.trics.transport.nio.NioReceiver" address = "Auto" port = "6000" Autobank = "100" Selector Timeout = "5000" maxThreads = "6" /> & Lt; Sender Classname = "org.apache.catalina.tribes.transport.ReplicationTransmitter" & gt; & Lt; Transportation classname = "org.apache.catalina.tribes.transport.nio.PooledParallelSender" timeout = "30000" /> & Lt; / Sender & gt; & Lt; Interceptor classname = "org.apache.catalina.tribes.group.interceptors.TcpFailureDetector" /> & Lt; Interceptor Classname = "org.apache.catalina.trics.group.interceptors.MessageDispatch15 Interceptor" /> & Lt ;! - & lt; Interceptor classname = "org.apache.catalina.trics.group.interceptors.ThroughputInterceptor" /> - & gt; & Lt; / Channel & gt; & Lt ;! - & lt; Valve classname = "org.apache.catalina.ha.tcp.ReplicationValve" filter = ". * .gif;. * .js; * * .jpg; * * .png;. * .htm;. * \ .html;. * \. Css;. * \ .txt; "/> - & gt; & Lt; Valve classname = "org.apache.catalina.ha.tcp.ReplicationValve" filter = ". * .. gif;. * .. js;. * .jpg;. * \ .png; * * .htm; *. \ Html; ... * \ css; *. \ Txt ;. "/ & gt; & Lt; Valve classname = "org.apache.catalina.ha.session.JvmRouteBinderValve" /> & Lt; Cluster Listener Classname = "org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener" /> & Lt; Cluster Listener Classname = "org.apache.catalina.ha.session.ClusterSessionListener" /> & Lt; / Cluster & gt;   

Please tell if I'm running some configuration for any suggestions, thanks in advance Bibhu

The tribe group's address does not look good: address = "111.222.222" port = "64222" is neither a valid IPv4 nor a valid port (> 64k). Use something like this; What you can find in:

  address = "228.0.0.4" port = "45564"    

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -