You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Claude Warren <cl...@xenei.com> on 2015/06/22 22:03:31 UTC

SMTP failure causing windows build to fail

>From the build log for the windows build:

[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:14 min
[INFO] Finished at: 2015-06-22T12:50:02-07:00
[INFO] Final Memory: 24M/247M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@jena.apache.org
ERROR: 452 4.3.1 Insufficient system storage
com.sun.mail.smtp.SMTPSendFailedException
<http://stacktrace.jenkins-ci.org/search?query=com.sun.mail.smtp.SMTPSendFailedException>:
452 4.3.1 Insufficient system storage

	at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057)
	at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1580)
	at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1097)
	at javax.mail.Transport.send0(Transport.java:195)
	at javax.mail.Transport.send(Transport.java:124)
	at hudson.tasks.MailSender.execute(MailSender.java:117)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:1055)
	at hudson.model.Run.execute(Run.java:1752)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:232)
Finished: FAILURE


Not sure who to contact about this.  Any ideas?

-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Re: SMTP failure causing windows build to fail

Posted by Andy Seaborne <an...@apache.org>.
JIRA:
https://issues.apache.org/jira/browse/BUILDS

and mailing list:
builds@apache.org

(Jena has been a culprit in the past for filling up the temp directory)

	Andy

On 22/06/15 21:03, Claude Warren wrote:
>  From the build log for the windows build:
>
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 01:14 min
> [INFO] Finished at: 2015-06-22T12:50:02-07:00
> [INFO] Final Memory: 24M/247M
> [INFO] ------------------------------------------------------------------------
> Sending e-mails to: commits@jena.apache.org
> ERROR: 452 4.3.1 Insufficient system storage
> com.sun.mail.smtp.SMTPSendFailedException
> <http://stacktrace.jenkins-ci.org/search?query=com.sun.mail.smtp.SMTPSendFailedException>:
> 452 4.3.1 Insufficient system storage
>
> 	at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057)
> 	at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1580)
> 	at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1097)
> 	at javax.mail.Transport.send0(Transport.java:195)
> 	at javax.mail.Transport.send(Transport.java:124)
> 	at hudson.tasks.MailSender.execute(MailSender.java:117)
> 	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.cleanUp(MavenModuleSetBuild.java:1055)
> 	at hudson.model.Run.execute(Run.java:1752)
> 	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
> 	at hudson.model.ResourceController.execute(ResourceController.java:88)
> 	at hudson.model.Executor.run(Executor.java:232)
> Finished: FAILURE
>
>
> Not sure who to contact about this.  Any ideas?
>