Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 80555 invoked from network); 8 Dec 2010 11:22:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 11:22:24 -0000 Received: (qmail 36802 invoked by uid 500); 8 Dec 2010 11:22:24 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 36527 invoked by uid 500); 8 Dec 2010 11:22:24 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 35734 invoked by uid 99); 8 Dec 2010 11:22:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 11:22:22 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 11:22:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB8BM17s015715 for ; Wed, 8 Dec 2010 11:22:01 GMT Message-ID: <1881796.14021291807321384.JavaMail.jira@thor> Date: Wed, 8 Dec 2010 06:22:01 -0500 (EST) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-2836) Unclosed threads in Jackrabbit MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Unclosed threads in Jackrabbit ------------------------------ Key: JCR-2836 URL: https://issues.apache.org/jira/browse/JCR-2836 Project: Jackrabbit Content Repository Issue Type: Bug Components: jackrabbit-core Reporter: Jukka Zitting Assignee: Jukka Zitting The Tomcat integration test added in JCR-2831 shows the following warnings about Jackrabbit threads that remain in place even after the repository has been closed: 08-Dec-2010 12:14:58 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [] appears to have started a thread named [Timer-1] but has failed to stop it. This is very likely to create a memory leak. 08-Dec-2010 12:14:58 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [] appears to have started a thread named [DynamicPooledExecutor] but has failed to stop it. This is very likely to create a memory leak. 08-Dec-2010 12:14:58 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [] appears to have started a thread named [Timer-2] but has failed to stop it. This is very likely to create a memory leak. It would be best to close all such background threads even if they are singleton daemon threads and thus unlikely to cause trouble when left unattended. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.