From user-return-4854-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Thu Sep 28 12:07:06 2006 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 31496 invoked from network); 28 Sep 2006 12:07:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2006 12:07:05 -0000 Received: (qmail 10983 invoked by uid 500); 28 Sep 2006 12:07:04 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 10372 invoked by uid 500); 28 Sep 2006 12:07:03 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 10360 invoked by uid 99); 28 Sep 2006 12:07:03 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2006 05:07:03 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=ammulder@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.182.191] ([64.233.182.191:28760] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 52/B0-05478-0CABB154 for ; Thu, 28 Sep 2006 05:06:27 -0700 Received: by nf-out-0910.google.com with SMTP id n29so724285nfc for ; Thu, 28 Sep 2006 05:05:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=VLZ0l9RvQJscpOrNaWX86Ork5o13I3LMLKdRxlsDUds1jWPxTLLTEtJ3hhHL1ESlmMTChvxn0vyUgLphS/fWDKQNZmm4xog0zywkyD34Eqz9V21jxsm9rqe+csPFGd5qM1efknfkYEMxjlvCSHimr1Z8pL0nndpamVwd2JpyKU0= Received: by 10.82.124.10 with SMTP id w10mr31475buc; Thu, 28 Sep 2006 05:05:47 -0700 (PDT) Received: by 10.82.118.16 with HTTP; Thu, 28 Sep 2006 05:05:47 -0700 (PDT) Message-ID: <74e15baa0609280505p19af9391j2d2feb6ef9022865@mail.gmail.com> Date: Thu, 28 Sep 2006 08:05:47 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: Config problem with QuartzScheduler In-Reply-To: <451BB8EB.7030409@pmb.mine.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <451A4278.5000301@pmb.mine.nu> <74e15baa0609270428x7b7d60d7i1ec7bf3b383f4b68@mail.gmail.com> <451BB8EB.7030409@pmb.mine.nu> X-Google-Sender-Auth: 36cddbacc20125c8 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/28/06, Peter Petersson wrote: > Yes I could try it out on my devel maskin and if it helps I will > probably upgrade the server maskin(s). > But before I try that, as I can correct the problem by editing the > config.xml is there a way to make the > config stay correct ? If I remember the bug correctly, you may be able to work around the problem by providing the groupId, artifactId, and version elements in addition to the name element. Those should hold the group, artifact, and version of the module that holds the thing you're referencing -- in this case, the module that holds the thread pool (which I think is in geronimo/rmi-naming/1.1/car). If that doesn't work, you may just have to upgrade. Thanks, Aaron > Aaron Mulder skrev: > > There was a bug fixed in Geronimo 1.1.1 that definitely seems related > > -- but I wasn't aware that it struck if you just ran the server with a > > plugin like that. Anyway, is it an option for you to upgrade to > > 1.1.1? > > > > Thanks, > > Aaron > > > > On 9/27/06, Peter Petersson wrote: > >> Hi all! > >> > >> I use Geronimo 1.1 and have installed the QuartzScheduler and > >> QuartzDeployer pluggins and it works fine until i restart the server. > >> The Geronimo server fails to start due to a configuration error for > >> QuartzScheduler in ${GERONIMO_HOME}/var/config/config.xml > >> I have found the problem to be the marked line below > >> > >> > >> > >> >> name="quartzProperties">org.quartz.threadPool.class=org.gplugins.quartz.QuartzThreadPool > >> > >> > >> org.quartz.scheduler.jobFactory.class=org.gplugins.quartz.QuartzJobFactory > >> > >> > >> <<<<<<<<<<<<<<<<========================== > >> > >> > >> > >> > >> When I "correct" it and starts the server with > >> > >> > >> > >> >> name="quartzProperties">org.quartz.threadPool.class=org.gplugins.quartz.QuartzThreadPool > >> > >> > >> org.quartz.scheduler.jobFactory.class=org.gplugins.quartz.QuartzJobFactory > >> > >> > >> > >> DefaultThreadPool > >> > >> > >> > >> > >> > >> It works fine until the next time I stop and start the server as the > >> config.xml file is regenerated with the error. > >> > >> What can I do to fix the problem (permanently)? > >> > >> Cheers > >> Peter > >> >