Hello 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 -------------------------------------------------------------- INFO 2007-11-12 20:06:48,079 RollerContext:initializeSecurityFeatures - Remember Me enabled: true INFO 2007-11-12 20:06:48,082 RollerContext:initializeSecurityFeatures - Password Encryption Algorithm set to 'SHA' INFO 2007-11-12 20:06:48,083 RollerContext:setupVelocity - Initializing Velocity ... INFO 2007-11-12 20:08:59,286 RequestMappingFilter:init - Request mapping filter initialized, 1 mappers configured. WARN 2007-11-12 20:09:00,064 Settings:getLocale - Settings: Could not parse struts.locale setting, substituting default VM locale 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... Any help gratefully received! Simon PS. I'll contribute to the OAS/OC4J instructions if I manage to get it working ;-) --------------------------------- Yahoo! Answers - Get better answers from someone who knows. Tryit now.
