Adam Sloan created JENKINS-13607:
------------------------------------
Summary: certain projects can't send email:
javax.mail.MessagingException: Could not connect to SMTP host:
mail.recondotech.com, port: 25, response: 421
Key: JENKINS-13607
URL: https://issues.jenkins-ci.org/browse/JENKINS-13607
Project: Jenkins
Issue Type: Bug
Components: email-ext
Affects Versions: current
Environment: CentOS 5.6 64 bit, Java Hotspot 1.6.0.26
/usr/lib/jvm/java-1.6.0/bin/java -Dcom.sun.akuma.Daemon=daemonized
-Djava.awt.headless=true -DJENKINS_HOME=/var/lib/jenkins -jar
/usr/lib/jenkins/jenkins.war -XX:PermSize=512M
--logfile=/var/log/jenkins/jenkins.log --webroot=/var/cache/jenkins/war
--daemon --httpPort=8080 --ajp13Port=8009 --debug=5 --handlerCountMax=100
--handlerCountMaxIdle=20
Reporter: Adam Sloan
Loss of functionality: emails aren't getting sent out
Build "Console Output":
Build step 'Execute shell' marked build as failure
Emma: looking for coverage reports in the provided path:
target/site/emma/coverage.xml
Sending e-mails to: [email protected]
ERROR: Could not connect to SMTP host: mail.recondotech.com, port: 25,
response: 421
javax.mail.MessagingException: Could not connect to SMTP host:
mail.recondotech.com, port: 25, response: 421
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1922)
at
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:638)
at javax.mail.Service.connect(Service.java:295)
at javax.mail.Service.connect(Service.java:176)
at javax.mail.Service.connect(Service.java:125)
at javax.mail.Transport.send0(Transport.java:194)
at javax.mail.Transport.send(Transport.java:124)
at hudson.tasks.MailSender.execute(MailSender.java:114)
at
hudson.maven.MavenModuleSetBuild$RunnerImpl.cleanUp(MavenModuleSetBuild.java:1012)
at hudson.model.Run.run(Run.java:1465)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)
Notifying upstream projects of job completion
Finished: FAILURE
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira