Re: user can't access own database after creation - Mailing list pgsql-jdbc

From Nuno Zimas
Subject Re: user can't access own database after creation
Date
Msg-id DEEBA6E2-8324-44CF-8D8C-BD9411B8E6F4@gmail.com
Whole thread Raw
In response to Re: user can't access own database after creation  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: user can't access own database after creation  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Hmmm, says no suitable driver found. Strange.
If the application I’m trying to deploy couldn’t see the JDBC driver, how would to even communicate with the pgsql backend? I mean, users can log in and create databases, but they can’t access them.
I’m puzzled.

root@aida2next /u/2next# java -cp postgresql.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 20:39, Dave Cramer <pg@fastcrypt.com> wrote:

java -cp postgresql.jar:./ TestUrl

pgsql-jdbc by date:

Previous
From: Nuno Zimas
Date:
Subject: Re: user can't access own database after creation
Next
From: Dave Cramer
Date:
Subject: Re: user can't access own database after creation