Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

ALC-ACM-002-013: Unexpected error - Letter Correspondence Management

Avatar

Level 6

Created the Letter with default xdp and not able to edit the letter. Getting the below error.

aravindS_0-1743592995105.png

Thanks in advance

 

1 Accepted Solution

Avatar

Correct answer by
Level 6

Fix for the above issue, start the AEM instance with this command -Djdk.xml.xpathExprGrpLimit=100 -Djdk.xml.xpathExprOpLimit=2000

 

For Ex with debug mode: java -Djdk.xml.xpathExprGrpLimit=100 -Djdk.xml.xpathExprOpLimit=2000 -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8082 -jar aem-author-p4502.jar

View solution in original post

1 Reply

Avatar

Correct answer by
Level 6

Fix for the above issue, start the AEM instance with this command -Djdk.xml.xpathExprGrpLimit=100 -Djdk.xml.xpathExprOpLimit=2000

 

For Ex with debug mode: java -Djdk.xml.xpathExprGrpLimit=100 -Djdk.xml.xpathExprOpLimit=2000 -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8082 -jar aem-author-p4502.jar