Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 82163 invoked from network); 17 Jun 2009 14:58:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jun 2009 14:58:46 -0000 Received: (qmail 81053 invoked by uid 500); 17 Jun 2009 14:58:57 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 81001 invoked by uid 500); 17 Jun 2009 14:58:57 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 80991 invoked by uid 99); 17 Jun 2009 14:58:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 14:58:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jun 2009 14:58:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 63AC7234C053 for ; Wed, 17 Jun 2009 07:58:35 -0700 (PDT) Message-ID: <1975124653.1245250715407.JavaMail.jira@brutus> Date: Wed, 17 Jun 2009 07:58:35 -0700 (PDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-2169) Web Console spawns new threads for every refresh and never kills any In-Reply-To: <1269021903.1237475202827.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-2169. ----------------------------- Resolution: Fixed scope of spring mvc beans was incorrect, should have been scope="request". Updated config to match changed in activemq-web-console. The duplication (which is not good) is the result of the broker config and properties files needing to be installation aware. Hense a distribution needs a separate file. > Web Console spawns new threads for every refresh and never kills any > -------------------------------------------------------------------- > > Key: AMQ-2169 > URL: https://issues.apache.org/activemq/browse/AMQ-2169 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.2.0 > Environment: Red Hat x86_64, 2.6.9-55 kernel > Web console enabled (started in the same process as the broker) > Reporter: Erik Drolshammer > Assignee: Gary Tully > Fix For: 5.3.0 > > > How to reproduce: > * Use JMX to look at the threads. > * Open the web console gui and hit refresh. > For every refresh 1-2 new threads are spawned. These are never closed/killed and after a while the broker becomes unresponsive. (For us this happens after about 180-200 threads which corresponds to hitting refresh repeatedly for about one minute.) > The threads are named ActiveMQ Session ID:someId and is of type DedicatedTaskRunner. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.