From issues-return-1274-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Wed Jul 02 22:03:24 2008 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 57096 invoked from network); 2 Jul 2008 22:03:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2008 22:03:24 -0000 Received: (qmail 13621 invoked by uid 500); 2 Jul 2008 22:03:26 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 13603 invoked by uid 500); 2 Jul 2008 22:03:26 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 13592 invoked by uid 99); 2 Jul 2008 22:03:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 15:03:25 -0700 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 [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 22:02:34 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0341614A8041 for ; Wed, 2 Jul 2008 17:00:26 -0500 (CDT) Message-ID: <14992138.1215036026857.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Wed, 2 Jul 2008 17:00:26 -0500 (CDT) From: "Olivier Lamy (JIRA)" To: issues@continuum.apache.org Subject: [jira] Closed: (CONTINUUM-1799) Thread count for schedule is not configurable In-Reply-To: <22837411.1213378512415.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed CONTINUUM-1799. ----------------------------------- Resolution: Fixed As I see in the code the component org.apache.maven.continuum.scheduler.ContinuumScheduler is not used anymore. Only org.apache.maven.continuum.build.settings.SchedulesActivator is used. This means we have to add in application.xml in the webapp, a declaration of the default plexus-quartz component with the value : {code:xml} org.quartz.threadPool.threadCount 7 {code} 7 should be enough for Continuum. Fixed in rev 673519 > Thread count for schedule is not configurable > --------------------------------------------- > > Key: CONTINUUM-1799 > URL: http://jira.codehaus.org/browse/CONTINUUM-1799 > Project: Continuum > Issue Type: Bug > Affects Versions: 1.1 > Reporter: Paul Spencer > Assignee: Olivier Lamy > Fix For: 1.2 > > > Their are 15 Quartz worker threads in the default configuration, In environment swhere the number of threads per process is limited, for example HP-UX 11.x's default limit is 64, this may prevent the including of Continuum in an existing Servlet engine, i.e. Tomcat. It appears the number of thread was configurable in components.xml, but that changed around 16-may-2006[1]. > This issue is a result of the thread titled 'Getting "java.lang.OutOfMemoryError: unable to create new native thread"Link to this message" on the continuum user mailing list. > [1]http://svn.apache.org/viewvc/continuum/trunk/continuum-core/src/main/resources/META-INF/plexus/components.xml?r1=344177&r2=406895&diff_format=h -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira