Error message - Mailing list pgsql-jdbc

From Nikola Milutinovic
Subject Error message
Date
Msg-id 001b01c18e0b$dedfd500$0a3ea8c0@ev.co.yu
Whole thread Raw
Responses Re: Error message
List pgsql-jdbc
Hi all.

I'm connecting from my JSP/Servlets to PostgreSQL. I keep getting this error message from postmaster:

pq_recvbuf: unexpected EOF on client connection

The JSP page does the following:

- get connection
- create statement
- execute query
...
- close ResultSet
- close Statement
- close Connection

I'm using pgsql-jdbc-7.1-1.2

Could this be from my explicit closing the JDBC objects?

Nix.

Attachment

pgsql-jdbc by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Building --with-java
Next
From: "Nick Fankhauser"
Date:
Subject: Re: Error message