ALC-ACM-002-013: Unexpected error - Letter Correspondence Management | Community
Skip to main content
Level 5
April 2, 2025
Solved

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

  • April 2, 2025
  • 1 reply
  • 323 views

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

Thanks in advance

 

Best answer by aravindS

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

1 reply

aravindSAuthorAccepted solution
Level 5
April 4, 2025

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