Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 28022 invoked from network); 11 Mar 2008 18:45:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Mar 2008 18:45:42 -0000 Received: (qmail 98395 invoked by uid 500); 11 Mar 2008 18:45:38 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 98371 invoked by uid 500); 11 Mar 2008 18:45:37 -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 98362 invoked by uid 99); 11 Mar 2008 18:45:37 -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 11:45:37 -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.184 as permitted sender) Received: from [216.239.58.184] (HELO gv-out-0910.google.com) (216.239.58.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 18:45:01 +0000 Received: by gv-out-0910.google.com with SMTP id y18so871737gvf.17 for ; Tue, 11 Mar 2008 11:45:11 -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=NkSUX6c++XxMuSsX5xUJN2NbgDtWQlcEIpvtTYWRMJs=; b=Nbqiv4v4U+2bHEb7W2gjVDsH0EndDf1VRlYl+gZIeBjsCbNFk6AwO1n3l2+Cb1lqDZiewIAZQgNb7tltvJPRL6JpjyLBIXWLN5Pw3SMCHhwR8mLKi/n+69t4U1poib24U2VnIezuF1Ojn8ouJB0L0G4k3nMjCLKbqVJiPjNX/sA= 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=sBexPT2+WDsmrt10cYahfAPhzWqVW+r5Yn7iCcJuq26reb7xsch8h5LI+OhfQk+x8F424CT3Q9SwOAigGivj0JjdSTfb+ZP2qQ2g3l/gpbtbf5HdDyB/YG3KyT0poLah/HIkT2xlrKNfYmfg/sqD1CeVKoUFKsM8KRemb37M+YI= Received: by 10.151.38.12 with SMTP id q12mr3866188ybj.18.1205261109069; Tue, 11 Mar 2008 11:45:09 -0700 (PDT) Received: by 10.150.218.5 with HTTP; Tue, 11 Mar 2008 11:45:08 -0700 (PDT) Message-ID: <8fb9ac720803111145g18eadf38wb27e79d178e160d5@mail.gmail.com> Date: Tue, 11 Mar 2008 14:45:08 -0400 From: Dave To: user@roller.apache.org Subject: Re: Weblogger initialization failed In-Reply-To: <001f01c883a7$008c4930$9a0a12ac@rei81r020931> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8fb9ac720803101750w2ecc7849y410c8852e85d11c3@mail.gmail.com> <001f01c883a7$008c4930$9a0a12ac@rei81r020931> X-Virus-Checked: Checked by ClamAV on apache.org 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. > > There are no Oracle version scripts with the current download from the > roller/tag/roller_4.0 - final Roller 4.0 release in the repositry at > http://cwiki.apache.org/confluence/display/ROLLER/Roller+Source+Code The Oracle DB create script (and all others too) is generated by the build process. Run the build and check in build/webapp/WEB-INF/classes/dbscripts - Dave