Hi,
I am unable to configure notification on apigee. None of notification emails are coming through.
we are observing following error in the management server logs…
2016-08-23 23:16:01,406 Taurus_Worker-2 ERROR c.a.n.b.NotificationServiceMailHandler - NotificationServiceMailHandler.sendMessage() : Send message failed with exception {}
javax.mail.AuthenticationFailedException: failed to connect, no user name specified?
at javax.mail.Service.connect(Service.java:326) ~[mail-1.4.4.jar:1.4.4]
at javax.mail.Service.connect(Service.java:176) ~[mail-1.4.4.jar:1.4.4]
at javax.mail.Service.connect(Service.java:125) ~[mail-1.4.4.jar:1.4.4]
at javax.mail.Transport.send0(Transport.java:194) ~[mail-1.4.4.jar:1.4.4]
at javax.mail.Transport.send(Transport.java:124) ~[mail-1.4.4.jar:1.4.4]
at com.apigee.notification.business.NotificationServiceMailHandler.sendMessage(NotificationServiceMailHandler.java:150) ~[notification-1.160330OPDK.01.jar:na]
at com.apigee.notification.business.NotificationFacade.processOutstandingMessages(NotificationFacade.java:220) [notification-1.160330OPDK.01.jar:na]
at com.apigee.notification.scheduler.NotificationMessageLoop.executeJob(NotificationMessageLoop.java:29) [notification-1.160330OPDK.01.jar:na]
at com.apigee.notification.scheduler.abstractNotificationSchedulerJob.execute(abstractNotificationSchedulerJob.java:28) [notification-1.160330OPDK.01.jar:na]
at org.quartz.core.JobRunShell.run(JobRunShell.java:213) [quartz-2.1.7.jar:na]
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) [quartz-2.1.7.jar:na]