Re: [Dspace-tech] DSpace/PostgreSQL error

2008-03-24 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
list! Thanks again, Sue -Original Message- From: George Kozak [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 4:55 PM To: Christian Voelker; Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] Subject: Re: [Dspace-tech] DSpace/PostgreSQL error Christian: You're e-mail

[Dspace-tech] DSpace/PostgreSQL error

2008-03-19 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
We are trying to bring up a new machine with Dspace 1.4.2 and PostgreSQL 8.2 (Solaris 10). It looks like DSpace is configured correctly (the web page will come up, but it gets an Internal Error). We can query the database at the command line level, but cannot get to the database in PGAdminIII.

Re: [Dspace-tech] DSpace/PostgreSQL error

2008-03-19 Thread Christian Voelker
Hello, Am 19.03.2008 um 17:35 schrieb Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]: We are trying to bring up a new machine with Dspace 1.4.2 and PostgreSQL 8.2 (Solaris 10). It looks like DSpace is configured correctly (the web page will come up, but it gets an Internal

Re: [Dspace-tech] DSpace/PostgreSQL error

2008-03-19 Thread Reuben Pasquini
FYI - the postgres JDBC driver connects to the database via TCP/IP. You can test that your client machine can access the database over TCP/IP with psql: % psql --host hostname --port port -U whatever Good luck! Reuben Christian Voelker [EMAIL PROTECTED] 3/19/2008 3:33 PM Hello, Am