Re: JDBC connectivity issue

From: chris <chrisk(at)pgsqlrocket(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: JDBC connectivity issue
Date: 2018-03-21 20:16:02
Message-ID: 0a6d610b-71bd-1d46-0a34-bfb98ffd8b01@pgsqlrocket.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I wasnt able to find what version we had installed so we went ahead and
reinstalled it.

we downloaded the current version JDBC 4.1 Driver 42.2.1.jre7

We are still having the same problem.

Thanks

On 03/14/2018 03:27 PM, Adrian Klaver wrote:
> On 03/14/2018 01:47 PM, chris wrote:
>> Oh sorry for getting the wrong information.
>
> At this point not sure whether it is wrong information or not.
>
>>
>> How would I get the information on what driver is currently installed?
>
> I am not a Java programmer, so I am not the best person to answer
> this. Still I would the think the place to start would be the
> connection code itself. Another way would be examining CLASSPATH:
>
> https://jdbc.postgresql.org/documentation/head/classpath.html
>
>>
>>
>> On 03/14/2018 09:44 AM, Adrian Klaver wrote:
>>> On 03/14/2018 07:51 AM, chris wrote:
>>>>
>>>> I believe its Postgresql-9.4.1208.jre7.jar
>>>
>>> Pretty sure solving this is going to require knowing exactly what
>>> driver is in use. The failover syntax looks to be fairly recent, so
>>> being off by a little on the driver version can make a big difference.
>>>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stuart McGraw 2018-03-21 20:30:28 Re: postgresql-10.3 on unbuntu-17.10 - how??
Previous Message Alessandro Aste 2018-03-21 19:44:57 Re: Postgresql 10.3 , query never completes if LIMIT clause is specified and paralle processing is on