Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 80682 invoked from network); 11 Mar 2008 20:06:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Mar 2008 20:06:54 -0000 Received: (qmail 64224 invoked by uid 500); 11 Mar 2008 20:06:50 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 64204 invoked by uid 500); 11 Mar 2008 20:06:50 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 64195 invoked by uid 99); 11 Mar 2008 20:06:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 13:06:50 -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: domain of snoopdave@gmail.com designates 216.239.58.185 as permitted sender) Received: from [216.239.58.185] (HELO gv-out-0910.google.com) (216.239.58.185) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 20:06:14 +0000 Received: by gv-out-0910.google.com with SMTP id y18so895979gvf.17 for ; Tue, 11 Mar 2008 13:06:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=A5PAyRIBGLVazd2vr/g3iUUZWKRX4nT3LFDi/av9ts4=; b=KcMgR8T0rUf4tz1V3soki4EIofK1MYEt3eE1eh5njE0ZUjgik+gJei7MsdXjNuhxz/CfoqMqjDcCWJHF+CFgnDdGKNHtYD2Fg0wbdttACi1O6toLb3eLQX+uRiJzfLeyKrSDNQwkK//SSMhHfe2g165fwEdpA51w9N5Y5js5rJ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NBoTobNcIykRSW03HudSGzYM2NhHKD2GP5sFRP7P47lHgaIH/2/E2YPYHdgRmCCY2CfJyTKUx87PrvUFigXiiywbStyUC6MvXh5iwo9zaGOedSMKGLYgANkVjwuGw9U4t80dcSOrzXE3rwX+OkNKFTocmGCQ56FY/bz7Uq6aXes= Received: by 10.150.92.11 with SMTP id p11mr3903054ybb.36.1205265981093; Tue, 11 Mar 2008 13:06:21 -0700 (PDT) Received: by 10.150.218.5 with HTTP; Tue, 11 Mar 2008 13:06:21 -0700 (PDT) Message-ID: <8fb9ac720803111306v6add3e61ic1c86a2199b7bc58@mail.gmail.com> Date: Tue, 11 Mar 2008 16:06:21 -0400 From: Dave To: user@roller.apache.org Subject: Re: Weblogger initialization failed In-Reply-To: <002401c883aa$e637ba70$9a0a12ac@rei81r020931> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8fb9ac720803111145g18eadf38wb27e79d178e160d5@mail.gmail.com> <002401c883aa$e637ba70$9a0a12ac@rei81r020931> X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Mar 11, 2008 at 3:05 PM, John Langan wrote: > Dave, > Apologies, I forgot to run ant build but the Oracle DB 'create table > website' script created on my system in > \roller\apps\weblogger\build\webapp\WEB-INF\classes\dbscripts\oracle when I > just ran it is still missing the 'creator' field. > > John. > > -----Original Message----- > From: Dave [mailto:snoopdave@gmail.com] > > Sent: Tuesday, March 11, 2008 2:45 PM > To: user@roller.apache.org > Subject: Re: Weblogger initialization failed > > > > On Tue, Mar 11, 2008 at 2:37 PM, John Langan wrote: > > Thanks for the help and now I've got a working copy. > > You were correct that the 'creator' field was missing from the 'website' > > table, but I didn't notice any errors when the Roller tables were > created. > > I think this is because they were created using the Oracle version of the > > scripts that came with the Roller 4 download on > > http://roller.apache.org/downloads.html. > > I checked the scripts and the 'creator' field is not included in the > 'create > > table website' script. I see it in mine in the trunk (i.e. 4.1-dev). I wonder what is going wrong. - Dave