Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 9549 invoked from network); 12 Oct 2005 18:35:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2005 18:35:55 -0000 Received: (qmail 83875 invoked by uid 500); 12 Oct 2005 18:35:50 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 83792 invoked by uid 500); 12 Oct 2005 18:35:49 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 83739 invoked by uid 99); 12 Oct 2005 18:35:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 11:35:49 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ralph.goers@dslextreme.com designates 66.51.199.81 as permitted sender) Received: from [66.51.199.81] (HELO mail5.dslextreme.com) (66.51.199.81) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 12 Oct 2005 11:35:49 -0700 Received: (qmail 2657 invoked from network); 12 Oct 2005 18:35:21 -0000 Received: from unknown (HELO belagio) (66.51.196.164) by mail5.dslextreme.com with SMTP; Wed, 12 Oct 2005 11:35:21 -0700 Message-ID: <434D576D.30609@dslextreme.com> Date: Wed, 12 Oct 2005 11:35:25 -0700 From: Ralph Goers Reply-To: rgoers@apache.org User-Agent: Mozilla Thunderbird 1.0.6-1.4.1 (X11/20050719) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Portal won't start in trunk References: <434D5078.5010902@dslextreme.com> <434D543A.3080101@apache.org> In-Reply-To: <434D543A.3080101@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Carsten Ziegeler wrote: >Ralph Goers schrieb: > > >>I'm getting an error saying that the ojb ConnectionFactoryImpl is not >>initialized. Is there some configuration missing? >> >> >> >This is because of the lazy initialising. Actually I don't know whats >wrong. Either the hsqldb is not started properly or OJB is not setup >correctly. I didn't succeed in finding the problem! > >As a workaround you can turn off lazy loading using the property: >-Dorg.apache.cocoon.core.LazyMode=false > >Carsten > > > Thanks. That sucks but it works. Ralph