Doubt db.name gets involved - that should only change the SQL that is executed.
I suspect that the db.url and db.driver may be inconsistent (ie. the url is for Oracle and the driver is for Postgres, or vice versa). G On Wed, 2007-05-30 at 14:29 +0100, James Rutherford wrote: > Quick sanity-check: did you remember to set db.name = oracle in > dspace.cfg? > > Jim > > On Wed, May 30, 2007 at 09:24:46AM -0400, 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(Driv > > erManagerConnectionFactory.java:48) > > [java] at > > org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnect > > ionFactory.java:290) > > [java] at > > org.apache.commons.pool.impl.GenericObjectPool.borrowObject(GenericObjectPoo > > l.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 e-mail is confidential and should not be used by anyone who is not the original intended recipient. BioMed Central Limited does not accept liability for any statements made which are clearly the sender's own and not expressly made on behalf of BioMed Central Limited. No contracts may be concluded on behalf of BioMed Central Limited by means of e-mail communication. BioMed Central Limited Registered in England and Wales with registered number 3680030 Registered Office Middlesex House, 34-42 Cleveland Street, London W1T 4LB ------------------------------------------------------------------------- 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

