PLACEHOLDER error in AEM Interactive Communication Forms | Community
Skip to main content
Level 2
November 24, 2023
Solved

PLACEHOLDER error in AEM Interactive Communication Forms

  • November 24, 2023
  • 1 reply
  • 1169 views

Hi Team,

 

I have used AEM interactive communication in our application and getting the below error while generating letters in the logs. Letters are getting generated fine without any issues.

 

Binding org.dom4j.tree.DefaultElement@70c50d2a [Element: <bind attributes:[org.dom4j.tree.DefaultAttribute@4770598c [Attribute: name match value "dataRef"], org.dom4j.tree.DefaultAttribute@6cdf9a65 [Attribute: name ref value "PLACEHOLDER"]]

 

I have a single layout in AEM instance and there are two layouts in CRXDE. I dont know why..

 

Can anyone help me to figure out the issue.

 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Pulkit_Jain_

Thanks for your reply @pulkit_jain_ .

 

I got it. Please advise how to avoid this PLACEHOLDER error showing up in the logs.

 

Thanks,

Selva


@sbi_89 

As mentioned earlier, it's a benign message that can be ignored.

You can remove the logger for this binding in the ExtendedLayoutGeneratorImpl class[0] of the bundle print-channel-impl on your server.

 

[0]- /src/main/java/com/adobe/fd/ccm/channels/print/impl/service/ExtendedLayoutGeneratorImpl.java

1 reply

Pulkit_Jain_
Adobe Employee
Adobe Employee
November 27, 2023

@sbi_89 

Is this an INFO or ERROR msg? 

Please share the complete log file for a review.

SBI_89Author
Level 2
November 27, 2023

Thanks for your reply @pulkit_jain_ . Please find the log details below.

 

25.11.2023 13:47:16.764 *ERROR* [xx.xx.xxx.xxx [1700938030050] POST /***/correspondence-letters/v1/send-communication HTTP/1.1] com.adobe.fd.ccm.channels.print.impl.service.ExtendedLayoutGeneratorImpl Binding org.dom4j.tree.DefaultElement@3cf74c8a [Element: <bind attributes: [org.dom4j.tree.DefaultAttribute@32f628d3 [Attribute: name match value "dataRef"], org.dom4j.tree.DefaultAttribute@5d3fb0c7 [Attribute: name ref value "PLACEHOLDER"]]/>]

Pulkit_Jain_
Adobe Employee
Adobe Employee
November 27, 2023

@sbi_89 

Reviewed the method call of the ExtendedLayoutGeneratorImpl class[0] in the print channel impl bundle.

It seems that the above ERROR msg is part of a logger enabled in the class and thus is benign. The binding of the new subform that is generated/added to the main form is logged in the logs, that's it.

You have confirmed already that the letter renders as expected.