Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 99950 invoked from network); 22 May 2005 16:29:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 May 2005 16:29:14 -0000 Received: (qmail 21965 invoked by uid 500); 22 May 2005 16:28:54 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 21941 invoked by uid 500); 22 May 2005 16:28:54 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 21925 invoked by uid 99); 22 May 2005 16:28:54 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of newreaders@gmail.com designates 64.233.184.199 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.199) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 22 May 2005 09:28:52 -0700 Received: by wproxy.gmail.com with SMTP id 71so1679831wri for ; Sun, 22 May 2005 09:28:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MLLVk+hCs6oqkR1fxZxQdYJJbufTsT7M/l2b6oGwx+56qfCfxjukKhTQ87+rzOZY60T05xnVzH9Hagu+JDKvuDTuoRzj0jhZHPVxyBoojZyyfDfQzRB4qm0Eq0sN+AyWDjqtCdRRPpiN/cIwMslXdLNjBevkTvn7St1kXY5o5ug= Received: by 10.54.107.4 with SMTP id f4mr2874897wrc; Sun, 22 May 2005 09:28:50 -0700 (PDT) Received: by 10.54.23.39 with HTTP; Sun, 22 May 2005 09:28:49 -0700 (PDT) Message-ID: <5f4a64610505220928240064d@mail.gmail.com> Date: Mon, 23 May 2005 02:28:49 +1000 From: Ben Reply-To: Ben To: Tomcat Users List Subject: Re: Clustering Tomcat In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N It was my firewall. The servers are working now, however I get these error messages when I stop and start one of the two Tomcat instances: May 21, 2005 5:09:20 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster se= nd SEVERE: Unable to send message through cluster sender. java.io.IOException: Sender not available. Make sure sender information is available to the ReplicationTransmitter. at org.apache.catalina.cluster.tcp.ReplicationTransmitter.sendMessa= geData(ReplicationTransmitter.java:641) at org.apache.catalina.cluster.tcp.ReplicationTransmitter.sendMessa= ge(ReplicationTransmitter.java:331) at org.apache.catalina.cluster.tcp.SimpleTcpCluster.send(SimpleTcpC= luster.java:463) at org.apache.catalina.cluster.session.DeltaManager.messageReceived= (DeltaManager.java:860) at org.apache.catalina.cluster.session.DeltaManager.messageDataRece= ived(DeltaManager.java:724) at org.apache.catalina.cluster.tcp.SimpleTcpCluster.messageDataRece= ived(SimpleTcpCluster.java:658) at org.apache.catalina.cluster.io.ObjectReader.execute(ObjectReader= .java:103) at org.apache.catalina.cluster.tcp.TcpReplicationThread.drainChanne= l(TcpReplicationThread.java:129) at org.apache.catalina.cluster.tcp.TcpReplicationThread.run(TcpRepl= icationThread.java:67) May 21, 2005 5:09:24 PM org.apache.catalina.cluster.tcp.DataSender Thanks Ben On 5/22/05, Dale, Matt wrote: >=20 > It looks like your machine is unable to send a multicast message. It will= be an operating system configuration. >=20 > Ta > Matt >=20 > -----Original Message----- > From: Ben [mailto:newreaders@gmail.com] > Sent: 21 May 2005 02:11 > To: Tomcat > Subject: Clustering Tomcat >=20 >=20 > Hi >=20 > I'm trying to configure clustering of 2 Tomcat servers on a single > CentOS 4 machine. When I start the first Tomcat, I get error messages > like this in the catalina.out log file: >=20 > org.apache.catalina.cluster.mcast.McastServiceImpl$SenderThread run > WARNING: Unable to send mcast message. > java.net.SocketException: Operation not permitted > at jrockit.net.SocketNativeIO.send(Ljava.io.FileDescriptor;[BIILj= ava.net.InetAddress;II)I(Unknown > Source) > at java.net.PlainDatagramSocketImpl.send(Ljava.net.DatagramPacket= ;[BI)V(Unknown > Source) > at java.net.PlainDatagramSocketImpl.send(Ljava.net.DatagramPacket= ;)V(Unknown > Source) > at java.net.DatagramSocket.send(DatagramSocket.java:612) > at org.apache.catalina.cluster.mcast.McastServiceImpl.send(McastS= erviceImpl.java:228) > at org.apache.catalina.cluster.mcast.McastServiceImpl$SenderThrea= d.run(McastServiceImpl.java:264) >=20 >=20 > I am using JRockit 5.0_02 and Tomcat 5.5.9. >=20 > Where can I find more information about this error? >=20 > Thanks, > Ben >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org