You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2010/05/06 14:53:48 UTC

[jira] Created: (INFRA-2688) Hudson could not send an e-mail

Hudson could not send an e-mail
-------------------------------

                 Key: INFRA-2688
                 URL: https://issues.apache.org/jira/browse/INFRA-2688
             Project: Infrastructure
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Hudson
            Reporter: Lukasz Lenart
            Priority: Minor


Please see attached stack trace, the full output is here
http://hudson.zones.apache.org/hudson/view/Struts/job/struts2/208/console

Waiting for Hudson to finish collecting data
Sending e-mails to: wesw@wantii.com lukaszlenart@apache.org
ERROR: Could not connect to SMTP host: localhost, port: 25
channel stopped
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Sending e-mails to: wesw@wantii.com lukaszlenart@apache.org
ERROR: Could not connect to SMTP host: localhost, port: 25
javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25;
  nested exception is:
	java.net.ConnectException: Connection refused
	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
	at javax.mail.Service.connect(Service.java:275)
	at javax.mail.Service.connect(Service.java:156)
	at javax.mail.Service.connect(Service.java:105)
	at javax.mail.Transport.send0(Transport.java:168)
	at javax.mail.Transport.send(Transport.java:98)
	at hudson.tasks.MailSender.execute(MailSender.java:98)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.cleanUp(MavenModuleSetBuild.java:616)
	at hudson.model.Run.run(Run.java:1285)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:304)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:122)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:519)
	at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:230)
	at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
	... 12 more
Finished: FAILURE


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (INFRA-2688) Hudson could not send an e-mail

Posted by "Gavin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin closed INFRA-2688.
------------------------

    Resolution: Fixed

done

> Hudson could not send an e-mail
> -------------------------------
>
>                 Key: INFRA-2688
>                 URL: https://issues.apache.org/jira/browse/INFRA-2688
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hudson
>            Reporter: Lukasz Lenart
>            Priority: Minor
>
> Please see attached stack trace, the full output is here
> http://hudson.zones.apache.org/hudson/view/Struts/job/struts2/208/console
> Waiting for Hudson to finish collecting data
> Sending e-mails to: wesw@wantii.com lukaszlenart@apache.org
> ERROR: Could not connect to SMTP host: localhost, port: 25
> channel stopped
> [locks-and-latches] Releasing all the locks
> [locks-and-latches] All the locks released
> Sending e-mails to: wesw@wantii.com lukaszlenart@apache.org
> ERROR: Could not connect to SMTP host: localhost, port: 25
> javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25;
>   nested exception is:
> 	java.net.ConnectException: Connection refused
> 	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1282)
> 	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
> 	at javax.mail.Service.connect(Service.java:275)
> 	at javax.mail.Service.connect(Service.java:156)
> 	at javax.mail.Service.connect(Service.java:105)
> 	at javax.mail.Transport.send0(Transport.java:168)
> 	at javax.mail.Transport.send(Transport.java:98)
> 	at hudson.tasks.MailSender.execute(MailSender.java:98)
> 	at hudson.maven.MavenModuleSetBuild$RunnerImpl.cleanUp(MavenModuleSetBuild.java:616)
> 	at hudson.model.Run.run(Run.java:1285)
> 	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:304)
> 	at hudson.model.ResourceController.execute(ResourceController.java:88)
> 	at hudson.model.Executor.run(Executor.java:122)
> Caused by: java.net.ConnectException: Connection refused
> 	at java.net.PlainSocketImpl.socketConnect(Native Method)
> 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
> 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
> 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
> 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
> 	at java.net.Socket.connect(Socket.java:519)
> 	at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:230)
> 	at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
> 	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1250)
> 	... 12 more
> Finished: FAILURE

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.