developerinlondon
Programmer
I am getting the following error on catalina.out. Any ideas?
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
class com.sun.mail.smtp.SMTPAddressFailedException: 550-Verification failed for <PoolController@essexweb12>
550-Unrouteable address
550 Sender verify failed
at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1130)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:525)
at javax.mail.Transport.send0(Transport.java:151)
at javax.mail.Transport.send(Transport.java:80)
at uk.org.primrose.pool.jmx.SendMail.send(SendMail.java:105)
at uk.org.primrose.pool.jmx.PoolControllerListener.doSend(PoolControllerListener.java:166)
at uk.org.primrose.pool.jmx.PoolControllerListener.handleNotification(PoolControllerListener.java:135)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor$ListenerWrapper.handleNotification(DefaultMBeanServerInterceptor.java:1652)
at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
at uk.org.primrose.pool.jmx.ObjectMonitor.sendNotification(ObjectMonitor.java:233)
at uk.org.primrose.pool.jmx.ObjectMonitor.setNotify(ObjectMonitor.java:154)
at uk.org.primrose.pool.jmx.ObjectMonitor.notifyAlarmClock(ObjectMonitor.java:209)
at uk.org.primrose.pool.jmx.ObjectMonitor$ObjectMonitorAlarmClock.run(ObjectMonitor.java:247)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
class com.sun.mail.smtp.SMTPAddressFailedException: 550-Verification failed for <PoolController@essexweb12>
550-Unrouteable address
550 Sender verify failed
at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1130)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:525)
at javax.mail.Transport.send0(Transport.java:151)
at javax.mail.Transport.send(Transport.java:80)
at uk.org.primrose.pool.jmx.SendMail.send(SendMail.java:105)
at uk.org.primrose.pool.jmx.PoolControllerListener.doSend(PoolControllerListener.java:166)
at uk.org.primrose.pool.jmx.PoolControllerListener.handleNotification(PoolControllerListener.java:135)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor$ListenerWrapper.handleNotification(DefaultMBeanServerInterceptor.java:1652)
at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
at uk.org.primrose.pool.jmx.ObjectMonitor.sendNotification(ObjectMonitor.java:233)
at uk.org.primrose.pool.jmx.ObjectMonitor.setNotify(ObjectMonitor.java:154)
at uk.org.primrose.pool.jmx.ObjectMonitor.notifyAlarmClock(ObjectMonitor.java:209)
at uk.org.primrose.pool.jmx.ObjectMonitor$ObjectMonitorAlarmClock.run(ObjectMonitor.java:247)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)