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
> > 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
>
> 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
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
> 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 -
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/
"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
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.