CSP-13522 - Java crash when attempting to flush the error mail queue

Product: Confluence

Environment

Operating System  
Affect Version/s 2.6
JVM  
Database PostgreSQL
Application Server Tomcat 5.5.x

Error Message

serviceAction Could not execute action
 -- url: /admin/mail/resenderrorqueue.action | userName: xxx
java.lang.ClassCastException: com.atlassian.confluence.mail.template.ConfluenceMailQueueItem
	at com.atlassian.confluence.admin.actions.mail.ViewMailQueueAction.doResend(ViewMailQueueAction.java:54)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

Symptom

Indexing problem

Diagnostics/Test

Root Cause

An import of external mail boxes to mbox format corrupted some email addresses. Notification was sent based on this invalid address. Valid emails have problem being sent out too as it was stuck behind the invalid email.

At the same time, indexing was performed and had some problem completing due to the above.

Solution

Check for the invalid address and remove them. Reindex the content.

Labels

confluence confluence Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.