RE: [INTERFACES] exception running example.basic - Mailing list pgsql-interfaces

From Peter Mount
Subject RE: [INTERFACES] exception running example.basic
Date
Msg-id 1B3D5E532D18D311861A00600865478C70C22D@exchange1.nt.maidstone.gov.uk
Whole thread Raw
List pgsql-interfaces
edit the file: postgresql/errors.properties and replace (in this order):{1} with {0}{2} with {1}

That should fix it. That bug was fixed in the following release.

Peter

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



-----Original Message-----
From: Floyd Shackelford [mailto:FloydS@4peakstech.com]
Sent: Monday, February 21, 2000 3:58 PM
To: pgsql-interfaces
Subject: [INTERFACES] exception running example.basic




I have built the postgress jdbc interfaces. When I try to run the
example as
follows:

CLASSPATH=.:./postgresql.jar:$JDKTOP/lib/classes.zip

java -Djdbc.drivers=postgresql.Driver example.basic
jdbc:postgresql://localhost
/a_database a_userid a_password

I get the following error.

PostgreSQL basic test v6.3 rev 1

Connecting to Database URL = jdbc:postgresql://localhost/a_database
Unknown object of type:java.lang.ClassNotFoundException
Exception caught.
java.lang.IllegalArgumentException: Unknown argument
java.lang.IllegalArgumentException: Unknown argument       at java.text.MessageFormat.format(MessageFormat.java)
atjava.text.MessageFormat.format(MessageFormat.java)       at java.text.MessageFormat.format(MessageFormat.java)
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:91)      at
java.sql.DriverManager.getConnection(DriverManager.java:134)      at example.basic.<init>(basic.java:32)       at
example.basic.main(basic.java:171)

Regards,
Floyd Shackelford
4 Peaks Technology Group, Inc.
http://www.4peakstech.com/
office: +1.888.398.4405
fax: +1.916.404.7125


************


pgsql-interfaces by date:

Previous
From: Peter Mount
Date:
Subject: RE: [INTERFACES] JDBC: getUpdateCount always at least one?
Next
From: Peter Mount
Date:
Subject: RE: [INTERFACES] JDBC - Numeric & Decimal handling in 6.5.3?