Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

emailing problem

Status
Not open for further replies.

developerinlondon

Programmer
Joined
Jan 11, 2003
Messages
196
Location
GB
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)
 
never mind. it was only for a wrong smtp server detail...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top