Re: Do anyone know the cause of this exception?

Поиск
Список
Период
Сортировка
От vwu98034@lycos.com
Тема Re: Do anyone know the cause of this exception?
Дата
Msg-id 9212505.807121290646974384.JavaMail.root@mail-zbox13.bo3.lycos.com
обсуждение исходный текст
Ответ на Do anyone know the cause of this exception?  (vwu98034@lycos.com)
Список 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 по дате отправления:

Предыдущее
От: vwu98034@lycos.com
Дата:
Сообщение: Do anyone know the cause of this exception?
Следующее
От: Maciek Sakrejda
Дата:
Сообщение: Re: JDBC and Binary protocol error, for some statements