Expand my Community achievements bar.

SOLVED

AEMFD Signatures Bundle in resolved state.

Avatar

Level 5

After installing this compat in latest 6.5, below bundle is in Resolved state. And i'm not able to create a Letter / Data Fragments getting the below error. And not able to see the created data dictionaries in console (i can able to see the node in crx)

FYI : There is no space in the installation path. Added below command also while starting the aem 

-Djdk.xml.xpathExprGrpLimit=100 -Djdk.xml.xpathExprOpLimit=2000
Resolved state bundle - AEMFD Signatures Bundle (there is unresolved imported packages)

aravindS_0-1743587448458.png

 

Data fragment error 

aravindS_1-1743587446561.png

 

Letter error 

aravindS_2-1743587453665.png

 

Thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @aravindS,

Please find below response to resolve the issue.

1. Stop the AEM Server

2. Navigate to "<Installation_directory>\crx-quickstart\conf" folder and edit the "sling.properties" file.

3. Please add the below lines at the bottom of the "sling.properties" file.
sling.bootdelegation.class.com.rsa.jsafe.provider.JsafeJCE=com.rsa.*
sling.bootdelegation.class.org.bouncycastle.jce.provider.BouncyCastleProvider=org.bouncycastle.*

4. Start the server, and the issue should be resolved.

Thanks
Pranay

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

Hi @aravindS,

Please find below response to resolve the issue.

1. Stop the AEM Server

2. Navigate to "<Installation_directory>\crx-quickstart\conf" folder and edit the "sling.properties" file.

3. Please add the below lines at the bottom of the "sling.properties" file.
sling.bootdelegation.class.com.rsa.jsafe.provider.JsafeJCE=com.rsa.*
sling.bootdelegation.class.org.bouncycastle.jce.provider.BouncyCastleProvider=org.bouncycastle.*

4. Start the server, and the issue should be resolved.

Thanks
Pranay

Avatar

Level 5

Hi @Pranay_M ,

Thanks for your reply, now that bundle is active.

But still getting the other 2 issues.

Avatar

Employee

Hi @aravindS,

For the other issues, can you please add a note to the other threads?

Thanks
Pranay