Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Which tables stores JIRA Service Desk emails waiting for processing?

Dastin_Kuwałek__SoftwarePlant_
Atlassian Partner
May 5, 2017

My Service Desk email channel stopped processing emails. Although the connection log shows only success and emails are being marked as processed, no new issues are being created.

After digging deeper I found our about Mail ProcessorJobRunner.
In logs, during the email processing, I see error
RuntimeException: Unable to read next message IOException: invalid characters encountered in base64 data

In this case, my approach was to find the JIRA table where pulled emails are stored and remove the mail item. But it makes me wonder if one problematic email would stop the whole queue and block any further email processing.

Help will be greatly appreciated!

 

 

 

2 answers

1 accepted

0 votes
Answer accepted
Dastin_Kuwałek__SoftwarePlant_
Atlassian Partner
May 11, 2017

It turned out that recreating the Service Desk mail channel fixed the issue. More details available here:

1 vote
Patrick S
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 21, 2018

This is the table that stores the email queue. I believe the numbers are variable during installation, but the _NOTIF_BATCH_QUEUE will be consistent.

AO_4E8AE6_NOTIF_BATCH_QUEUE

Suggest an answer

Log in or Sign up to answer