Re: Fwd: Rocks 6.1.1 with JDBC connection - What should be wrong?

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Fwd: Rocks 6.1.1 with JDBC connection - What should be wrong?
Date: 2014-11-26 17:16:48
Message-ID: 54760B00.30101@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 11/25/2014 7:18 AM, Luciana Campos wrote:
> I am having trouble configuring JDBC4 with Rocks 6.1.1.
> It's possible to connect database with 'psql', but using the JDBC
> connection, I got this error:
>
> Exception in thread "main"
> java.lang.NoClassDefFoundError: org/postgresql/jdbc4/Jdbc4Connection
> .....
> postgresql-9.2-1004.jdbc41.jar

thats not the latest driver,
http://jdbc.postgresql.org/download/postgresql-9.3-1102.jdbc41.jar is.
ignore the 9.3 vs 9.2, they are the same thing. 1104 is the current
version.

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Maxim Boguk 2014-11-26 18:08:43 Re: BUG #12071: Stat collector went crasy (50MB/s constant writes)
Previous Message Andrew Dunstan 2014-11-26 17:03:16 Re: [HACKERS] BUG #12070: hstore extension: hstore_to_json_loose produces invalid JSON