Re: remote connection with JDBC - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: remote connection with JDBC
Date
Msg-id Pine.BSO.4.56.0411211524320.24919@leary.csoft.net
Whole thread Raw
In response to remote connection with JDBC  (Tony Smith <quickome@yahoo.com>)
Responses Re: remote connection with JDBC
List pgsql-jdbc

On Sun, 21 Nov 2004, Tony Smith wrote:

> java.io.EOFException
> at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:244)
> at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:222)

You should check in your server log file to see if it has anything
interesting to say about this failure.  What authentication method are you
using (md5/crypt/password/...)?  The driver shouldn't be bailing out with
an error like that, but it is unclear where the actual problem is.  The
stacktrace line numbers don't match up with the current source, so it
would be helpful if you downloaded the lastest version of the driver.

http://jdbc.postgresql.org/download.html#jars

Kris Jurka

pgsql-jdbc by date:

Previous
From: Tony Smith
Date:
Subject: remote connection with JDBC
Next
From: Tony Smith
Date:
Subject: Re: remote connection with JDBC