Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken pipe when attempting to send email #6

Closed
sean-abbott opened this issue Nov 11, 2014 · 2 comments
Closed

Broken pipe when attempting to send email #6

sean-abbott opened this issue Nov 11, 2014 · 2 comments

Comments

@sean-abbott
Copy link

I love this server, but unfrotunately it's not working for me. It works fine when sending messages from jenkins' regular email program, but I get this error when I attemp to send them from the extended email plugin. (and, since I'm just a user and know next to nothing about stmp, not sure how to troubleshoot). It would be helpful if the mailhog logs had a debug setting so I could see why it's closing the connection.

javax.mail.MessagingException: Can't send command to SMTP host;
nested exception is:
java.net.SocketException: Broken pipe
at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:2106)
at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:2093)
at com.sun.mail.smtp.SMTPTransport.close(SMTPTransport.java:1184)
at javax.mail.Transport.send0(Transport.java:197)
at javax.mail.Transport.send(Transport.java:124)
at hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:306)
at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:281)
at hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:233)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:772)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:736)
at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:1064)

@sean-abbott
Copy link
Author

Actually, looks like my upstart config is just not logging all output. When I switch to just running it, I get: http://pastebin.com/33M576Ze

@ian-kent
Copy link
Member

Thanks, yeah think it is the same as #5 - I'll close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants