Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 70105 invoked from network); 29 Jun 2006 15:36:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2006 15:36:57 -0000 Received: (qmail 71780 invoked by uid 500); 29 Jun 2006 15:36:56 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 71762 invoked by uid 500); 29 Jun 2006 15:36:56 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 71753 invoked by uid 99); 29 Jun 2006 15:36:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 08:36:56 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of james.strachan@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 08:36:55 -0700 Received: by ug-out-1314.google.com with SMTP id m3so419258uge for ; Thu, 29 Jun 2006 08:36:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F2lpN8XNRHqw3hmliIYTUgEfqo6mZ4bDc3vFX7sTMxUcZ4xQtbu7L1n9sTSCl3qHm1oPyFbE4y2wBqQbvGxZBrPcwpkCmUKWePREiq0HXqLKsKG3EyhfPQ2Nwtn1VcBmOBShB3PRPH2R31rrNH37Gv5kCUQBVwslEl+pdCF004E= Received: by 10.66.243.2 with SMTP id q2mr2023430ugh; Thu, 29 Jun 2006 08:36:33 -0700 (PDT) Received: by 10.66.224.1 with HTTP; Thu, 29 Jun 2006 08:36:32 -0700 (PDT) Message-ID: Date: Thu, 29 Jun 2006 16:36:32 +0100 From: "James Strachan" To: activemq-users@geronimo.apache.org Subject: Re: A Warning Every Minute ? In-Reply-To: <6FB083FB72EFD21181D30004AC4CA18A0AEA09EA@SRV002> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6FB083FB72EFD21181D30004AC4CA18A0AEA09EA@SRV002> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N No worries :) On 6/29/06, Charles Anthony wrote: > Oops : One of our a-little-less-than-savvy operations team had set up a > standard monitoring process that tried to connect to the broker (via telnet > or HTTP, I guess) every minute. > > Sorry for the noise, > > Charles. > > > > -----Original Message----- > From: Charles Anthony [mailto:charles.anthony@hpdsoftware.com] > Sent: 29 June 2006 16:08 > To: activemq-users@geronimo.apache.org > Subject: A Warning Every Minute ? > > > We have a plain old Broker, configured by the following URL. No persistency, > nothing else. > > tcp://localhost:61616. > > It's initialised in code, like this ; > > container = new BrokerService(); > container.setPersistent(false); > container.setUseJmx(true); > container.addConnector(url); > container.start(); > > We are getting a warning in the log every minute as below (Wrapped) > > Anyone have an idea what could be causing this ? Is there a minute based > heartbeat in ActiveMQ ? (the process running the broker is empty, other than > the broker itself - i.e. it's our simplified just-run-a-broker program) > > Cheers, > Charles. > > > 2006-Jun-29 15:58:15.751 aqualive [ActiveMQ Transport Server: > tcp://ultimaquame:61616] WARN > org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to > unregister mbean: > org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/ > /ultimaquame_61616,Connection=217 > 2006-Jun-29 15:59:17.220 aqualive [ActiveMQ Transport Server: > tcp://ultimaquame:61616] WARN > org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to > unregister mbean: > org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/ > /ultimaquame_61616,Connection=218 > 2006-Jun-29 16:00:17.516 aqualive [ActiveMQ Transport Server: > tcp://ultimaquame:61616] WARN > org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to > unregister mbean: > org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/ > /ultimaquame_61616,Connection=219 > 2006-Jun-29 16:01:21.641 aqualive [ActiveMQ Transport Server: > tcp://ultimaquame:61616] WARN > org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to > unregister mbean: > org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/ > /ultimaquame_61616,Connection=220 > 2006-Jun-29 16:02:22.297 aqualive [ActiveMQ Transport Server: > tcp://ultimaquame:61616] WARN > org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to > unregister mbean: > org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/ > /ultimaquame_61616,Connection=221 > 2006-Jun-29 16:03:25.640 aqualive [ActiveMQ Transport Server: > tcp://ultimaquame:61616] WARN > org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to > unregister mbean: > org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/ > /ultimaquame_61616,Connection=222 > 2006-Jun-29 16:04:26.952 aqualive [ActiveMQ Transport Server: > tcp://ultimaquame:61616] WARN > org.apache.activemq.broker.jmx.ManagedTransportConnection - Failed to > unregister mbean: > org.apache.activemq:BrokerName=localhost,Type=Connection,ConnectorName=tcp_/ > /ultimaquame_61616,Connection=223 > > > ___________________________________________________________ > HPD Software Ltd. - Helping Business Finance Business > Email terms and conditions: www.hpdsoftware.com/disclaimer > > > > > ___________________________________________________________ > HPD Software Ltd. - Helping Business Finance Business > Email terms and conditions: www.hpdsoftware.com/disclaimer > > > -- James ------- http://radio.weblogs.com/0112098/