-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Infrastructure & Services
-
None
-
2
-
Severity 1 - Critical
Summary
Processing an email (with attachment), mail handler creates the issue, and fails to upload the attachment as it receives exception from Media API.
Following error appears in logs:
Got error while saving attachment <attachment>: Got exception while saving attachment in attachment store. Exception: com.atlassian.jira.issue.attachment.store.media.MediaApiStreamAttachmentStore$FailureMediaApiResponseException: [AttachmentUploadFailure] Could not upload attachment
stack: java.io.IOException: Got error while saving attachment <attachment>: Got exception while saving attachment in attachment store. Exception: com.atlassian.jira.issue.attachment.store.media.MediaApiStreamAttachmentStore$FailureMediaApiResponseException: [AttachmentUploadFailure] Could not upload attachment
Caused by: com.atlassian.jira.web.util.AttachmentException: Got error while saving attachment <attachment>: Got exception while saving attachment in attachment store. Exception: com.atlassian.jira.issue.attachment.store.media.MediaApiStreamAttachmentStore$FailureMediaApiResponseException: [AttachmentUploadFailure] Could not upload attachment
Caused by: java.lang.RuntimeException: com.atlassian.jira.issue.attachment.store.media.MediaApiStreamAttachmentStore$FailureMediaApiResponseException: [AttachmentUploadFailure] Could not upload attachment
Caused by: com.atlassian.jira.issue.attachment.store.media.MediaApiStreamAttachmentStore$FailureMediaApiResponseException: [AttachmentUploadFailure] Could not upload attachment
Caused by: org.apache.http.NoHttpResponseException: api-internal.media.atlassian.com:443 failed to respond
Note
This issue occurs intermittently.
Steps to Reproduce
- Add a mail server.
- Add a mail handler and associate it to the mail server in step 1.
- Send an email with attachment to the email address defined in mail server (step 1).
Expected Results
Mail handler creates issue from email and attaches the email's attachments to the issue.
Actual Results
Mail handler creates issue from email, and fails to upload the attachment. Following comment is added to the issue as anonymous:
An error occurred while adding attachments to this issue from the source email. Please check the attachments and re-send the email.
- mentioned in
-
Page Loading...