On Fri, Mar 7, 2008 at 10:40 AM, John Langan <[EMAIL PROTECTED]> wrote:
> Version: Roller 4.0
> Application Server: Glassfish V2 (Sun Java System Application Server 9.1_01
> (build b09d-fcs))
> Database: Oracle 10g
> Java: Java 6 update 4
> OS: Windows XP
>
> I downloaded the Roller source this morning into a sub-directory named roller
> svn co https://svn.apache.org/repos/asf/roller/trunk roller
First of all, unless you're getting ready to help work on Roller 4.1
(which would be great) you should probably stick to the official
Apache Roller 4.0 release.
> org.apache.roller.weblogger.business.WebloggerImpl.initialize(WebloggerImpl.
> java:341)
> --- ROOT CAUSE ---
> <0.9.7-incubating nonfatal general error>
> org.apache.openjpa.persistence.PersistenceException: ORA-00904:
> "T1"."CREATOR": invalid identifier
> {prepstmnt 3814511 SELECT t0.id, t0.autoenabled, t0.conditioncode,
...
> t4.pagemodels, t4.showalllangs, t4.timeZone, t4.weblogdayid, t1.creator,
...
> t1.weblogdayid FROM pingtarget t0, website t1, weblogcategory t2,
> Any help on overcoming this problem would be appreciated.
Based on that, it appears that the 'creator' field is missing from the
'website' table.
Did you notice any errors when the Roller tables were created?
- Dave