Quantcast

[JIRA] (JENKINS-15502) Email-ext issues: attachments feature creating issues

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15502) Email-ext issues: attachments feature creating issues

JIRA noreply@jenkins-ci.org
Issue Type: Bug Bug
Assignee: Slide-O-Mix
Components: email-ext
Created: 12/Oct/12 4:02 AM
Description:

Hi ,
please support to fix below issues generated while attaching some files in attchments in editable email notification(email-ext plugin) at job .

issue1: ERROR: Interrupted in processing attachments: null
issue2: ERROR: Could not send email as a part of the post-build publishers.

cases and generated issues are given below for your reference.

Job configuration:
Matrix job
Variant 1 2 3
Select “Trigger each configuration”

Case1:
Enable Attachment – add some files here
Disable archive artifacts option
Save and Build job:
Result: ISSUE
received all 3 mails for all 3 varaints
But one variant mail only didn't attach files and msg at console
ERROR: Interrupted in processing attachments: null

Case2:
Enable Attachment – add some files here which are available at archive artifacts also.
Enable archive artifacts and keep some files here .
Save and Build job
Results: ISSUE: Only one of variants got this below error and no email generated.
ERROR: Could not send email as a part of the post-build publishers.
javax.mail.MessagingException: IOException while sending message;
nested exception is:
java.io.IOException
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1141)
at javax.mail.Transport.send0(Transport.java:195)
at javax.mail.Transport.send(Transport.java:124)
at hudson.plugins.emailext.ExtendedEmailPublisher.sendMail(ExtendedEmailPublisher.java:282)
at hudson.plugins.emailext.ExtendedEmailPublisher._perform(ExtendedEmailPublisher.java:265)
at hudson.plugins.emailext.ExtendedEmailPublisher.perform(ExtendedEmailPublisher.java:225)
at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:697)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:672)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:650)
at hudson.model.Build$RunnerImpl.cleanUp(Build.java:171)
at hudson.model.Run.run(Run.java:1448)
at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:238)
Caused by: java.io.IOException
at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:151)
at javax.activation.DataHandler.writeTo(DataHandler.java:293)
at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:1476)
at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:865)
at javax.mail.internet.MimeMultipart.writeTo(MimeMultipart.java:462)
at com.sun.mail.handlers.multipart_mixed.writeTo(multipart_mixed.java:103)
at javax.activation.ObjectDataContentHandler.writeTo(DataHandler.java:869)
at javax.activation.DataHandler.writeTo(DataHandler.java:302)
at javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:1476)
at javax.mail.internet.MimeMessage.writeTo(MimeMessage.java:1772)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1099)
... 14 more

Case3:
Disable attachment
Enable archive atrtifacts
No issue. All email generated without attachment.

Environment: Lts Jenkins 1.447.2
Email ext- 2.22 and 2.24.1
Ubuntu 10.04
Project: Jenkins
Priority: Major Major
Reporter: hiteswar kumar
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15502) Email-ext issues: attachments feature creating issues

JIRA noreply@jenkins-ci.org
Slide-O-Mix commented on Bug JENKINS-15502

Please attach your config.xml (stripped of secret information).

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15502) Email-ext issues: attachments feature creating issues

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

please find attached config.xml for your reference and reproducing error:
ERROR: Could not send email as a part of the post-build publishers.

Can you please share your comment as soon as possible.

Change By: hiteswar kumar (25/Oct/12 2:39 AM)
Attachment: config.xml
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15502) Email-ext issues: attachments feature creating issues

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Slide-O-Mix commented on Bug JENKINS-15502

Does this only happen if you build on a slave node?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15502) Email-ext issues: attachments feature creating issues

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

this happens for matrix job tied for slaves[Configuration matrix->slaves->select any node/label}.
let me know if need more input to quick fixing.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15502) Email-ext issues: attachments feature creating issues

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Slide-O-Mix commented on Bug JENKINS-15502

I'm still trying to see if I can setup something to reproduce this. I don't have a build setup available with slaves, so I'm trying to set something up with VM's

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15502) Email-ext issues: attachments feature creating issues

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

any update!!!

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15502) Email-ext issues: attachments feature creating issues

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Slide-O-Mix commented on Bug JENKINS-15502

I'm going to create a build with more logging turned on, I have no local way of reproducing it.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15502) Email-ext issues: attachments feature creating issues

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Please try this build. You can enable debug mode in the global configuration.

Change By: Slide-O-Mix (07/Dec/12 9:39 PM)
Attachment: email-ext.hpi
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15502) Email-ext issues: attachments feature creating issues

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Slide-O-Mix resolved Bug JENKINS-15502 as Incomplete

Need more information from submitted. Reopen with more information.

Change By: Slide-O-Mix (02/Jan/13 4:22 PM)
Status: Open Resolved
Resolution: Incomplete
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Loading...