Re: web-app not working after upgrade 7.4 to 8.1 - Mailing list pgsql-jdbc

From Wolfgang Rinnert
Subject Re: web-app not working after upgrade 7.4 to 8.1
Date
Msg-id 45746D02.40708@web.de
Whole thread Raw
In response to Re: web-app not working after upgrade 7.4 to 8.1  (João Paulo Ribeiro <jp@mobicomp.com>)
Responses Re: web-app not working after upgrade 7.4 to 8.1  (Paul Thomas <paul@tmsl.demon.co.uk>)
List pgsql-jdbc
Hello Joao,

João Paulo Ribeiro wrote:
> Its possible that your upgrade missed up the postgres configuration.
> Verifiy if the postgres is waiting for connections at port 5342.
> As root try:
> netstat -ntlp | grep 5432
>
Thanks for your tip.   I tried it - that is not the problem.

What I am going to do, is write a minimal web application that connects
to the database, and see if I can get to the core of the problem.
Since this is a hobby and I have to do it in the evening besides
professional work and family affairs, it will take me some time.

Thanks anyways.

Wolfgang
...

> JP
>
>
> Wolfgang Rinnert wrote:
>> Hello experts,
>>
>> I have recently upgraded my database from 7.4 to 8.1 and migrated all
>> data.
>>
>> In order to be able to use my web-app, I replaced the old jdbc.jar
>> with postgresql-8.1-407.jdbc3.jar in WEB-INF/lib/.
>>
>> Restarted Tomcat (4.1.31) - and later even redeployed the webapp.
>>
>> I keep getting no database connection - as if the postmaster were not
>> started.
>>
>>...
>> Any hint is apreciated.
>>


pgsql-jdbc by date:

Previous
From: Marc Herbert
Date:
Subject: Re: Backup with Java
Next
From: Brendon Bentley
Date:
Subject: Re: Use Driver to Create database?