Error message

From: "Nikola Milutinovic" <Nikola(dot)Milutinovic(at)ev(dot)co(dot)yu>
To: "PostgreSQL JDBC" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Error message
Date: 2001-12-26 12:50:15
Message-ID: 001b01c18e0b$dedfd500$0a3ea8c0@ev.co.yu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Justin Clift 2001-12-26 14:40:52 Re: Remember to register PostgreSQL for JDJ 2002 awards (fwd)
Previous Message Nick Fankhauser 2001-12-26 11:25:17 Re: Error message