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

From: "Phill Edwards" <philledwards(at)gmail(dot)com>
To: Chris <dmagick(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: JSP pages don't work with database after postgres downgrade
Date: 2006-03-07 08:58:00
Message-ID: c92a75980603070058g545700cep@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> > 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 mean that tomcat isn't even getting into the database?

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?

Regards,
Phill

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Poul Møller Hansen 2006-03-07 10:13:07 pg_dump error - filesystem full
Previous Message Phill Edwards 2006-03-07 07:20:28 Re: JSP pages don't work with database after postgres downgrade