Using Postgres from WSAD

Started by Stonebrook, Jeffabout 22 years ago3 messagesgeneral
Jump to latest
#1Stonebrook, Jeff
jstonebrook@vocollect.com

Has anyone had success loading the Postgres JDBC drivers into WSAD ?

Whenever I attempt a connection I receive the following error:

Jeffrey Stonebrook

Attachments:

image001.jpgimage/jpeg; name=image001.jpgDownload
#2Joshua D. Drake
jd@commandprompt.com
In reply to: Stonebrook, Jeff (#1)
Re: Using Postgres from WSAD

Hello,

I am not personally a java fiend but it looks like you are trying to use
the PostgreSQL JDBC driver with SSL. I am unsure if that is possible
with the community version. At least it didn't used to be.

Sincerely,

Joshua D. Drake

Stonebrook, Jeff wrote:

-->

Has anyone had success loading the Postgres JDBC drivers into WSAD ?

Whenever I attempt a connection I receive the following error:

Jeffrey Stonebrook

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL
#3Kris Jurka
books@ejurka.com
In reply to: Stonebrook, Jeff (#1)
Re: Using Postgres from WSAD

On Mon, 3 May 2004, Stonebrook, Jeff wrote:

Has anyone had success loading the Postgres JDBC drivers into WSAD ?

Whenever I attempt a connection I receive the following error:

[Reason: Problems encountered while loading the jdbc driver.
Reason: javax.net.ssl.SSLSocket
]

Please do not send images to the list when two lines of text will suffice.

You have not specified what JVM or JDBC driver version you are using but
my guess is that you have selected a JDBC driver that was compiled with
support for SSL while you are not providing the required SSL classes in
your runtime environment. Also what is WSAD?

Kris Jurka