Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 19253 invoked from network); 5 Feb 2008 20:17:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2008 20:17:47 -0000 Received: (qmail 48622 invoked by uid 500); 5 Feb 2008 20:17:27 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 48604 invoked by uid 500); 5 Feb 2008 20:17:27 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 48590 invoked by uid 99); 5 Feb 2008 20:17:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 12:17:26 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [72.22.94.67] (HELO virtual.halosg.com) (72.22.94.67) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 20:16:57 +0000 Received: (qmail 2017 invoked from network); 5 Feb 2008 14:08:39 -0600 Received: from 63-227-55-166.hlrn.qwest.net (HELO ?192.168.0.32?) (63.227.55.166) by halosg.com with SMTP; 5 Feb 2008 14:08:39 -0600 Message-ID: <47A8C432.9060909@hanik.com> Date: Tue, 05 Feb 2008 13:16:50 -0700 From: Filip Hanik - Dev Lists User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Clustering problem with one box out of three References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org the broadcast happens on the 228.0.0.9 address. however, if you're boxes have multiple nics, the system will pick one to send out the info. you should be able to add an entry to your routing table to force it to send the 228.0.0.9 broadcasts over the nic you designate. Filip Randy Paries wrote: > Hello, > I have posted this problem before , but have made some headway but i > am still having problems. > I will try to describe this a briefly as possible but give enough info > needed to help > > Some basic info: > 3 Linux boxes > Tomcat 5.5.15 > jdk1.5.0_11 > > Box1 and Box2 are one public Class C > Box3 is on a seperate Class C > > all three are on the same lan. Each have two nic cards. All three are > connected via a GB network with 192.168.0.x ips > > It seems that only the boxes that are on the same class C can see each > other. Before last night Box2 and Box3 were on the same C class and > Box1 would get the message > > INFO: Manager []: skipping state transfer. No members active in cluster group. > > So last night i had to move Box2 to the same Class C as Box1 , so now > Box1 and Box2 are seeing each other and now Box3 is getting the > message > > INFO: Manager []: skipping state transfer. No members active in cluster group. > > All three Boxes have the following in the server.xml > > className="org.apache.catalina.cluster.mcast.McastService" > mcastAddr="228.0.0.9" > mcastPort="45564" > mcastFrequency="500" > mcastDropTime="3000"/> > > className="org.apache.catalina.cluster.tcp.ReplicationListener" > tcpListenAddress="192.168.0.159" > tcpListenPort="4001" > tcpSelectorTimeout="100" > tcpThreadCount="35"/> > > > So this is why i am confused. Does this not make the server broadcast > and listen on the 198??? > > what is more confusing is in the log files of one of the working boxes i see > INFO: Send stats from [192.168.0.159:4,001], Nr of bytes > sent=45,888,271 over 36,700 = 1,250 bytes/request, processing time 0 > msec, avg processing time 0 msec > > So i assume it is broadcasting on the 192.168 network. > > Also just for fun, i installed a UDP-ping and made sure i could > udp-ping everybody > > So i am at a complete loss. > > Any ideas? > > Sorry for such a long post > > Randy > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org