Unable to configure notification

Not applicable

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]

Solved Solved
1 2 156
1 ACCEPTED SOLUTION

Not applicable

Found solution .

since it is private cloud, we need to search and replace APIX-Team@apigee.com in all mint message processor and mint management server. Re-start both management server and message processor after the change.

/opt/apigee/edge-mint-message-processor-4.16.05-0.0.381/conf/apix-mint.properties

/opt/apigee/edge-message-processor-4.16.05-0.0.598/conf/edge-notification.properties

View solution in original post

2 REPLIES 2

Not applicable

Found solution .

since it is private cloud, we need to search and replace APIX-Team@apigee.com in all mint message processor and mint management server. Re-start both management server and message processor after the change.

/opt/apigee/edge-mint-message-processor-4.16.05-0.0.381/conf/apix-mint.properties

/opt/apigee/edge-message-processor-4.16.05-0.0.598/conf/edge-notification.properties

Thank you @Pravin for sharing the solution with community. I am sure it will be helpful for others who runs into same problem. Way to go !!