Are there error messages in any other log files? OC4J should have it's
own log file(s) -- do you see any messages there?  Before Roller inits
it's logging system, it logs to a file called roller-startup.log,
which is usually created in the app server's startup directory.  There
may be some clues there as well.

- Dave


On Nov 12, 2007 4:00 PM, Simon Haslam <[EMAIL PROTECTED]> wrote:
> I'm new to Roller and am trying to install roller 4.0 RC9 on Oracle 
> Application Server 10.1.3.3.0 (i.e. OC4J) and Oracle database 10.2.0.3 on 
> OEL/RHEL R5 Linux.
>
> I'm using a straight JDBC connection for now - my roller-custom.properties 
> file is:
> installation.type=auto
> database.configurationType=jdbc
> database.jdbc.driverClass=oracle.jdbc.pool.OracleDataSource
> database.jdbc.connectionURL=jdbc:oracle:thin:@//localhost:1521/myservicename
> database.jdbc.username=roller
> database.jdbc.password=***
>
> In roller.log I'm getting:
> INFO  2007-11-12 20:06:45,654 DatabaseProvider:successMessage - SUCCESS: Got 
> parameters. Using configuration type JDBC_PROPERTIES
> INFO  2007-11-12 20:06:45,663 DatabaseProvider:successMessage - -- Using JDBC 
> driver class: oracle.jdbc.pool.OracleDataSource
> INFO  2007-11-12 20:06:45,749 DatabaseProvider:successMessage - -- Using JDBC 
> connection URL: jdbc:oracle:thin:@//localhost:1521/***
> INFO  2007-11-12 20:06:45,751 DatabaseProvider:successMessage - -- Using JDBC 
> username: roller
> INFO  2007-11-12 20:06:45,766 DatabaseProvider:successMessage - -- Using JDBC 
> password: [hidden]
> INFO  2007-11-12 20:06:45,781 DatabaseProvider:successMessage - SUCCESS: 
> loaded JDBC driver class [oracle.jdbc.pool.OracleDataSource]
> INFO  2007-11-12 20:06:48,073 RollerContext:contextInitialized -
> --------------------------------------------------------------
> Roller Weblogger startup INCOMPLETE, user interaction required
> --------------------------------------------------------------
>
> I can see that the tables haven't been created by the auto install which 
> presumably is a symptom of another problem. When I ran the 
> oracle/createdb.sql script manually as the roller user from sqlplus that 
> worked fine (I dropped the tables again afterwards). Whenever I do 
> http://myserver/roller/ I get a roller message box "Roller has encountered 
> and logged an unexpected exception." (i.e. from the container).
>
> I saw the change to add the "Roller Weblogger startup INCOMPLETE, user 
> interaction required" message, just not sure where I go from here...

Reply via email to