Re: Setting up DSPACE for Postgres access

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Setting up DSPACE for Postgres access
Дата
Msg-id 200310231539.57494.dev@archonet.com
обсуждение исходный текст
Ответ на Setting up DSPACE for Postgres access  (Ashwin Kutty <akutty@dal.ca>)
Ответы Re: Setting up DSPACE for Postgres access
Список pgsql-general
On Thursday 23 October 2003 14:20, Ashwin Kutty wrote:
>
> I am currently testing a product by the name of dspace
> (http://www.dspace.org) and require installing java since dspace is
> completely java based.  The problem is that during its installation it
> needs to talk to pgsql via jdbc and I am getting the error:
> Exception occurred:org.apache.commons.dbcp.DbcpException:
> java.sql.SQLException: Driver not found for URL:
> jdbc:postgresql://dspace.library.dal.ca:5432/dspace
> org.apache.commons.dbcp.DbcpException: java.sql.SQLException: Driver not
> found for URL: jdbc:postgresql://dspace.library.dal.ca:5432/dspace

It's complaining that it cannot find a driver. The obvious steps are:
 1. Check you have your JDBC driver installed and configured.
 2. Check you can connect using it.
 3. Check it is in the relevant PATH
How far along this process have you got?

If you've done all those, we'll have to figure out why it can't find the
driver.
--
  Richard Huxton
  Archonet Ltd

В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Timestamps in Views
Следующее
От: Ashwin Kutty
Дата:
Сообщение: Re: Setting up DSPACE for Postgres access