You need to specify all of the system properties before the class you want
to run, otherwise they will just be treated as arguments.

Robbie
On 3 Sep 2012 19:30, "maverick_muguda" <naveenkumar.mug...@gmail.com> wrote:

> > So you specified -Djavax.net.ssl.trustStore, but that is getting ignored?
>
> Yes, the command i am executing is
>
> java  -Djavax.net.debug=ssl org.apache.qpid.example.Hello
> -Djavax.net.ssl.trustStore=/ebs/qpid/cpp/trust-store.jks
> -Djavax.net.ssl.trustStorePassword=password
> -Djavax.net.ssl.keyStore=/ebs/qpid/cpp/key-store.jks
> -Djavax.net.ssl.keyStorePassword=password
>
> >Try adding the --no-module-dir option to the broker. The error is odd
> >and I wonder if you have some other version of the SSL plugin also
> >loaded from elsewhere (i.e. from the default module dir on your system)
>
> This fixed the SSL plugin not enabled message. But the original problem
> still persists.
>
> Thanks,
> Naveen
>
>
>
> --
> View this message in context:
> http://qpid.2158936.n2.nabble.com/Unable-to-Setup-SSL-between-Java-Client-and-C-broker-tp7581558p7581616.html
> Sent from the Apache Qpid users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>
>

Reply via email to