|
|||||||||||
|
Re: [JDBC] JDBC connection problem
From: Brian Tomaszewski <brianbanjo(at)gmail.com>
Date: Tue Feb 05 2008 - 16:21:50 EST
Thanks for the time and tips. Turned out to be a really stupid error - there was on old version of postres on the server that had taken port 5432, and my app was trying to connect to it (hence why the database wasn't being found), when it should have been connecting to the correct, newer instance of postres I found this out by doing this command as Tom recommended:
$ psql -h localhost -l
Is the server running on host "localhost" and accepting
TCP/IP connections on port 5433?
And noticing the 5433... A colleague of mine also noticed the multiple ports, and we now have things cleared up. Thanks again everyone for the replies/comments Brian On Feb 5, 2008 12:27 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > "Brian Tomaszewski" <brianbanjo@gmail.com> writes: This archive was generated by hypermail 2.1.8 : Wed Jun 18 2008 - 23:43:37 EDT |
||||||||||
|
|||||||||||