-
Bug
-
Resolution: Fixed
-
Medium
-
3.3.1, 3.8.1
-
21
-
Severity 2 - Major
-
9
-
Problem definition
When the mail handler is attempting to strip a large text or image from reply email, the mail processor job could be aborted and hence not able to process any following mail items.
Symptoms
- Emails are read
- The Strip quotes option in Administration > Applications > JIRA Service Desk Email requests is Strip quotes
- Mail Puller job is working fine as shown in Administration > System > Scheduled jobs
- Mail Processor job's status is Already running
- In AO_2C4E5C_MAILITEM database table, recent entries are in status NEW instead of PROCESSED or FILTERED.
Workaround steps
- Back up the JIRA database.
- Disable the Strip quotes option in Administration > Applications > JIRA Service Desk Email requests.
- Stop JIRA.
- Remove the Mail Processor job from the database.
delete from rundetails where job_id like '%Processor%'
- Start JIRA.
Note
If the above workaround doesn't help, check the below KB in case Mail Processor gets stuck by Signature Removal scripts:
- is caused by
-
JSMDC-1002 You do not have permission to view this issue
- is cloned by
-
JSMDC-4025 You do not have permission to view this issue
- mentioned in
-
Page Failed to load
Form Name |
---|
[JSDSERVER-5280] Mail Processor job aborted when SD mail handler failed to strip quotes from a reply email to existing request
Remote Link | Original: This issue links to "Page (Atlassian Documentation)" [ 387553 ] |
Remote Link | Original: This issue links to "JSDS-4025 (Bulldog)" [ 422225 ] | New: This issue links to "JSMDC-4025 (JIRA Server (Bulldog))" [ 422225 ] |
Remote Link | Original: This issue links to "JSDS-1002 (JIRA Server)" [ 309495 ] | New: This issue links to "JSMDC-1002 (JIRA Server (Bulldog))" [ 309495 ] |
Remote Link | Original: This issue links to "Page (Confluence)" [ 534721 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 534721 ] |
Remote Link | Original: This issue links to "Page (Confluence)" [ 415539 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 531950 ] |
Description |
Original:
h3. Problem definition
When the mail handler is attempting to strip a large text or image from reply email, the mail processor job could be aborted and hence not able to process any following mail items. h3. Symptoms * Emails are read * The _Strip quotes_ option in {{Administration > Applications > JIRA Service Desk Email requests}} is *Strip quotes* * Mail Puller job is working fine as shown in {{Administration > System > Scheduled jobs}} * Mail Processor job's status is _Already running_ * In {{AO_2C4E5C_MAILITEM}} database table, recent entries are in status _NEW_ instead of _PROCESSED_ or _FILTERED_. h3. Workaround steps # Back up JIRA. # Disable the _Strip quotes_ option in {{Administration > Applications > JIRA Service Desk Email requests}}. # Stop JIRA. # Remove the Mail Processor job from the database. {code:SQL} delete from rundetails where job_id like '%Processor%' {code} # Start JIRA. h3. Note If the above workaround doesn't help, check the below KB in case Mail Processor gets stuck by Signature Removal scripts: * [JIRA Service Desk Mail Processor gets Stuck waiting for Signature Removal script to Complete|https://confluence.atlassian.com/display/JIRAKB/JIRA+Service+Desk+Mail+Processor+gets+Stuck+waiting+for+Signature+Removal+script+to+Complete] |
New:
h3. Problem definition
When the mail handler is attempting to strip a large text or image from reply email, the mail processor job could be aborted and hence not able to process any following mail items. h3. Symptoms * Emails are read * The _Strip quotes_ option in {{Administration > Applications > JIRA Service Desk Email requests}} is *Strip quotes* * Mail Puller job is working fine as shown in {{Administration > System > Scheduled jobs}} * Mail Processor job's status is _Already running_ * In {{AO_2C4E5C_MAILITEM}} database table, recent entries are in status _NEW_ instead of _PROCESSED_ or _FILTERED_. h3. Workaround steps # Back up the JIRA database. # Disable the _Strip quotes_ option in {{Administration > Applications > JIRA Service Desk Email requests}}. # Stop JIRA. # Remove the Mail Processor job from the database. {code:SQL} delete from rundetails where job_id like '%Processor%' {code} # Start JIRA. h3. Note If the above workaround doesn't help, check the below KB in case Mail Processor gets stuck by Signature Removal scripts: * [JIRA Service Desk Mail Processor gets Stuck waiting for Signature Removal script to Complete|https://confluence.atlassian.com/display/JIRAKB/JIRA+Service+Desk+Mail+Processor+gets+Stuck+waiting+for+Signature+Removal+script+to+Complete] |
Fix Version/s | New: 3.8.2 [ 74709 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Gathering Impact [ 12072 ] | New: Closed [ 6 ] |