Help With the JDBC driver

Поиск
Список
Период
Сортировка
От Marsh, Dan
Тема Help With the JDBC driver
Дата
Msg-id B3E6221B7B65D311AA70005004B1798008D660DB@spiritcruises.com
обсуждение исходный текст
Ответы Re: Help With the JDBC driver
Список pgsql-jdbc

Hello I am on a SCO UNIXWARE 7.1.1 box using java version 1.1.7b with the jdk being 1.2.  I am trying to connect to an Postgres database which is in my network.  I am using the pg73jdbc1.jar and have also tried to use the pg73jdbc2.jar to connect.  The following line of code works.

<<...OLE_Obj...>> Then I try to run the next line and I get an error.
<<...OLE_Obj...>>
The error is as follows
Something unusual has occured to cause the driver to fail. Please report this exception: Exception: java.lang.IllegalArgumentException: sun.io.CharToByteUTF-8

Stack Trace:

java.lang.IllegalArgumentException: sun.io.CharToByteUTF-8
        at sun.io.CharToByteConverter.getConverterClass(Compiled Code)
        at sun.io.CharToByteConverter.getConverter(Compiled Code)
        at java.lang.String.getBytes(Compiled Code)
        at org.postgresql.core.Encoding.isAvailable(Compiled Code)
        at org.postgresql.core.Encoding.encodingForDatabaseEncoding(Compiled Code)
        at org.postgresql.core.Encoding.getEncoding(Compiled Code)
        at org.postgresql.jdbc1.AbstractJdbc1Connection.openConnection(Compiled Code)
        at org.postgresql.Driver.connect(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at CfsOppFill.main(Compiled Code)
End of Stack Trace

        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.sql.SQLException.<init>(Compiled Code)
        at org.postgresql.util.PSQLException.<init>(Compiled Code)
        at org.postgresql.Driver.connect(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at java.sql.DriverManager.getConnection(Compiled Code)
        at CfsOppFill.main(Compiled Code)
Please help!

Thank You,
Dan P. Marsh
Database Administrator OCIAP, OCDBA
dmarsh@spiritcruises.com

If at first you don't succeed blame it on the computer!

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: Stored Procedure returns a ResultSet
Следующее
От: James Robinson
Дата:
Сообщение: Re: JBoss w/int8 primary keys in postgres ...