RE: [INTERFACES] exception running example.basic

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'FloydS(at)4peakstech(dot)com'" <FloydS(at)4peakstech(dot)com>, pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: [INTERFACES] exception running example.basic
Date: 2000-02-22 07:31:12
Message-ID: 1B3D5E532D18D311861A00600865478C70C22D@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)4peakstech(dot)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)
at java.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

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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-02-22 07:48:10 RE: [INTERFACES] JDBC - Numeric & Decimal handling in 6.5.3?
Previous Message Peter Mount 2000-02-22 07:26:58 RE: [INTERFACES] JDBC: getUpdateCount always at least one?