I had a similar problem. The fix for me was to format the db.url like this:
db.url = jdbc:oracle:thin:@//host:port/dspace as opposed to the Install doc which lists: db.url = jdbc.oracle.thin:@//host:port/dspace -Greg Stéphane Collin wrote: > Hi, > > I'm currently trying to install the Dspace 1.4.2 with oracle support > on a Red Hat machine. > My Oracle Server is on another machine. > > I've been trying several times to use the Installation method provided > with the source, And even thoug the ojdbc14.jar is in place, I'm > constantly getting the following error in the setup_database part of > the fresh install_process > > > setup_database: > [java] 2007-05-30 09:03:14,928 INFO > org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database > [java] 2007-05-30 09:03:15,037 INFO > org.dspace.core.ConfigurationManager @ DSpace logging installed using > log4j.properties > [java] 2007-05-30 09:03:15,125 FATAL > org.dspace.storage.rdbms.InitializeDatabase @ Caught exception: > [java] java.sql.SQLException: No suitable driver > [java] at > java.sql.DriverManager.getConnection(DriverManager.java:545) > [java] at > java.sql.DriverManager.getConnection(DriverManager.java:171) > [java] at > org.apache.commons.dbcp.DriverManagerConnectionFactory.createConnection(DriverManagerConnectionFactory.java:48) > [java] at > org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:290) > [java] at > org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:840) > [java] at > org.apache.commons.dbcp.PoolingDriver.connect(PoolingDriver.java:175) > [java] at > java.sql.DriverManager.getConnection(DriverManager.java:525) > [java] at > java.sql.DriverManager.getConnection(DriverManager.java:193) > [java] at > org.dspace.storage.rdbms.DatabaseManager.getConnection(DatabaseManager.java:717) > [java] at > org.dspace.storage.rdbms.DatabaseManager.loadSql(DatabaseManager.java:1062) > [java] at > org.dspace.storage.rdbms.InitializeDatabase.main(InitializeDatabase.java:71) > > > Anyone have an idea? > > > > Stéphane Collin > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

