The keystore password is wrong.

Il mer 17 giu 2020, 22:33 Mrinal Sharma <msha...@smithmicro.com> ha scritto:

> Can you elaborate more?
>
> -----Original Message-----
> From: Andrea Cosentino <anco...@gmail.com>
> Sent: Wednesday, June 17, 2020 3:54 PM
> To: users@camel.apache.org
> Subject: Re: Apache Camel Issue with Spring Boot 2.1.9 RELEASE
>
> CAUTION - EXTERNAL EMAIL This email originated from outside of Smith Micro
> Software. Do not click links or open attachments unless you recognize the
> sender and know the content is safe.
>
>
> The error is explicit.
>
> Il mer 17 giu 2020, 21:47 Mrinal Sharma <msha...@smithmicro.com> ha
> scritto:
>
> > Hello,
> >
> > I have a Jhipster UAA Server based Spring Boot(2.1.9 RELEASE)
> > application which loads PKCS12 file in UAAServer. Once I added Camel 3
> > Dependency the KeyStore API's started giving errors.
> >
> > ----------------------------------------------------------------------
> > ----------------------------------------------------------------------
> > -----------------------------------------------
> >
> > KeyPair keyPair = new KeyStoreKeyFactory(
> >              new
> > ClassPathResource(uaaProperties.getKeyStore().getName()),
> > uaaProperties.getKeyStore().getPassword().toCharArray())
> >              .getKeyPair(uaaProperties.getKeyStore().getAlias());
> >
> > ----------------------------------------------------------------------
> > ----------------------------------------------------------------------
> > -----------------------------------------------
> > The error that is thrown is :
> > Caused by: java.io.IOException: keystore password was incorrect
> >
> > Why would addition of Camel 3 cause this error?
> >
> > Thanks,
> > Mrinal Sharma
> >
> >
> >
>

Reply via email to