내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
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