Re: Problem with 7.4 driver

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Re: Problem with 7.4 driver
Дата
Msg-id 3FC393BF.5070706@selectacast.net
обсуждение исходный текст
Ответ на Problem with 7.4 driver  (Joseph Shraibman <jks@selectacast.net>)
Список pgsql-jdbc
Never mind, stupid classpath error.

Joseph Shraibman wrote:
> I just upgraded to 7.4 and I'm getting this when I try to use the jdbc
> driver:
>
>
> Exception in thread "main" java.lang.NoSuchMethodError:
> org.postgresql.core.StartupPacket.writeTo(Lorg/postgresql/core/PGStream;)V
>         at
> org.postgresql.jdbc1.AbstractJdbc1Connection.openConnectionV2(AbstractJdbc1Connection.java:585)
>
>         at
> org.postgresql.jdbc1.AbstractJdbc1Connection.openConnection(AbstractJdbc1Connection.java:215)
>
>         at org.postgresql.Driver.connect(Driver.java:122)
>         at java.sql.DriverManager.getConnection(DriverManager.java:512)
>         at java.sql.DriverManager.getConnection(DriverManager.java:171)
>
> But I checked and that method does indeed exist.  I built the driver
> twice.  Any idea what the problem is?
>
> The line that throws the Error is:
>
>             new StartupPacket(PGProtocolVersionMajor,
>                               PGProtocolVersionMinor,
>                               PG_USER,
>                               database).writeTo(pgStream);
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings



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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: First build of PostGIS module of GeoTools2. Need to
Следующее
От: siddiqui@mail.utexas.edu
Дата:
Сообщение: How to execute stored procedures in pgAdmin?