Details
Description
The workflow is as follows
<action name="send_email"> <email xmlns="uri:oozie:email-action:0.1"> <to>me@example.com</to> <subject>${app_name} in ${date} failed</subject> <body>The workflow ${wf:id()} had issues and was killed.</body> </email> <ok to="fail"/> <error to="fail"/> </action>
but the mail action just threw up the NULL pointer exception and no other logs can be found.
I have configured the smtp server correctly.
This issues occurred when I upgrade to CDH 5.5.1 from CDH 5.4.6.
Thank you.
Attachments
Issue Links
- duplicates
-
OOZIE-2365 oozie fail to start when smtp password not set
- Closed