Re: [JDBC] [BUGS] BUG #1026: org.apache.commons.dbcp.DbcpException:

2003-12-24 Thread Tammy Jones
I am building dspace from source, however ant test does not work.  I get the following error: $ ant test Buildfile: build.xml BUILD FAILED Target `test' does not exist in this project. I tried running the psql commands just like below and still only get SELECT as the response. Below is a s

Re: [JDBC] [BUGS] BUG #1026: org.apache.commons.dbcp.DbcpException:

2003-12-24 Thread Tammy Jones
I downloaded the jdbc driver jar which was used by postgres to compile up drivers. When I ran the queries in psql, I got the same SELECT response. Dave Cramer wrote: Tammy, Sorry, I wasn't clear, ant test is for the jdbc driver. Either way, if you can't get psql to return version then t

Re: [JDBC] [BUGS] BUG #1026: org.apache.commons.dbcp.DbcpException:

2003-12-24 Thread Dave Cramer
Tammy, Sorry, I wasn't clear, ant test is for the jdbc driver. Either way, if you can't get psql to return version then there are problems. Does psql work in interactive mode, can you select anything? Dave On Wed, 2003-12-24 at 11:59, Tammy Jones wrote: > I am building dspace from source, howe

Re: [JDBC] [BUGS] BUG #1026: org.apache.commons.dbcp.DbcpException:

2003-12-24 Thread Dave Cramer
Tammy, are you building the jar from source? if so can you try running ant test ? also see my comments below Dave On Wed, 2003-12-24 at 09:32, Tammy Jones wrote: > > Kris Jurka wrote: > > > PostgreSQL version: 7.3.4 > > > > > > Description:org.apache.commons.dbcp.DbcpException: The con

Re: [JDBC] [BUGS] BUG #1026: org.apache.commons.dbcp.DbcpException:

2003-12-24 Thread Tammy Jones
Kris Jurka wrote: PostgreSQL version: 7.3.4 Description:org.apache.commons.dbcp.DbcpException: The connection attempt failed because failed getting backend We are trying to install DSPACE with POSTGRES. When we run the ant fresh_install command we get the following error.