Re: [GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-07 Thread Kenevel
Phill Edwards wrote: > I can see these errors in /usr/local/tomcat/logs/catalina.out: > >Unable to instantiate DB connection pool. >Technical error message: >java.lang.NullPointerException >A null connection was relinquished. > > Does that shed any more light on the matter? Err, ye

Re: [GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-07 Thread Phill Edwards
> > Check your postgresql logs firstly. > > Nothing's showing up in the logs. I can see that postgres has > successfully started in syslog when I restart it. I'm not getting > anything at all being written to /var/log/postgresql even though > debug_level = 4 in /var/lib/pgsql/data/postgresql.conf >

Re: [GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-06 Thread Phill Edwards
> Check your postgresql logs firstly. Nothing's showing up in the logs. I can see that postgres has successfully started in syslog when I restart it. I'm not getting anything at all being written to /var/log/postgresql even though debug_level = 4 in /var/lib/pgsql/data/postgresql.conf Does this m

Re: [GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-06 Thread Chris
Phill Edwards wrote: To help you, we would need to know a) if you can run a very simple jsp test to ensure that database connectivity is occuring (i.e. can you pull and display a record) and b) if you are using an cryptography (like MD5) in your password checks. The user logon screen is a sim

Re: [GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-06 Thread Phill Edwards
> To help you, we would need to know a) if you can run a very simple jsp > test to ensure that database connectivity is occuring (i.e. can you pull > and display a record) and b) if you are using an cryptography (like MD5) > in your password checks. The user logon screen is a simple jsp script -

Re: [GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-06 Thread Chris Travers
Phill Edwards wrote: I recently had to downgrade a version of postgres on a devleopment box from 7.3.2 to 7.2.2 to bring it in line with a production server. I reinstalled postgres, postgres-server and postgres-jdbc. Now when I try to run pages from a web application written in JSP using apache/

Re: [GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-06 Thread Tom Lane
"Phill Edwards" <[EMAIL PROTECTED]> writes: > I recently had to downgrade a version of postgres on a devleopment box > from 7.3.2 to 7.2.2 to bring it in line with a production server. If you are working for someone who is running 7.2.2 as a production server, my recommendation is to resign immedi

[GENERAL] JSP pages don't work with database after postgres downgrade

2006-03-06 Thread Phill Edwards
I recently had to downgrade a version of postgres on a devleopment box from 7.3.2 to 7.2.2 to bring it in line with a production server. I reinstalled postgres, postgres-server and postgres-jdbc. Now when I try to run pages from a web application written in JSP using apache/tomcat they don't work.