...
[15:05:15 CDT(-0500)] <EricDalquist> there isn't much else to know other than the JDBC driver can't connect to the JDBC URL it was provided with
[15:05:32 CDT(-0500)] <EricDalquist> so either the DB is down, there is some sort of network issue or the JDBC URL is wrong
[15:06:19 CDT(-0500)] <Daskreech> hmm ok
[15:06:42 CDT(-0500)] <Daskreech> that was my diagnosis as well but I"ll plug away at it
[15:07:10 CDT(-0500)] <EricDalquist> good luck ... sorry there isn't more info there
[15:07:23 CDT(-0500)] <Daskreech> Yeah I think someone screwed around with the database
[15:07:25 CDT(-0500)] <EricDalquist> I'm assuming you're using psql from the same machine that you're trying to start uPortal on?
[15:07:32 CDT(-0500)] <Daskreech> Yes
[15:07:44 CDT(-0500)] <EricDalquist> yeah then my next guess would be network or jdbc url issues
[15:08:05 CDT(-0500)] <EricDalquist> often the native database clients deal with minor config changes better than a JDBC URL will
[15:08:20 CDT(-0500)] <EricDalquist> which is why testing with something like squirrel is better for verification
[15:08:33 CDT(-0500)] <Daskreech> and it's a localhost/database connection
[15:08:45 CDT(-0500)] <Daskreech> Alright thanks