Problem with 7.4 driver

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Problem with 7.4 driver
Date: 2003-11-24 22:08:14
Message-ID: 3FC2814E.8020201@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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);

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Carlos Ho Shih Ning 2003-11-25 14:35:29 First build of PostGIS module of GeoTools2. Need to load geometry_columns table?
Previous Message Fabian Gerick 2003-11-23 13:26:36 Netbeans database explorer // no tables found