Creating custom AEM workflow steps that send email messages ERROR | Community
Skip to main content
New Participant
June 13, 2017
Solved

Creating custom AEM workflow steps that send email messages ERROR

  • June 13, 2017
  • 4 replies
  • 1904 views

I am going through the tutorial on workflows

Adobe Experience Manager Help | Creating custom AEM workflow steps that send email messages

I am using AEM 6.2 and I followed the steps but after I invoke the process, on the error logs I am getting this error

Please advice?

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 Ratna_Kumar

Hi,

Yes, I agree with Scott , the article is nothing to do with the logs. Its related to issue with Replication agents.

I suggest you to do this article in fresh vanilla instance.

Thanks,

Ratna.

4 replies

New Participant
June 14, 2017

Thanks for your reply

I did the article on a new clean AEM instance and I did not get those errors anymore

But the workflow is not going through to sending me the email but it does delete the page . From the logs it looks like the execute method is invoked

Ratna_Kumar
Ratna_KumarAccepted solution
New Participant
June 13, 2017

Hi,

Yes, I agree with Scott , the article is nothing to do with the logs. Its related to issue with Replication agents.

I suggest you to do this article in fresh vanilla instance.

Thanks,

Ratna.

rodolfoe6195251
New Participant
June 13, 2017

Change your Apache Sling Logging Logger Configuration to INFO.  or change the log statement line #87 to

log.error("Here in execute method");  to ensure it is getting executed.

smacdonald2008
New Participant
June 13, 2017

Those log messages are showing an issue with Replication agents. This article has nothing to do that. I suggest trying that article on a clean DEV AEM instance.

Also - there is a video too that you can watch to see all steps in action:

Scott's Digital Community: Creating custom AEM workflow steps that send email messages