Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
trunk
-
None
-
None
Description
when oozie.email.smtp.password not set, oozie fails to start.
it should be able to handle null or default-value.
Caused by: java.lang.NullPointerException
at java.lang.String.<init>(String.java:166)
at org.apache.oozie.service.ConfigurationService.getPassword(ConfigurationService.java:556)
at org.apache.oozie.service.ConfigurationService.getPassword(ConfigurationService.java:571)
at org.apache.oozie.sla.listener.SLAEmailEventListener.init(SLAEmailEventListener.java:110)
at org.apache.oozie.service.EventHandlerService.addEventListener(EventHandlerService.java:142)
at org.apache.oozie.service.EventHandlerService.initEventListeners(EventHandlerService.java:120)
at org.apache.oozie.service.EventHandlerService.init(EventHandlerService.java:83)
Attachments
Attachments
Issue Links
- is duplicated by
-
OOZIE-2451 Oozie mail action fails due to the Null pointer exception
- Resolved