From: | # sriram # <sriram(at)imsc(dot)ernet(dot)in> |
---|---|
To: | Joe Shevland <jshevland(at)j-elite(dot)com> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: strange error |
Date: | 2002-02-22 03:42:36 |
Message-ID: | Pine.SOL.3.95.1020222090833.25768A-100000@imsc5 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)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
-----------------
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-02-22 04:02:08 | Re: [PATCHES] JDBC Connection startup cleaned up |
Previous Message | Paulo Delgado | 2002-02-22 03:31:25 | Re: "Connection refused" |