Re: strange error

Поиск
Список
Период
Сортировка
От # sriram #
Тема Re: strange error
Дата
Msg-id Pine.SOL.3.95.1020222090833.25768A-100000@imsc5
обсуждение исходный текст
Ответ на strange error  (# sriram # <sriram@imsc.ernet.in>)
Ответы Re: strange error  ("Nick Fankhauser" <nickf@ontko.com>)
Список pgsql-jdbc
i am using j2sdk1.3.1 and downloaded postgresql.jar from the specified site which said drivers for jdk1.2+

when i did check the logs i found one of the lines going "pg_recvbuf : client closed connection"

FYI when i try a stmt.executeUpdate on an insert to table it works and then i get this whole dump of errors...

am pretty new to this post and i believe there is no such error in the archives also..

F1 F1 F1



On Fri, 22 Feb 2002, Joe Shevland wrote:

!Sounds like the JVM you are using is pre-JDBC 2.0... are you using a 1.1.8
!version of the JRE/JDK?
!
!Upgrading to {1.2.x|1.3.x|1.4.0) should fix this problem. Alternatively,
!download the PostgreSQL JAR driver for 1.1.x should work also.
!
!Cheers,
!Joe
!
!>     I am running a small jdbc program and i get an error like this...
!>
!>
!> [sriram@nmlinux2 sriram]$ java jdbc
!> Internal error: caught an unexpected exception.
!> Please check your CLASSPATH and your installation.
!> java/lang/NoSuchMethodError:
!java/sql/Statement.getResultSetConcurrency()I
!

-----------------
rm -rf /bin/laden
-----------------


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Paulo Delgado
Дата:
Сообщение: Re: "Connection refused"
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] JDBC Connection startup cleaned up