RE: [INTERFACES] PG6.5 + JDBC + Linux + Kaffe - Mailing list pgsql-interfaces

From Peter Mount
Subject RE: [INTERFACES] PG6.5 + JDBC + Linux + Kaffe
Date
Msg-id 1B3D5E532D18D311861A00600865478C9FA7@exchange1.nt.maidstone.gov.uk
Whole thread Raw
List pgsql-interfaces
Two things:

1) You shouldn't need to unzip the archive, but simply place the
postgresql.jar (or jdbc6.5.jar) file in the classpath.

2) Your JVM (Kaffe) isn't returning a version string that it can handle,
so the driver doesn't know which version to load (JDBC1 or JDBC2). You
will need to run it something like this:
java -Djava.version=1.2 aucserver

orjava -Djava.version=1.1 aucserver

Hope that helps

Peter

-- 
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Daniele Orlandi [mailto:daniele@orlandi.com]
Sent: Friday, June 18, 1999 12:51 AM
To: pgsql-interfaces@hub.org
Subject: [INTERFACES] PG6.5 + JDBC + Linux + Kaffe



Hi,

I downloaded the 6.5 JDBC JAR for 1.1.x, unzipped with unzip, and run a
little
test application and this is the result:

[root@etabeta idsj]# java aucserver
java.lang.ArrayIndexOutOfBoundsException       at java.text.MessageFormat.format(MessageFormat.java:238)       at
java.text.MessageFormat.format(MessageFormat.java:230)      at
 
postgresql.util.PSQLException.translate(PSQLException.java:83)       at
postgresql.util.PSQLException.<init>(PSQLException.java:45)      at postgresql.Driver.connect(Driver.java:106)       at
java.sql.DriverManager.getConnection(DriverManager.java:61)      at
java.sql.DriverManager.getConnection(DriverManager.java:49)      at aucserver.main(aucserver.java:41)
 

I'm using kaffe on linux 2.2.9, Redhat 6.0:

[root@etabeta idsj]# javac -version
Pizza v0.39g, 15-August-98, Copyright (c) 1996-98 Martin Odersky.

[root@etabeta idsj]# java -version
Kaffe Virtual Machine
Copyright (c) 1996-1999
Transvirtual Technologies, Inc.  All rights reserved
Engine: Just-in-time   Version: 1.0b4   Java Version: 1.1

The test application does just:

Class.forName("postgresql.Driver");
Connection db=DriverManager.getConnection("jdbc:postgresql://xtnet",
"xxxxx","xxxx");

Any hint ?

Thanks in advance.

-- Daniele

------------------------------------------------------------------------
-------Daniele Orlandi - Utility Line Italia - http://www.orlandi.comVia Mezzera 29/A - 20030 - Seveso (MI) - Italy
------------------------------------------------------------------------
-------


pgsql-interfaces by date:

Previous
From: Peter Mount
Date:
Subject: RE: [INTERFACES] NullPointerException in blobtest (JDBC)
Next
From: jews@imada.sdu.dk
Date:
Subject: BLOBs and JDBC in PostgreSQL-6.5