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

Поиск
Список
Период
Сортировка
От Vadim Nasardinov
Тема Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Дата
Msg-id 200412062105.31063@vadim.nasardinov
обсуждение исходный текст
Ответ на Re: PostgreSQL + SSL - sun.security.validator.ValidatorException  (Andrew M <andrew@jibeya.com>)
Ответы Re: PostgreSQL + SSL - sun.security.validator.ValidatorException
Список 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


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Iain"
Дата:
Сообщение: Re: meta data information returned for domains
Следующее
От: Andrew M
Дата:
Сообщение: Re: PostgreSQL + SSL - sun.security.validator.ValidatorException