From: | Nuno Zimas <nzimas(at)gmail(dot)com> |
---|---|
To: | Dave Cramer <pg(at)fastcrypt(dot)com> |
Cc: | John R Pierce <pierce(at)hogranch(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: user can't access own database after creation |
Date: | 2015-12-02 21:23:03 |
Message-ID: | A6D81AD7-77C6-4804-B9EC-9EA953D342B2@gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
I got the error posted earlier.
Still complaining that there’s no suitable driver.
root(at)aida2next /u/2next# java -cp /usr/2next/libs/jdbc/postgresql-9.4-1201.jdbc4.jar:./ TestUrl
Exception in thread "main" java.sql.SQLException: No suitable driver found for jdbc:postgresql://10.10.10.100
at java.sql.DriverManager.getConnection(DriverManager.java:689)
at java.sql.DriverManager.getConnection(DriverManager.java:247)
at TestUrl.main(TestUrl.java:10)
--
Nuno Zimas
Systems Administrator & Web Developer
T: +44 20 3289 1162
T: +351 244 204 857
> On 2 Dec 2015, at 21:20, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:
>
> if you were able to run that program and you did not get errors then it connected and worked
>
>
> Dave Cramer
>
> davec(at)postgresintl(dot)com <mailto:davec(at)postgresintl(dot)com>
> www.postgresintl.com <http://www.postgresintl.com/>
> On 2 December 2015 at 16:20, Nuno Zimas <nzimas(at)gmail(dot)com <mailto:nzimas(at)gmail(dot)com>> wrote:
> Should I look for them on the pgsql logs or?…
> pgsql remained silent
>
> --
> Nuno Zimas
> Systems Administrator & Web Developer
>
> T: +44 20 3289 1162 <tel:%2B44%2020%203289%201162>
> T: +351 244 204 857 <tel:%2B351%20244%20204%20857>
>> On 2 Dec 2015, at 20:39, Dave Cramer <pg(at)fastcrypt(dot)com <mailto:pg(at)fastcrypt(dot)com>> wrote:
>>
>> java -cp postgresql.jar:./ TestUrl
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | John R Pierce | 2015-12-02 21:24:49 | Re: user can't access own database after creation |
Previous Message | Dave Cramer | 2015-12-02 21:20:57 | Re: user can't access own database after creation |