Re: PostgreSQL + SSL - sun.security.validator.ValidatorException

From: Vadim Nasardinov <vadimn(at)redhat(dot)com>
To: Andrew M <andrew(at)jibeya(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Date: 2004-12-07 02:05:30
Message-ID: 200412062105.31063@vadim.nasardinov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Monday 06 December 2004 20:07, Andrew M wrote:
> typing the following:
>
> $ java -D javax.net.ssl.trustStore =
> /library/java/home/lib/security/cacert
>
> gives me the following error message
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> javax/net/ssl/trustStore
>
> How do I resolve this issue?

There should be no space between "-D" and "javax.net.ssl.trustStore".
Likewise for the equal sign: there should be no space on either side of it.
Like so:

java -Djavax.net.ssl.trustStore=/library/java/home/lib/security/cacert

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andrew M 2004-12-07 08:52:16 Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Previous Message Iain 2004-12-07 01:35:46 Re: meta data information returned for domains