Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

FileNotFoundException while loading the keystore

Avatar

Level 3

Hi,

in AEM6.2, I have created a user account and loaded the certificate file in the keystore.

Now my keystore contains the alias name and certificate file .

I want to get the alias name from that keystore and for that i am trying to load the keystore first but unable to load it.

The location which i am using to get keystore file to load the keystore is home/users/keystore but it is throwing FileNotFoundException exception.

Could someone please help me in knowing from where i can load the keystore file or is there any other possible way to get the alias from user keystore ?

Any help on the above would be really appreciated.

kind regards,

Ranjna

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I have never tried loading keystore in AEM . But what i could understand from you error is , this could be possibly a permission issue. Are you trying this in Publish or Author ? In publish the home node will not be available for anonymous users.

View solution in original post

4 Replies

Avatar

Administrator

Quick Troubleshooting

1. AEM 6.3 keystore initializing error on install

//  The issue was due to network connectivity.

2 Check this article out Error while maven build - sun.security.validator.ValidatorException: PKIX path building failed java....  It is for Windows but easy to do adapt on Linux!!

-Kautuk



Kautuk Sahni

Avatar

Administrator

Veena_07 Maybe you would like to add something here!!



Kautuk Sahni

Avatar

Correct answer by
Community Advisor

I have never tried loading keystore in AEM . But what i could understand from you error is , this could be possibly a permission issue. Are you trying this in Publish or Author ? In publish the home node will not be available for anonymous users.

Avatar

Administrator

Did you get this working?



Kautuk Sahni