PG6.5 + JDBC + Linux + Kaffe

From: Daniele Orlandi <daniele(at)orlandi(dot)com>
To: pgsql-interfaces(at)hub(dot)org
Subject: PG6.5 + JDBC + Linux + Kaffe
Date: 1999-06-17 23:50:58
Message-ID: 376989E2.2CA15416@orlandi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


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(at)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(at)etabeta idsj]# javac -version
Pizza v0.39g, 15-August-98, Copyright (c) 1996-98 Martin Odersky.

[root(at)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.com
Via Mezzera 29/A - 20030 - Seveso (MI) - Italy
-------------------------------------------------------------------------------

Browse pgsql-interfaces by date

  From Date Subject
Next Message Philippe Le Naour 1999-06-18 09:17:38 Authentication failure with pgaccess
Previous Message Steven Bradley 1999-06-17 22:57:49 parse bind execute