Re: Do anyone know the cause of this exception? - Mailing list pgsql-jdbc

From vwu98034@lycos.com
Subject Re: Do anyone know the cause of this exception?
Date
Msg-id 9212505.807121290646974384.JavaMail.root@mail-zbox13.bo3.lycos.com
Whole thread Raw
In response to Do anyone know the cause of this exception?  (vwu98034@lycos.com)
List pgsql-jdbc
Never mind. The DB connection was down. After restarted my PC, the connection is up.

----- Original Message -----
From: vwu98034@lycos.com
To: pgsql-jdbc@postgresql.org
Sent: 2010年11月24日 星期三 下午03时59分01秒 GMT -08:00 US/Canada Pacific
Subject: [JDBC] Do anyone know the cause of this exception?

I have a stable development environment for a quite whole, I get the following exception suddenly. The database server
isup and I can see those processes. And the JDBC driver is in my Maven POM file. I can't figure out why the DB
connectioncan't be setup. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Caused by: org.postgresql.util.PSQLException: The connection attempt failed.
    at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:150)
    at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
    at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125)
    at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
    at org.postgresql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22)
    at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJdbc4Connection.java:30)
    at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.java:24)
    at org.postgresql.Driver.makeConnection(Driver.java:393)
    at org.postgresql.Driver.connect(Driver.java:267)
    at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
    at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
    at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247)
    at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221)
    ... 52 more
Caused by: java.io.EOFException
    at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:261)
    at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:269)
    at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:108)
    ... 64 more

--
Sent via pgsql-jdbc mailing list (pgsql-jdbc@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc

pgsql-jdbc by date:

Previous
From: vwu98034@lycos.com
Date:
Subject: Do anyone know the cause of this exception?
Next
From: Maciek Sakrejda
Date:
Subject: Re: JDBC and Binary protocol error, for some statements